diff options
Diffstat (limited to '')
-rw-r--r-- | maven-plugins/trunk/tuscany-zip-plugin/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/maven-plugins/trunk/tuscany-zip-plugin/pom.xml b/maven-plugins/trunk/tuscany-zip-plugin/pom.xml index 9ec73b5af2..9d4e076966 100644 --- a/maven-plugins/trunk/tuscany-zip-plugin/pom.xml +++ b/maven-plugins/trunk/tuscany-zip-plugin/pom.xml @@ -23,19 +23,19 @@ <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>4</version> - <relativePath></relativePath> + <relativePath /> </parent> <groupId>org.apache.tuscany.sca</groupId> <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> |