diff options
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 9f671b4173..6669798fbd 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.1</version> + <version>1.0.1-SNAPSHOT</version> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/maven-plugins/tags/maven-bundle-plugin-1.0.1</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/maven-plugins/tags/maven-bundle-plugin-1.0.1</developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/tuscany/maven-plugins/tags/maven-bundle-plugin-1.0.1</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> <distributionManagement> |