Change dependency on org.osgi.core to version 1.1.0-SNAPSHOT and update changelog for release 1.0.1
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@650267 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.osgi.compendium/doc/changelog.txt b/org.osgi.compendium/doc/changelog.txt
index 6d3a847..9126f05 100644
--- a/org.osgi.compendium/doc/changelog.txt
+++ b/org.osgi.compendium/doc/changelog.txt
@@ -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)
diff --git a/org.osgi.compendium/pom.xml b/org.osgi.compendium/pom.xml
index ecebac4..874117a 100644
--- a/org.osgi.compendium/pom.xml
+++ b/org.osgi.compendium/pom.xml
@@ -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>