diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-22 15:37:28 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-22 15:37:28 +0000 |
commit | bea3315cf03c50f49fb7e195180a797d098789d6 (patch) | |
tree | a293783b88877db83f108af3db3608ecb1b8e217 /maven-plugins/trunk | |
parent | 8d62377dbc099331315bb8bd5ebb80ef7a6e9715 (diff) |
[maven-release-plugin] prepare for next development iteration
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767569 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-plugins/trunk')
-rw-r--r-- | maven-plugins/trunk/maven-tuscany-plugin/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maven-plugins/trunk/maven-tuscany-plugin/pom.xml b/maven-plugins/trunk/maven-tuscany-plugin/pom.xml index de853ebf47..71efff0464 100644 --- a/maven-plugins/trunk/maven-tuscany-plugin/pom.xml +++ b/maven-plugins/trunk/maven-tuscany-plugin/pom.xml @@ -29,12 +29,12 @@ <artifactId>maven-tuscany-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Apache Tuscany Maven Tuscany Run Plugin</name>
- <version>alpha1</version>
+ <version>1.0-SNAPSHOT</version>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/maven-plugins/tags/maven-tuscany-plugin-alpha1</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/maven-plugins/tags/maven-tuscany-plugin-alpha1</developerConnection>
- <url>scm:svn:https://svn.apache.org/repos/asf/tuscany/maven-plugins/tags/maven-tuscany-plugin-alpha1</url>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/maven-plugins/trunk/maven-tuscany-plugin</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/maven-plugins/trunk/maven-tuscany-plugin</developerConnection>
+ <url>http://svn.apache.org/repos/asf/tuscany/</url>
</scm>
<distributionManagement>
|