[maven-release-plugin] prepare release 1.10.0
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1482812 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/bnd-ipojo-plugin/pom.xml b/ipojo/manipulator/bnd-ipojo-plugin/pom.xml
index fdb475c..3c22039 100644
--- a/ipojo/manipulator/bnd-ipojo-plugin/pom.xml
+++ b/ipojo/manipulator/bnd-ipojo-plugin/pom.xml
@@ -27,7 +27,7 @@
</parent>
<artifactId>bnd-ipojo-plugin</artifactId>
- <version>1.9.0-SNAPSHOT</version>
+ <version>1.10.0</version>
<name>Apache Felix iPOJO Bnd Plugin</name>
<dependencies>
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.manipulator</artifactId>
- <version>1.9.0-SNAPSHOT</version>
+ <version>1.10.0</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
@@ -90,4 +90,10 @@
</plugin>
</plugins>
</build>
+
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/1.10.0/bnd-ipojo-plugin</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/1.10.0/bnd-ipojo-plugin</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/1.10.0/bnd-ipojo-plugin</url>
+ </scm>
</project>
\ No newline at end of file
diff --git a/ipojo/manipulator/ipojo-ant-task/pom.xml b/ipojo/manipulator/ipojo-ant-task/pom.xml
index 8db284f..93680a3 100644
--- a/ipojo/manipulator/ipojo-ant-task/pom.xml
+++ b/ipojo/manipulator/ipojo-ant-task/pom.xml
@@ -16,8 +16,7 @@
specific language governing permissions and limitations
under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>felix-parent</artifactId>
@@ -26,7 +25,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.apache.felix.ipojo.ant</artifactId>
- <version>1.9.0-SNAPSHOT</version>
+ <version>1.10.0</version>
<packaging>bundle</packaging>
<name>Apache Felix iPOJO Ant Task</name>
@@ -47,7 +46,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.manipulator</artifactId>
- <version>1.9.0-SNAPSHOT</version>
+ <version>1.10.0</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
@@ -150,4 +149,10 @@
</plugin>
</plugins>
</build>
+
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/1.10.0/org.apache.felix.ipojo.ant</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/1.10.0/org.apache.felix.ipojo.ant</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/1.10.0/org.apache.felix.ipojo.ant</url>
+ </scm>
</project>
diff --git a/ipojo/manipulator/manipulator-it/pom.xml b/ipojo/manipulator/manipulator-it/pom.xml
index 59418c3..2d9b098 100644
--- a/ipojo/manipulator/manipulator-it/pom.xml
+++ b/ipojo/manipulator/manipulator-it/pom.xml
@@ -16,9 +16,7 @@
specific language governing permissions and limitations
under the License.
-->
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns="http://maven.apache.org/POM/4.0.0"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>felix-parent</artifactId>
@@ -27,7 +25,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.apache.felix.ipojo.manipulator.manipulator-it</artifactId>
- <version>1.9.0-SNAPSHOT</version>
+ <version>1.10.0</version>
<name>Apache Felix iPOJO Manipulator ~ Integration Tests</name>
<packaging>pom</packaging>
@@ -173,7 +171,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.manipulator</artifactId>
- <version>1.9.0-SNAPSHOT</version>
+ <version>1.10.0</version>
</dependency>
<dependency>
@@ -185,7 +183,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.manipulator.online</artifactId>
- <version>1.9.0-SNAPSHOT</version>
+ <version>1.10.0</version>
</dependency>
<!-- End of tested version -->
@@ -440,4 +438,10 @@
<url>http://repository.ow2.org/nexus/content/repositories/snapshots/</url>
</repository>
</repositories>
+
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/1.10.0/org.apache.felix.ipojo.manipulator.manipulator-it</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/1.10.0/org.apache.felix.ipojo.manipulator.manipulator-it</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/1.10.0/org.apache.felix.ipojo.manipulator.manipulator-it</url>
+ </scm>
</project>
diff --git a/ipojo/manipulator/manipulator/pom.xml b/ipojo/manipulator/manipulator/pom.xml
index 663f1b3..e1896ae 100644
--- a/ipojo/manipulator/manipulator/pom.xml
+++ b/ipojo/manipulator/manipulator/pom.xml
@@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<packaging>bundle</packaging>
<artifactId>org.apache.felix.ipojo.manipulator</artifactId>
- <version>1.9.0-SNAPSHOT</version>
+ <version>1.10.0</version>
<name>Apache Felix iPOJO Manipulator</name>
<description>
@@ -147,4 +147,10 @@
</plugins>
</build>
+
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/1.10.0/org.apache.felix.ipojo.manipulator</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/1.10.0/org.apache.felix.ipojo.manipulator</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/1.10.0/org.apache.felix.ipojo.manipulator</url>
+ </scm>
</project>
diff --git a/ipojo/manipulator/maven-ipojo-plugin/pom.xml b/ipojo/manipulator/maven-ipojo-plugin/pom.xml
index ff96042..88a1239 100644
--- a/ipojo/manipulator/maven-ipojo-plugin/pom.xml
+++ b/ipojo/manipulator/maven-ipojo-plugin/pom.xml
@@ -25,7 +25,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-ipojo-plugin</artifactId>
- <version>1.9.0-SNAPSHOT</version>
+ <version>1.10.0</version>
<name>Apache Felix iPOJO Maven Plugin</name>
<packaging>maven-plugin</packaging>
@@ -76,7 +76,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.manipulator</artifactId>
- <version>1.9.0-SNAPSHOT</version>
+ <version>1.10.0</version>
</dependency>
</dependencies>
<build>
@@ -147,4 +147,10 @@
</build>
</profile>
</profiles>
+
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/1.10.0/maven-ipojo-plugin</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/1.10.0/maven-ipojo-plugin</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/1.10.0/maven-ipojo-plugin</url>
+ </scm>
</project>
diff --git a/ipojo/manipulator/online-manipulator/pom.xml b/ipojo/manipulator/online-manipulator/pom.xml
index 8bb540d..b073d69 100644
--- a/ipojo/manipulator/online-manipulator/pom.xml
+++ b/ipojo/manipulator/online-manipulator/pom.xml
@@ -16,8 +16,7 @@
specific language governing permissions and limitations
under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>felix-parent</artifactId>
@@ -28,7 +27,7 @@
<packaging>bundle</packaging>
<name>Apache Felix iPOJO - Online Manipulator</name>
<artifactId>org.apache.felix.ipojo.manipulator.online</artifactId>
- <version>1.9.0-SNAPSHOT</version>
+ <version>1.10.0</version>
<description>
iPOJO online manipulator allowing install time manipulation of iPOJO bundle.
@@ -131,7 +130,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-ipojo-plugin</artifactId>
- <version>1.9.0-SNAPSHOT</version>
+ <version>1.10.0</version>
<executions>
<execution>
<goals>
@@ -176,4 +175,10 @@
</plugin>
</plugins>
</build>
+
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/1.10.0/org.apache.felix.ipojo.manipulator.online</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/1.10.0/org.apache.felix.ipojo.manipulator.online</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/1.10.0/org.apache.felix.ipojo.manipulator.online</url>
+ </scm>
</project>
diff --git a/ipojo/manipulator/pom.xml b/ipojo/manipulator/pom.xml
index 62be39c..f35a489 100644
--- a/ipojo/manipulator/pom.xml
+++ b/ipojo/manipulator/pom.xml
@@ -25,7 +25,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.apache.felix.ipojo.manipulator-project</artifactId>
- <version>1.9.0-SNAPSHOT</version>
+ <version>1.10.0</version>
<name>Apache Felix iPOJO Manipulator Project</name>
<packaging>pom</packaging>
@@ -43,4 +43,10 @@
<module>online-manipulator</module>
</modules>
+
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/1.10.0</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/1.10.0</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/1.10.0</url>
+ </scm>
</project>