You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2008/04/21 22:59:12 UTC

svn commit: r650267 - in /felix/trunk/org.osgi.compendium: doc/changelog.txt pom.xml

Author: pauls
Date: Mon Apr 21 13:59:11 2008
New Revision: 650267

URL: http://svn.apache.org/viewvc?rev=650267&view=rev
Log:
Change dependency on org.osgi.core to version 1.1.0-SNAPSHOT and update changelog for release 1.0.1

Modified:
    felix/trunk/org.osgi.compendium/doc/changelog.txt
    felix/trunk/org.osgi.compendium/pom.xml

Modified: felix/trunk/org.osgi.compendium/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/org.osgi.compendium/doc/changelog.txt?rev=650267&r1=650266&r2=650267&view=diff
==============================================================================
--- felix/trunk/org.osgi.compendium/doc/changelog.txt (original)
+++ felix/trunk/org.osgi.compendium/doc/changelog.txt Mon Apr 21 13:59:11 2008
@@ -1,6 +1,7 @@
 Changes from 1.0.0 to 1.0.1
 -------------------------------------
 
+* [2008-04-21] Re-release to make bytecode executable on jre 1.3.
 * [2008-02-16] Updated import-package in order to match the bundle released by OSGi Alliance 
   (FELIX-488)
 

Modified: felix/trunk/org.osgi.compendium/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/org.osgi.compendium/pom.xml?rev=650267&r1=650266&r2=650267&view=diff
==============================================================================
--- felix/trunk/org.osgi.compendium/pom.xml (original)
+++ felix/trunk/org.osgi.compendium/pom.xml Mon Apr 21 13:59:11 2008
@@ -36,7 +36,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.osgi.core</artifactId>
-      <version>1.0.0</version>
+      <version>1.1.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>