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 2014/01/30 07:37:51 UTC

svn commit: r1562699 - in /felix/trunk/ipojo: manipulator/manipulator-it/pom.xml runtime/api/pom.xml runtime/composite-it/pom.xml runtime/composite/pom.xml runtime/core/pom.xml runtime/ipojo-gogo-commands/pom.xml

Author: clement
Date: Thu Jan 30 06:37:51 2014
New Revision: 1562699

URL: http://svn.apache.org/r1562699
Log:
update manipulator and core version (in dependencies) after the release

Modified:
    felix/trunk/ipojo/manipulator/manipulator-it/pom.xml
    felix/trunk/ipojo/runtime/api/pom.xml
    felix/trunk/ipojo/runtime/composite-it/pom.xml
    felix/trunk/ipojo/runtime/composite/pom.xml
    felix/trunk/ipojo/runtime/core/pom.xml
    felix/trunk/ipojo/runtime/ipojo-gogo-commands/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=1562699&r1=1562698&r2=1562699&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/manipulator-it/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/manipulator-it/pom.xml Thu Jan 30 06:37:51 2014
@@ -208,7 +208,7 @@
             <artifactId>org.apache.felix.ipojo</artifactId>
             <!-- To update before the release -->
             <!--<version>${project.version}</version>-->
-            <version>1.11.0</version>
+            <version>1.11.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.osgi</groupId>

Modified: felix/trunk/ipojo/runtime/api/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/api/pom.xml?rev=1562699&r1=1562698&r2=1562699&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/api/pom.xml (original)
+++ felix/trunk/ipojo/runtime/api/pom.xml Thu Jan 30 06:37:51 2014
@@ -119,7 +119,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
-            <version>1.11.0</version>
+            <version>1.11.1</version>
         </dependency>
         <dependency>
             <groupId>asm</groupId>

Modified: felix/trunk/ipojo/runtime/composite-it/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/composite-it/pom.xml?rev=1562699&r1=1562698&r2=1562699&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/composite-it/pom.xml (original)
+++ felix/trunk/ipojo/runtime/composite-it/pom.xml Thu Jan 30 06:37:51 2014
@@ -217,7 +217,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
-            <version>1.11.0</version>
+            <version>1.11.1</version>
         </dependency>
 
         <dependency>

Modified: felix/trunk/ipojo/runtime/composite/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/composite/pom.xml?rev=1562699&r1=1562698&r2=1562699&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/composite/pom.xml (original)
+++ felix/trunk/ipojo/runtime/composite/pom.xml Thu Jan 30 06:37:51 2014
@@ -49,7 +49,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
-            <version>1.11.0</version>
+            <version>1.11.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>

Modified: felix/trunk/ipojo/runtime/core/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core/pom.xml?rev=1562699&r1=1562698&r2=1562699&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core/pom.xml (original)
+++ felix/trunk/ipojo/runtime/core/pom.xml Thu Jan 30 06:37:51 2014
@@ -193,7 +193,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-ipojo-plugin</artifactId>
-                <version>1.11.0</version>
+                <version>1.11.1</version>
                 <executions>
                     <execution>
                         <goals>

Modified: felix/trunk/ipojo/runtime/ipojo-gogo-commands/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/ipojo-gogo-commands/pom.xml?rev=1562699&r1=1562698&r2=1562699&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/ipojo-gogo-commands/pom.xml (original)
+++ felix/trunk/ipojo/runtime/ipojo-gogo-commands/pom.xml Thu Jan 30 06:37:51 2014
@@ -45,7 +45,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.ipojo.annotations</artifactId>
-            <version>1.10.0</version>
+            <version>1.11.1</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>