diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-02 10:43:13 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-02 10:43:13 +0000 |
commit | 5663ace21a9dcd3e2e1259667c9ae56d1d3fd91b (patch) | |
tree | df776f4271c0dffa43865f25c238a89d9a6c6d61 /maven-plugins | |
parent | b2b5d12b46522c02fefc7a72e4e10b754b9f764a (diff) |
[maven-release-plugin] prepare for next development iteration
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1130484 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-plugins')
-rw-r--r-- | maven-plugins/trunk/tuscany-zip-plugin/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maven-plugins/trunk/tuscany-zip-plugin/pom.xml b/maven-plugins/trunk/tuscany-zip-plugin/pom.xml index 9d4e076966..2d3bde87a8 100644 --- a/maven-plugins/trunk/tuscany-zip-plugin/pom.xml +++ b/maven-plugins/trunk/tuscany-zip-plugin/pom.xml @@ -30,12 +30,12 @@ <artifactId>tuscany-zip-plugin</artifactId> <packaging>maven-plugin</packaging> <name>Apache Tuscany SCA ZIP Maven Plugin</name> - <version>alpha3</version> + <version>1.0-SNAPSHOT</version> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/maven-plugins/tags/tuscany-zip-plugin-alpha3</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/maven-plugins/tags/tuscany-zip-plugin-alpha3</developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/tuscany/maven-plugins/tags/tuscany-zip-plugin-alpha3</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/maven-plugins/trunk/tuscany-zip-plugin</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/maven-plugins/trunk/tuscany-zip-plugin</developerConnection> + <url>http://svn.apache.org/repos/asf/tuscany/</url> </scm> <distributionManagement> |