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/09/04 10:16:11 UTC

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

Author: clement
Date: Fri Sep  4 08:16:11 2009
New Revision: 811256

URL: http://svn.apache.org/viewvc?rev=811256&view=rev
Log:
Update dependency versions to devel.

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

Modified: felix/trunk/ipojo/online-manipulator/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/online-manipulator/pom.xml?rev=811256&r1=811255&r2=811256&view=diff
==============================================================================
--- felix/trunk/ipojo/online-manipulator/pom.xml (original)
+++ felix/trunk/ipojo/online-manipulator/pom.xml Fri Sep  4 08:16:11 2009
@@ -66,7 +66,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-ipojo-plugin</artifactId>
-        <version>1.4.2</version>
+        <version>${pom.version}</version>
         <executions>
           <execution>
             <goals>
@@ -107,7 +107,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
-      <version>1.4.2</version>
+      <version>${pom.version}</version>
     </dependency>
     <dependency>
       <groupId>asm</groupId>