diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-20 10:13:14 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-20 10:13:14 +0000 |
commit | 2b029ff81aca62af016a745e5405832c8d18a812 (patch) | |
tree | 495fbf20a0b620caa55063e992638309c2a896f8 /maven-plugins | |
parent | a641953141a42dfc2544b3eb967bc9a0f223257e (diff) |
[maven-release-plugin] rollback the release of tuscany-bundle-plugin-1.0.8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137582 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-plugins')
-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 cf313ccca5..47998b5b28 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.8-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> |