You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2007/08/06 10:59:34 UTC

svn commit: r563072 - /felix/trunk/configadmin/pom.xml

Author: fmeschbe
Date: Mon Aug  6 01:59:33 2007
New Revision: 563072

URL: http://svn.apache.org/viewvc?view=rev&rev=563072
Log:
Refer to released Felix parent project and OSGi libraries

Modified:
    felix/trunk/configadmin/pom.xml

Modified: felix/trunk/configadmin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/configadmin/pom.xml?view=diff&rev=563072&r1=563071&r2=563072
==============================================================================
--- felix/trunk/configadmin/pom.xml (original)
+++ felix/trunk/configadmin/pom.xml Mon Aug  6 01:59:33 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.0.0</version>
         <relativePath>../pom/pom.xml</relativePath>
     </parent>
 
@@ -39,7 +39,7 @@
         <dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>org.osgi.core</artifactId>
-            <version>1.1.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>${pom.groupId}</groupId>
@@ -53,7 +53,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>1.1.0-SNAPSHOT</version>
+                <version>1.0.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>