You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2009/07/21 19:53:36 UTC

svn commit: r796416 - /felix/trunk/ipojo/manipulator/pom.xml

Author: clement
Date: Tue Jul 21 17:53:35 2009
New Revision: 796416

URL: http://svn.apache.org/viewvc?rev=796416&view=rev
Log:
update version to use development version

Modified:
    felix/trunk/ipojo/manipulator/pom.xml

Modified: felix/trunk/ipojo/manipulator/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/pom.xml?rev=796416&r1=796415&r2=796416&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/pom.xml Tue Jul 21 17:53:35 2009
@@ -27,7 +27,7 @@
   <packaging>bundle</packaging>
   <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
   <groupId>org.apache.felix</groupId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.3.0-SNAPSHOT</version>
   <name>Apache Felix iPOJO Manipulator</name>
   
   <description>
@@ -49,7 +49,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.ipojo.metadata</artifactId>
-      <version>1.4.0</version>
+      <version>${pom.version}</version>
     </dependency>
   </dependencies>
   <build>