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 2012/10/28 15:29:11 UTC

svn commit: r1402998 - in /felix/trunk/ipojo/tests: ./ api/ composite/composite-runtime/ composite/import-export/ core/annotations/ core/service-providing/ handler/eventadmin/ integration-tests/ manipulator/creation/ manipulator/manipulation/ manipulat...

Author: clement
Date: Sun Oct 28 14:29:10 2012
New Revision: 1402998

URL: http://svn.apache.org/viewvc?rev=1402998&view=rev
Log:
Update versions for tests.

Modified:
    felix/trunk/ipojo/tests/api/pom.xml
    felix/trunk/ipojo/tests/composite/composite-runtime/pom.xml
    felix/trunk/ipojo/tests/composite/import-export/pom.xml
    felix/trunk/ipojo/tests/core/annotations/pom.xml
    felix/trunk/ipojo/tests/core/service-providing/pom.xml
    felix/trunk/ipojo/tests/handler/eventadmin/pom.xml
    felix/trunk/ipojo/tests/integration-tests/pom.xml
    felix/trunk/ipojo/tests/manipulator/creation/pom.xml
    felix/trunk/ipojo/tests/manipulator/manipulation/pom.xml
    felix/trunk/ipojo/tests/manipulator/manipulator-java5/pom.xml
    felix/trunk/ipojo/tests/manipulator/metadata/pom.xml
    felix/trunk/ipojo/tests/manipulator/primitives/pom.xml
    felix/trunk/ipojo/tests/pom.xml

Modified: felix/trunk/ipojo/tests/api/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/tests/api/pom.xml?rev=1402998&r1=1402997&r2=1402998&view=diff
==============================================================================
--- felix/trunk/ipojo/tests/api/pom.xml (original)
+++ felix/trunk/ipojo/tests/api/pom.xml Sun Oct 28 14:29:10 2012
@@ -64,6 +64,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
+      <version>${ipojo.manipulator.snapshot}</version>
     </dependency>
 
     <!-- For external handler management -->

Modified: felix/trunk/ipojo/tests/composite/composite-runtime/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/tests/composite/composite-runtime/pom.xml?rev=1402998&r1=1402997&r2=1402998&view=diff
==============================================================================
--- felix/trunk/ipojo/tests/composite/composite-runtime/pom.xml (original)
+++ felix/trunk/ipojo/tests/composite/composite-runtime/pom.xml Sun Oct 28 14:29:10 2012
@@ -92,6 +92,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-ipojo-plugin</artifactId>
+        <version>${ipojo.manipulator.snapshot}</version>
         <executions>
           <execution>
             <goals>

Modified: felix/trunk/ipojo/tests/composite/import-export/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/tests/composite/import-export/pom.xml?rev=1402998&r1=1402997&r2=1402998&view=diff
==============================================================================
--- felix/trunk/ipojo/tests/composite/import-export/pom.xml (original)
+++ felix/trunk/ipojo/tests/composite/import-export/pom.xml Sun Oct 28 14:29:10 2012
@@ -94,6 +94,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-ipojo-plugin</artifactId>
+        <version>${ipojo.manipulator.snapshot}</version>
         <executions>
           <execution>
             <goals>

Modified: felix/trunk/ipojo/tests/core/annotations/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/tests/core/annotations/pom.xml?rev=1402998&r1=1402997&r2=1402998&view=diff
==============================================================================
--- felix/trunk/ipojo/tests/core/annotations/pom.xml (original)
+++ felix/trunk/ipojo/tests/core/annotations/pom.xml Sun Oct 28 14:29:10 2012
@@ -114,7 +114,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-ipojo-plugin</artifactId>
-        <version>${ipojo.core.snapshot}</version>
+        <version>${ipojo.manipulator.snapshot}</version>
         <executions>
           <execution>
             <goals>

Modified: felix/trunk/ipojo/tests/core/service-providing/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/tests/core/service-providing/pom.xml?rev=1402998&r1=1402997&r2=1402998&view=diff
==============================================================================
--- felix/trunk/ipojo/tests/core/service-providing/pom.xml (original)
+++ felix/trunk/ipojo/tests/core/service-providing/pom.xml Sun Oct 28 14:29:10 2012
@@ -87,7 +87,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-ipojo-plugin</artifactId>
-        <version>${ipojo.core.snapshot}</version>
+        <version>${ipojo.manipulator.snapshot}</version>
         <executions>
           <execution>
             <goals>

Modified: felix/trunk/ipojo/tests/handler/eventadmin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/tests/handler/eventadmin/pom.xml?rev=1402998&r1=1402997&r2=1402998&view=diff
==============================================================================
--- felix/trunk/ipojo/tests/handler/eventadmin/pom.xml (original)
+++ felix/trunk/ipojo/tests/handler/eventadmin/pom.xml Sun Oct 28 14:29:10 2012
@@ -88,7 +88,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-ipojo-plugin</artifactId>
-                <version>1.8.4</version>
+                <version>${ipojo.manipulator.snapshot}</version>
                 <executions>
                     <execution>
                         <goals>

Modified: felix/trunk/ipojo/tests/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/tests/integration-tests/pom.xml?rev=1402998&r1=1402997&r2=1402998&view=diff
==============================================================================
--- felix/trunk/ipojo/tests/integration-tests/pom.xml (original)
+++ felix/trunk/ipojo/tests/integration-tests/pom.xml Sun Oct 28 14:29:10 2012
@@ -62,34 +62,31 @@
         <dependency>
             <groupId>ipojo.tests</groupId>
             <artifactId>tests.manipulation.metadata</artifactId>
-            <version>${ipojo.core.snapshot}</version>
+            <version>${ipojo.manipulator.snapshot}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>ipojo.tests</groupId>
             <artifactId>tests.manipulation</artifactId>
-            <version>${ipojo.core.snapshot}</version>
+            <version>${ipojo.manipulator.snapshot}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>ipojo.tests</groupId>
-            <artifactId>tests.manipulation.primitives
-      </artifactId>
-            <version>${ipojo.core.snapshot}</version>
+            <artifactId>tests.manipulation.primitives</artifactId>
+            <version>${ipojo.manipulator.snapshot}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>ipojo.tests</groupId>
-            <artifactId>tests.manipulation.creation
-      </artifactId>
-            <version>${ipojo.core.snapshot}</version>
+            <artifactId>tests.manipulation.creation</artifactId>
+            <version>${ipojo.manipulator.snapshot}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>ipojo.tests</groupId>
-            <artifactId>tests.manipulation.java5
-      </artifactId>
-            <version>${ipojo.core.snapshot}</version>
+            <artifactId>tests.manipulation.java5</artifactId>
+            <version>${ipojo.manipulator.snapshot}</version>
             <scope>test</scope>
         </dependency>
 

Modified: felix/trunk/ipojo/tests/manipulator/creation/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/tests/manipulator/creation/pom.xml?rev=1402998&r1=1402997&r2=1402998&view=diff
==============================================================================
--- felix/trunk/ipojo/tests/manipulator/creation/pom.xml (original)
+++ felix/trunk/ipojo/tests/manipulator/creation/pom.xml Sun Oct 28 14:29:10 2012
@@ -29,7 +29,7 @@
   <name>iPOJO Creation Manipulation Test Suite</name>
   <artifactId>tests.manipulation.creation</artifactId>
   <groupId>ipojo.tests</groupId>
-  <version>${ipojo.core.snapshot}</version>
+  <version>${ipojo.manipulator.snapshot}</version>
   <dependencies>
     <dependency>
       <groupId>org.apache.felix</groupId>
@@ -86,7 +86,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-ipojo-plugin</artifactId>
-        <version>${ipojo.core.snapshot}</version>
+        <version>${ipojo.manipulator.snapshot}</version>
         <executions>
           <execution>
             <goals>

Modified: felix/trunk/ipojo/tests/manipulator/manipulation/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/tests/manipulator/manipulation/pom.xml?rev=1402998&r1=1402997&r2=1402998&view=diff
==============================================================================
--- felix/trunk/ipojo/tests/manipulator/manipulation/pom.xml (original)
+++ felix/trunk/ipojo/tests/manipulator/manipulation/pom.xml Sun Oct 28 14:29:10 2012
@@ -29,7 +29,7 @@
   <name>iPOJO Manipulation Test Suite</name>
   <artifactId>tests.manipulation</artifactId>
   <groupId>ipojo.tests</groupId>
-  <version>${ipojo.core.snapshot}</version>
+  <version>${ipojo.manipulator.snapshot}</version>
   <dependencies>
     <dependency>
       <groupId>org.apache.felix</groupId>
@@ -86,7 +86,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-ipojo-plugin</artifactId>
-        <version>${ipojo.core.snapshot}</version>
+        <version>${ipojo.manipulator.snapshot}</version>
         <executions>
           <execution>
             <goals>

Modified: felix/trunk/ipojo/tests/manipulator/manipulator-java5/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/tests/manipulator/manipulator-java5/pom.xml?rev=1402998&r1=1402997&r2=1402998&view=diff
==============================================================================
--- felix/trunk/ipojo/tests/manipulator/manipulator-java5/pom.xml (original)
+++ felix/trunk/ipojo/tests/manipulator/manipulator-java5/pom.xml Sun Oct 28 14:29:10 2012
@@ -29,7 +29,7 @@
   <name>iPOJO Manipulation Test Suite For Java 5</name>
   <artifactId>tests.manipulation.java5</artifactId>
   <groupId>ipojo.tests</groupId>
-  <version>${ipojo.core.snapshot}</version>
+  <version>${ipojo.manipulator.snapshot}</version>
   <dependencies>
     <dependency>
       <groupId>org.apache.felix</groupId>
@@ -86,7 +86,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-ipojo-plugin</artifactId>
-        <version>${ipojo.core.snapshot}</version>
+        <version>${ipojo.manipulator.snapshot}</version>
         <executions>
           <execution>
             <goals>

Modified: felix/trunk/ipojo/tests/manipulator/metadata/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/tests/manipulator/metadata/pom.xml?rev=1402998&r1=1402997&r2=1402998&view=diff
==============================================================================
--- felix/trunk/ipojo/tests/manipulator/metadata/pom.xml (original)
+++ felix/trunk/ipojo/tests/manipulator/metadata/pom.xml Sun Oct 28 14:29:10 2012
@@ -29,7 +29,7 @@
   <name>iPOJO Manipulation Metadata Test Suite</name>
   <artifactId>tests.manipulation.metadata</artifactId>
   <groupId>ipojo.tests</groupId>
-  <version>${ipojo.core.snapshot}</version>
+  <version>${ipojo.manipulator.snapshot}</version>
   <dependencies>
     <dependency>
       <groupId>org.apache.felix</groupId>
@@ -86,7 +86,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-ipojo-plugin</artifactId>
-                <version>${ipojo.core.snapshot}</version>
+        <version>${ipojo.manipulator.snapshot}</version>
         <executions>
           <execution>
             <goals>

Modified: felix/trunk/ipojo/tests/manipulator/primitives/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/tests/manipulator/primitives/pom.xml?rev=1402998&r1=1402997&r2=1402998&view=diff
==============================================================================
--- felix/trunk/ipojo/tests/manipulator/primitives/pom.xml (original)
+++ felix/trunk/ipojo/tests/manipulator/primitives/pom.xml Sun Oct 28 14:29:10 2012
@@ -29,7 +29,7 @@
   <name>iPOJO Primitive Manipulation Test Suite</name>
   <artifactId>tests.manipulation.primitives</artifactId>
   <groupId>ipojo.tests</groupId>
-  <version>${ipojo.core.snapshot}</version>
+  <version>${ipojo.manipulator.snapshot}</version>
   <dependencies>
     <dependency>
       <groupId>org.apache.felix</groupId>
@@ -86,7 +86,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-ipojo-plugin</artifactId>
-        <version>${ipojo.core.snapshot}</version>
+        <version>${ipojo.manipulator.snapshot}</version>
         <executions>
           <execution>
             <goals>

Modified: felix/trunk/ipojo/tests/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/tests/pom.xml?rev=1402998&r1=1402997&r2=1402998&view=diff
==============================================================================
--- felix/trunk/ipojo/tests/pom.xml (original)
+++ felix/trunk/ipojo/tests/pom.xml Sun Oct 28 14:29:10 2012
@@ -38,19 +38,22 @@
 
 
   <properties>
-    <ipojo.core.release>1.8.0</ipojo.core.release>
+    <ipojo.core.release>1.8.2</ipojo.core.release>
     <ipojo.core.snapshot>1.9.0-SNAPSHOT</ipojo.core.snapshot>
 
     <ipojo.api.release>1.6.0</ipojo.api.release>
     <ipojo.api.snapshot>1.7.0-SNAPSHOT</ipojo.api.snapshot>
 
-    <ipojo.composite.release>1.8.0</ipojo.composite.release>
+    <ipojo.composite.release>1.8.2</ipojo.composite.release>
     <ipojo.composite.snapshot>1.9.0-SNAPSHOT</ipojo.composite.snapshot>
 
     <ipojo.eah.release>1.6.0</ipojo.eah.release>
     <ipojo.eah.snapshot>1.9.0-SNAPSHOT</ipojo.eah.snapshot>
     <ipojo.temporal.snapshot>1.7.0-SNAPSHOT</ipojo.temporal.snapshot>
     <ipojo.wbp.snapshot>1.6.1-SNAPSHOT</ipojo.wbp.snapshot>
+
+    <ipojo.manipulator.release>1.8.6</ipojo.manipulator.release>
+    <ipojo.manipulator.snapshot>1.9.0-SNAPSHOT</ipojo.manipulator.snapshot>
   </properties>
 
   <dependencyManagement>
@@ -156,7 +159,7 @@
               <plugin>
                   <groupId>org.apache.felix</groupId>
                   <artifactId>maven-ipojo-plugin</artifactId>
-                  <version>1.9.0-SNAPSHOT</version>
+                  <version>${ipojo.manipulator.snapshot}</version>
               </plugin>
               <plugin>
                   <groupId>org.apache.felix</groupId>