diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-02 10:21:57 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-02 10:21:57 +0000 |
commit | 7493e1f2f05e90d8d7d3838b3e9492357f4014f0 (patch) | |
tree | fac8c5c191f69d164b6720aed8c4138ebdff7d50 /maven-plugins | |
parent | 9a624bfb4d38c78bb86eb65345a05c7af3524c63 (diff) |
[maven-release-plugin] prepare for next development iteration
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1130468 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 c8ac9aaa22..05973b5a61 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> |