Author: cziegeler
Date: Wed Aug 20 06:49:44 2008
New Revision: 687334

URL: http://svn.apache.org/viewvc?rev=687334&view=rev
Log:
Make trunk buildable (we will use released versions once the vote is 
successfully finished)

Modified:
    felix/trunk/org.osgi.compendium/pom.xml

Modified: felix/trunk/org.osgi.compendium/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/org.osgi.compendium/pom.xml?rev=687334&r1=687333&r2=687334&view=diff
==============================================================================
--- felix/trunk/org.osgi.compendium/pom.xml (original)
+++ felix/trunk/org.osgi.compendium/pom.xml Wed Aug 20 06:49:44 2008
@@ -36,7 +36,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.osgi.core</artifactId>
-      <version>1.1.0</version>
+      <version>1.1.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>
@@ -46,7 +46,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.osgi.foundation</artifactId>
-      <version>1.1.0</version>
+      <version>1.1.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build>


Reply via email to