diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-21 06:40:41 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-21 06:40:41 +0000 |
commit | bdebd1c6e20b74e306d43ed31c79a1c3fac263dd (patch) | |
tree | f26d16f02809687ae6da7ce0637b567b96e525ca | |
parent | e4adba9d747e9e45fb48af0b477fe1e912c04b33 (diff) |
[maven-release-plugin] prepare for next development iteration
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137877 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | maven-plugins/trunk/tuscany-bundle-plugin/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maven-plugins/trunk/tuscany-bundle-plugin/pom.xml b/maven-plugins/trunk/tuscany-bundle-plugin/pom.xml index 29587621c7..d652331163 100644 --- a/maven-plugins/trunk/tuscany-bundle-plugin/pom.xml +++ b/maven-plugins/trunk/tuscany-bundle-plugin/pom.xml @@ -29,12 +29,12 @@ <artifactId>tuscany-bundle-plugin</artifactId> <packaging>maven-plugin</packaging> <name>Apache Tuscany Maven OSGi Bundle Plugin</name> - <version>1.0.8</version> + <version>1.0.9-SNAPSHOT</version> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/maven-plugins/tags/tuscany-bundle-plugin-1.0.8</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/maven-plugins/tags/tuscany-bundle-plugin-1.0.8</developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/tuscany/maven-plugins/tags/tuscany-bundle-plugin-1.0.8</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/maven-plugins/trunk/tuscany-bundle-plugin</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/maven-plugins/trunk/tuscany-bundle-plugin</developerConnection> + <url>http://svn.apache.org/repos/asf/tuscany/</url> </scm> <profiles> |