diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-05 08:21:03 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-05 08:21:03 +0000 |
commit | 796b7a44ff7b3b55c93c074b9fc1f9c440f7e451 (patch) | |
tree | a4539a72ed85736d2ca2fde6835d35e37c16dde1 | |
parent | 0b1005d9ced4bae29025895c610fbb6c0d04cc7a (diff) |
[maven-release-plugin] prepare release maven-bundle-plugin-1.0.1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750375 13f79535-47bb-0310-9956-ffa450edef68
-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 6669798fbd..9f671b4173 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-SNAPSHOT</version> + <version>1.0.1</version> <scm> - <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> + <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> </scm> <distributionManagement> |