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 2013/10/08 14:54:51 UTC

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

Author: clement
Date: Tue Oct  8 12:54:51 2013
New Revision: 1530257

URL: http://svn.apache.org/r1530257
Log:
Release preparation - Fix versions in tests.

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

Modified: felix/trunk/ipojo/manipulator/manipulator-it/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/manipulator-it/pom.xml?rev=1530257&r1=1530256&r2=1530257&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/manipulator-it/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/manipulator-it/pom.xml Tue Oct  8 12:54:51 2013
@@ -208,7 +208,8 @@
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.ipojo</artifactId>
             <!-- To update before the release -->
-            <version>${project.version}</version>
+            <!--<version>${project.version}</version>-->
+            <version>1.10.2-20131008.120048-41</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.osgi</groupId>
@@ -259,7 +260,7 @@
         <dependency>
             <groupId>org.ow2.chameleon.testing</groupId>
             <artifactId>osgi-helpers</artifactId>
-            <version>0.6.2-SNAPSHOT</version>
+            <version>0.6.1</version>
             <scope>test</scope>
             <exclusions>
                 <exclusion>