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/05/15 19:01:53 UTC

svn commit: r1482956 - in /felix/trunk/ipojo: manipulator/manipulator-it/ manipulator/manipulator-it/src/it/ipojo-manipulator-creation-test/ manipulator/manipulator-it/src/it/ipojo-manipulator-manipulation-metadata-test/ manipulator/manipulator-it/src/...

Author: clement
Date: Wed May 15 17:01:52 2013
New Revision: 1482956

URL: http://svn.apache.org/r1482956
Log:
Update it projects parent pom version

Modified:
    felix/trunk/ipojo/manipulator/manipulator-it/pom.xml
    felix/trunk/ipojo/manipulator/manipulator-it/src/it/ipojo-manipulator-creation-test/pom.xml
    felix/trunk/ipojo/manipulator/manipulator-it/src/it/ipojo-manipulator-manipulation-metadata-test/pom.xml
    felix/trunk/ipojo/manipulator/manipulator-it/src/it/ipojo-manipulator-manipulation-test/pom.xml
    felix/trunk/ipojo/manipulator/manipulator-it/src/it/online-manipulator-it/pom.xml
    felix/trunk/ipojo/runtime/api-it/src/it/ipojo-api-test/pom.xml
    felix/trunk/ipojo/runtime/composite-it/src/it/ipojo-composite-import-export-test/pom.xml
    felix/trunk/ipojo/runtime/composite-it/src/it/ipojo-composite-instance-test/pom.xml
    felix/trunk/ipojo/runtime/composite-it/src/it/ipojo-composite-runtime-test/pom.xml
    felix/trunk/ipojo/runtime/composite-it/src/it/ipojo-composite-service-providing-test/pom.xml
    felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-annotations-test/pom.xml
    felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-bad-configuration-test/pom.xml
    felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-configuration-admin-test/pom.xml
    felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-configuration-processor-test/pom.xml
    felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-configuration-test/pom.xml
    felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-external-handlers-test/pom.xml
    felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-factory-test/pom.xml
    felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-factory-version-test/pom.xml
    felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-handler-test/pom.xml
    felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-lifecycle-callback-test/pom.xml
    felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-lifecycle-controller-test/pom.xml
    felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-logger-test/pom.xml
    felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-dependency-optional-test/pom.xml
    felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-dependency-policies/pom.xml
    felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-dependency-proxies/pom.xml
    felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-dependency-test/pom.xml
    felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-providing-test/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=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/manipulator-it/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/manipulator-it/pom.xml Wed May 15 17:01:52 2013
@@ -429,13 +429,4 @@
             </build>
         </profile>
     </profiles>
-
-    <repositories>
-        <!-- Temporal addition of this repository until the osgi-helper are released -->
-        <!-- TODO remove this before the release -->
-        <repository>
-            <id>ow2.snapshots</id>
-            <url>http://repository.ow2.org/nexus/content/repositories/snapshots/</url>
-        </repository>
-    </repositories>
 </project>

Modified: felix/trunk/ipojo/manipulator/manipulator-it/src/it/ipojo-manipulator-creation-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/manipulator-it/src/it/ipojo-manipulator-creation-test/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/manipulator-it/src/it/ipojo-manipulator-creation-test/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/manipulator-it/src/it/ipojo-manipulator-creation-test/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.manipulator.manipulator-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/manipulator/manipulator-it/src/it/ipojo-manipulator-manipulation-metadata-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/manipulator-it/src/it/ipojo-manipulator-manipulation-metadata-test/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/manipulator-it/src/it/ipojo-manipulator-manipulation-metadata-test/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/manipulator-it/src/it/ipojo-manipulator-manipulation-metadata-test/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.manipulator.manipulator-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/manipulator/manipulator-it/src/it/ipojo-manipulator-manipulation-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/manipulator-it/src/it/ipojo-manipulator-manipulation-test/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/manipulator-it/src/it/ipojo-manipulator-manipulation-test/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/manipulator-it/src/it/ipojo-manipulator-manipulation-test/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.manipulator.manipulator-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/manipulator/manipulator-it/src/it/online-manipulator-it/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/manipulator-it/src/it/online-manipulator-it/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/manipulator-it/src/it/online-manipulator-it/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/manipulator-it/src/it/online-manipulator-it/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.manipulator.manipulator-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/runtime/api-it/src/it/ipojo-api-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/api-it/src/it/ipojo-api-test/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/api-it/src/it/ipojo-api-test/pom.xml (original)
+++ felix/trunk/ipojo/runtime/api-it/src/it/ipojo-api-test/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.runtime.api-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/runtime/composite-it/src/it/ipojo-composite-import-export-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/composite-it/src/it/ipojo-composite-import-export-test/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/composite-it/src/it/ipojo-composite-import-export-test/pom.xml (original)
+++ felix/trunk/ipojo/runtime/composite-it/src/it/ipojo-composite-import-export-test/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.runtime.composite-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/runtime/composite-it/src/it/ipojo-composite-instance-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/composite-it/src/it/ipojo-composite-instance-test/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/composite-it/src/it/ipojo-composite-instance-test/pom.xml (original)
+++ felix/trunk/ipojo/runtime/composite-it/src/it/ipojo-composite-instance-test/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.runtime.composite-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/runtime/composite-it/src/it/ipojo-composite-runtime-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/composite-it/src/it/ipojo-composite-runtime-test/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/composite-it/src/it/ipojo-composite-runtime-test/pom.xml (original)
+++ felix/trunk/ipojo/runtime/composite-it/src/it/ipojo-composite-runtime-test/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.runtime.composite-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/runtime/composite-it/src/it/ipojo-composite-service-providing-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/composite-it/src/it/ipojo-composite-service-providing-test/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/composite-it/src/it/ipojo-composite-service-providing-test/pom.xml (original)
+++ felix/trunk/ipojo/runtime/composite-it/src/it/ipojo-composite-service-providing-test/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.runtime.composite-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-annotations-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-annotations-test/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-annotations-test/pom.xml (original)
+++ felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-annotations-test/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-bad-configuration-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-bad-configuration-test/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-bad-configuration-test/pom.xml (original)
+++ felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-bad-configuration-test/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-configuration-admin-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-configuration-admin-test/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-configuration-admin-test/pom.xml (original)
+++ felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-configuration-admin-test/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-configuration-processor-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-configuration-processor-test/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-configuration-processor-test/pom.xml (original)
+++ felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-configuration-processor-test/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-configuration-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-configuration-test/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-configuration-test/pom.xml (original)
+++ felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-configuration-test/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-external-handlers-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-external-handlers-test/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-external-handlers-test/pom.xml (original)
+++ felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-external-handlers-test/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-factory-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-factory-test/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-factory-test/pom.xml (original)
+++ felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-factory-test/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-factory-version-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-factory-version-test/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-factory-version-test/pom.xml (original)
+++ felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-factory-version-test/pom.xml Wed May 15 17:01:52 2013
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-handler-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-handler-test/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-handler-test/pom.xml (original)
+++ felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-handler-test/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-lifecycle-callback-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-lifecycle-callback-test/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-lifecycle-callback-test/pom.xml (original)
+++ felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-lifecycle-callback-test/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-lifecycle-controller-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-lifecycle-controller-test/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-lifecycle-controller-test/pom.xml (original)
+++ felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-lifecycle-controller-test/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-logger-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-logger-test/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-logger-test/pom.xml (original)
+++ felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-logger-test/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-dependency-optional-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-dependency-optional-test/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-dependency-optional-test/pom.xml (original)
+++ felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-dependency-optional-test/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-dependency-policies/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-dependency-policies/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-dependency-policies/pom.xml (original)
+++ felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-dependency-policies/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-dependency-proxies/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-dependency-proxies/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-dependency-proxies/pom.xml (original)
+++ felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-dependency-proxies/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-dependency-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-dependency-test/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-dependency-test/pom.xml (original)
+++ felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-dependency-test/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-providing-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-providing-test/pom.xml?rev=1482956&r1=1482955&r2=1482956&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-providing-test/pom.xml (original)
+++ felix/trunk/ipojo/runtime/core-it/src/it/ipojo-core-service-providing-test/pom.xml Wed May 15 17:01:52 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>