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/22 14:16:42 UTC

svn commit: r650460 - /felix/trunk/shell/pom.xml

Author: pauls
Date: Tue Apr 22 05:16:36 2008
New Revision: 650460

URL: http://svn.apache.org/viewvc?rev=650460&view=rev
Log:
Manually update dependencies to minor release.

Modified:
    felix/trunk/shell/pom.xml

Modified: felix/trunk/shell/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/shell/pom.xml?rev=650460&r1=650459&r2=650460&view=diff
==============================================================================
--- felix/trunk/shell/pom.xml (original)
+++ felix/trunk/shell/pom.xml Tue Apr 22 05:16:36 2008
@@ -33,7 +33,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.osgi.core</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.0.1</version>
     </dependency>
   </dependencies>
   <build>