diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-09 16:24:52 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-09 16:24:52 +0000 |
commit | 739a4e376c001c08cb4d159a9720f52fcdea0f91 (patch) | |
tree | 4d21c165bdbe707b28115ca830472fd9eea00b7a /plugins/trunk/maven-eclipse-compiler | |
parent | 70161d17fe399cc3e174b5d65623f4e253a5429b (diff) |
[maven-release-plugin] prepare for next development iteration
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742600 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'plugins/trunk/maven-eclipse-compiler')
-rw-r--r-- | plugins/trunk/maven-eclipse-compiler/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/trunk/maven-eclipse-compiler/pom.xml b/plugins/trunk/maven-eclipse-compiler/pom.xml index a770103c01..ff458998fd 100644 --- a/plugins/trunk/maven-eclipse-compiler/pom.xml +++ b/plugins/trunk/maven-eclipse-compiler/pom.xml @@ -29,12 +29,12 @@ <artifactId>maven-eclipse-compiler</artifactId>
<packaging>jar</packaging>
<name>Apache Tuscany Maven Eclipse Compiler Plugin</name>
- <version>1.0</version>
+ <version>1.0.1-SNAPSHOT</version>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/plugins/tags/maven-eclipse-compiler-1.0</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/plugins/tags/maven-eclipse-compiler-1.0</developerConnection>
- <url>scm:svn:https://svn.apache.org/repos/asf/tuscany/plugins/tags/maven-eclipse-compiler-1.0</url>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/plugins/trunk/maven-eclipse-plugin</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/plugins/trunk/maven-eclipse-plugin</developerConnection>
+ <url>http://svn.apache.org/repos/asf/tuscany/</url>
</scm>
<distributionManagement>
|