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/09/04 15:06:43 UTC

svn commit: r572658 - /felix/trunk/metatype/pom.xml

Author: fmeschbe
Date: Tue Sep  4 06:06:43 2007
New Revision: 572658

URL: http://svn.apache.org/viewvc?rev=572658&view=rev
Log:
Refer to released artifacts where possible

Modified:
    felix/trunk/metatype/pom.xml

Modified: felix/trunk/metatype/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/metatype/pom.xml?rev=572658&r1=572657&r2=572658&view=diff
==============================================================================
--- felix/trunk/metatype/pom.xml (original)
+++ felix/trunk/metatype/pom.xml Tue Sep  4 06:06:43 2007
@@ -4,7 +4,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>
 
@@ -20,7 +20,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>
@@ -39,7 +39,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>