diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-28 09:35:45 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-28 09:35:45 +0000 |
commit | e87427e9aec12114cf133757a4d0ef41585011c3 (patch) | |
tree | 0eb815febd8d71ad9973f804658e4c1324faaf3c /maven-plugins/trunk | |
parent | 78261f09b2b4c66d5e002b218d8bb9933946aeee (diff) |
[maven-release-plugin] prepare for next development iteration
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028245 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-plugins/trunk')
-rw-r--r-- | maven-plugins/trunk/maven-bundle-plugin/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maven-plugins/trunk/maven-bundle-plugin/pom.xml b/maven-plugins/trunk/maven-bundle-plugin/pom.xml index bbe6975511..85fdb7e65f 100644 --- a/maven-plugins/trunk/maven-bundle-plugin/pom.xml +++ b/maven-plugins/trunk/maven-bundle-plugin/pom.xml @@ -29,12 +29,12 @@ <artifactId>maven-bundle-plugin</artifactId> <packaging>maven-plugin</packaging> <name>Apache Tuscany Maven OSGi Bundle Plugin</name> - <version>1.0.7</version> + <version>1.0.8-SNAPSHOT</version> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/maven-plugins/tags/maven-bundle-plugin-1.0.7-RC1</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/maven-plugins/tags/maven-bundle-plugin-1.0.7-RC1</developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/tuscany/maven-plugins/tags/maven-bundle-plugin-1.0.7-RC1</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/maven-plugins/trunk/maven-bundle-plugin</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/maven-plugins/trunk/maven-bundle-plugin</developerConnection> + <url>http://svn.apache.org/repos/asf/tuscany/</url> </scm> <profiles> |