diff options
Diffstat (limited to '')
-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 2d3bde87a8..9d4e076966 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>1.0-SNAPSHOT</version> + <version>alpha3</version> <scm> - <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> + <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> </scm> <distributionManagement> |