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 2011/12/14 11:17:16 UTC

svn commit: r1214141 - /felix/trunk/ipojo/junit4osgi/junit4osgi/pom.xml

Author: clement
Date: Wed Dec 14 10:17:16 2011
New Revision: 1214141

URL: http://svn.apache.org/viewvc?rev=1214141&view=rev
Log:
Use the right version of the bnd-ipojo-plugin in junit4osgi

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

Modified: felix/trunk/ipojo/junit4osgi/junit4osgi/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/junit4osgi/junit4osgi/pom.xml?rev=1214141&r1=1214140&r2=1214141&view=diff
==============================================================================
--- felix/trunk/ipojo/junit4osgi/junit4osgi/pom.xml (original)
+++ felix/trunk/ipojo/junit4osgi/junit4osgi/pom.xml Wed Dec 14 10:17:16 2011
@@ -103,7 +103,7 @@
                     <dependency>
                         <groupId>org.apache.felix</groupId>
                         <artifactId>bnd-ipojo-plugin</artifactId>
-                        <version>1.0.0-SNAPSHOT</version>
+                        <version>1.9.0-SNAPSHOT</version>
                     </dependency>
                 </dependencies>
             </plugin>