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/20 16:20:15 UTC

svn commit: r1559732 - in /felix/trunk/ipojo/manipulator: ./ annotations/ bnd-ipojo-plugin/ ipojo-ant-task/ manipulator-it/ manipulator-it/ipojo-manipulator-creation-test/ manipulator-it/ipojo-manipulator-manipulation-metadata-test/ manipulator-it/ipoj...

Author: clement
Date: Mon Jan 20 15:20:15 2014
New Revision: 1559732

URL: http://svn.apache.org/r1559732
Log:
[maven-release-plugin] prepare release org.apache.felix.ipojo.manipulator-project-1.11.1

Modified:
    felix/trunk/ipojo/manipulator/annotations/pom.xml
    felix/trunk/ipojo/manipulator/bnd-ipojo-plugin/pom.xml
    felix/trunk/ipojo/manipulator/ipojo-ant-task/pom.xml
    felix/trunk/ipojo/manipulator/manipulator-it/ipojo-manipulator-creation-test/pom.xml
    felix/trunk/ipojo/manipulator/manipulator-it/ipojo-manipulator-manipulation-metadata-test/pom.xml
    felix/trunk/ipojo/manipulator/manipulator-it/ipojo-manipulator-manipulation-test/pom.xml
    felix/trunk/ipojo/manipulator/manipulator-it/online-manipulator-it/pom.xml
    felix/trunk/ipojo/manipulator/manipulator-it/pom.xml
    felix/trunk/ipojo/manipulator/manipulator/pom.xml
    felix/trunk/ipojo/manipulator/maven-ipojo-plugin/pom.xml
    felix/trunk/ipojo/manipulator/online-manipulator/pom.xml
    felix/trunk/ipojo/manipulator/pom.xml

Modified: felix/trunk/ipojo/manipulator/annotations/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/annotations/pom.xml?rev=1559732&r1=1559731&r2=1559732&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/annotations/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/annotations/pom.xml Mon Jan 20 15:20:15 2014
@@ -25,7 +25,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>org.apache.felix.ipojo.annotations</artifactId>
-    <version>1.11.1-SNAPSHOT</version>
+    <version>1.11.1</version>
     <name>Apache Felix iPOJO Annotations</name>
 
     <description>
@@ -48,4 +48,10 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-project-1.11.1/org.apache.felix.ipojo.annotations</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-project-1.11.1/org.apache.felix.ipojo.annotations</developerConnection>
+    <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/org.apache.felix.ipojo.manipulator-project-1.11.1/org.apache.felix.ipojo.annotations</url>
+  </scm>
 </project>

Modified: felix/trunk/ipojo/manipulator/bnd-ipojo-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/bnd-ipojo-plugin/pom.xml?rev=1559732&r1=1559731&r2=1559732&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/bnd-ipojo-plugin/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/bnd-ipojo-plugin/pom.xml Mon Jan 20 15:20:15 2014
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>bnd-ipojo-plugin</artifactId>
-    <version>1.11.1-SNAPSHOT</version>
+    <version>1.11.1</version>
     <name>Apache Felix iPOJO Bnd Plugin</name>
 
     <dependencies>
@@ -90,4 +90,10 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-project-1.11.1/bnd-ipojo-plugin</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-project-1.11.1/bnd-ipojo-plugin</developerConnection>
+    <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/org.apache.felix.ipojo.manipulator-project-1.11.1/bnd-ipojo-plugin</url>
+  </scm>
 </project>
\ No newline at end of file

Modified: felix/trunk/ipojo/manipulator/ipojo-ant-task/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/ipojo-ant-task/pom.xml?rev=1559732&r1=1559731&r2=1559732&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/ipojo-ant-task/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/ipojo-ant-task/pom.xml Mon Jan 20 15:20:15 2014
@@ -25,7 +25,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>org.apache.felix.ipojo.ant</artifactId>
-    <version>1.11.1-SNAPSHOT</version>
+    <version>1.11.1</version>
     <packaging>bundle</packaging>
     <name>Apache Felix iPOJO Ant Task</name>
 
@@ -152,4 +152,10 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-project-1.11.1/org.apache.felix.ipojo.ant</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-project-1.11.1/org.apache.felix.ipojo.ant</developerConnection>
+    <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/org.apache.felix.ipojo.manipulator-project-1.11.1/org.apache.felix.ipojo.ant</url>
+  </scm>
 </project>

Modified: felix/trunk/ipojo/manipulator/manipulator-it/ipojo-manipulator-creation-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/manipulator-it/ipojo-manipulator-creation-test/pom.xml?rev=1559732&r1=1559731&r2=1559732&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/manipulator-it/ipojo-manipulator-creation-test/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/manipulator-it/ipojo-manipulator-creation-test/pom.xml Mon Jan 20 15:20:15 2014
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.manipulator.manipulator-it</artifactId>
-        <version>1.11.1-SNAPSHOT</version>
+        <version>1.11.1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: felix/trunk/ipojo/manipulator/manipulator-it/ipojo-manipulator-manipulation-metadata-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/manipulator-it/ipojo-manipulator-manipulation-metadata-test/pom.xml?rev=1559732&r1=1559731&r2=1559732&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/manipulator-it/ipojo-manipulator-manipulation-metadata-test/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/manipulator-it/ipojo-manipulator-manipulation-metadata-test/pom.xml Mon Jan 20 15:20:15 2014
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.manipulator.manipulator-it</artifactId>
-        <version>1.11.1-SNAPSHOT</version>
+        <version>1.11.1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: felix/trunk/ipojo/manipulator/manipulator-it/ipojo-manipulator-manipulation-test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/manipulator-it/ipojo-manipulator-manipulation-test/pom.xml?rev=1559732&r1=1559731&r2=1559732&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/manipulator-it/ipojo-manipulator-manipulation-test/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/manipulator-it/ipojo-manipulator-manipulation-test/pom.xml Mon Jan 20 15:20:15 2014
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.manipulator.manipulator-it</artifactId>
-        <version>1.11.1-SNAPSHOT</version>
+        <version>1.11.1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: felix/trunk/ipojo/manipulator/manipulator-it/online-manipulator-it/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/manipulator-it/online-manipulator-it/pom.xml?rev=1559732&r1=1559731&r2=1559732&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/manipulator-it/online-manipulator-it/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/manipulator-it/online-manipulator-it/pom.xml Mon Jan 20 15:20:15 2014
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.manipulator.manipulator-it</artifactId>
-        <version>1.11.1-SNAPSHOT</version>
+        <version>1.11.1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: felix/trunk/ipojo/manipulator/manipulator-it/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/manipulator-it/pom.xml?rev=1559732&r1=1559731&r2=1559732&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/manipulator-it/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/manipulator-it/pom.xml Mon Jan 20 15:20:15 2014
@@ -26,7 +26,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>org.apache.felix.ipojo.manipulator.manipulator-it</artifactId>
-    <version>1.11.1-SNAPSHOT</version>
+    <version>1.11.1</version>
     <name>Apache Felix iPOJO Manipulator ~ Integration Tests</name>
     <packaging>pom</packaging>
 
@@ -411,4 +411,10 @@
             </properties>
         </profile>
     </profiles>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-project-1.11.1/org.apache.felix.ipojo.manipulator.manipulator-it</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-project-1.11.1/org.apache.felix.ipojo.manipulator.manipulator-it</developerConnection>
+    <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/org.apache.felix.ipojo.manipulator-project-1.11.1/org.apache.felix.ipojo.manipulator.manipulator-it</url>
+  </scm>
 </project>

Modified: felix/trunk/ipojo/manipulator/manipulator/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/manipulator/pom.xml?rev=1559732&r1=1559731&r2=1559732&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/manipulator/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/manipulator/pom.xml Mon Jan 20 15:20:15 2014
@@ -26,7 +26,7 @@
     <modelVersion>4.0.0</modelVersion>
     <packaging>bundle</packaging>
     <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
-    <version>1.11.1-SNAPSHOT</version>
+    <version>1.11.1</version>
     <name>Apache Felix iPOJO Manipulator</name>
 
     <description>
@@ -154,4 +154,10 @@
 
         </plugins>
     </build>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-project-1.11.1/org.apache.felix.ipojo.manipulator</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-project-1.11.1/org.apache.felix.ipojo.manipulator</developerConnection>
+    <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/org.apache.felix.ipojo.manipulator-project-1.11.1/org.apache.felix.ipojo.manipulator</url>
+  </scm>
 </project>

Modified: felix/trunk/ipojo/manipulator/maven-ipojo-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/maven-ipojo-plugin/pom.xml?rev=1559732&r1=1559731&r2=1559732&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/maven-ipojo-plugin/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/maven-ipojo-plugin/pom.xml Mon Jan 20 15:20:15 2014
@@ -25,7 +25,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>maven-ipojo-plugin</artifactId>
-    <version>1.11.1-SNAPSHOT</version>
+    <version>1.11.1</version>
     <name>Apache Felix iPOJO Maven Plugin</name>
     <packaging>maven-plugin</packaging>
 
@@ -148,4 +148,10 @@
             </build>
         </profile>
     </profiles>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-project-1.11.1/maven-ipojo-plugin</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-project-1.11.1/maven-ipojo-plugin</developerConnection>
+    <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/org.apache.felix.ipojo.manipulator-project-1.11.1/maven-ipojo-plugin</url>
+  </scm>
 </project>

Modified: felix/trunk/ipojo/manipulator/online-manipulator/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/online-manipulator/pom.xml?rev=1559732&r1=1559731&r2=1559732&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/online-manipulator/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/online-manipulator/pom.xml Mon Jan 20 15:20:15 2014
@@ -27,7 +27,7 @@
     <packaging>bundle</packaging>
     <name>Apache Felix iPOJO - Online Manipulator</name>
     <artifactId>org.apache.felix.ipojo.manipulator.online</artifactId>
-    <version>1.11.1-SNAPSHOT</version>
+    <version>1.11.1</version>
 
     <description>
         iPOJO online manipulator allowing install time manipulation of iPOJO bundle.
@@ -178,4 +178,10 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-project-1.11.1/org.apache.felix.ipojo.manipulator.online</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-project-1.11.1/org.apache.felix.ipojo.manipulator.online</developerConnection>
+    <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/org.apache.felix.ipojo.manipulator-project-1.11.1/org.apache.felix.ipojo.manipulator.online</url>
+  </scm>
 </project>

Modified: felix/trunk/ipojo/manipulator/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/pom.xml?rev=1559732&r1=1559731&r2=1559732&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/pom.xml Mon Jan 20 15:20:15 2014
@@ -25,7 +25,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>org.apache.felix.ipojo.manipulator-project</artifactId>
-    <version>1.11.1-SNAPSHOT</version>
+    <version>1.11.1</version>
     <name>Apache Felix iPOJO Manipulator Project</name>
     <packaging>pom</packaging>
 
@@ -45,9 +45,9 @@
     </modules>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/ipojo/manipulator</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/ipojo/manipulator</developerConnection>
-        <url>http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-project-1.11.1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-project-1.11.1</developerConnection>
+        <url>http://svn.apache.org/viewvc/felix/releases/org.apache.felix.ipojo.manipulator-project-1.11.1</url>
     </scm>
 
 </project>