diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-02 19:21:15 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-02 19:21:15 +0000 |
commit | 8a455db2318015f959f87cc7ad6139ec037cde5d (patch) | |
tree | d59f3ff433c2c9c487e699c9af586fd0032e6e61 /maven-plugins/trunk/maven-eclipse-compiler | |
parent | e5b3d42a7aeb65c1f8885f8241a8ad482d8dc54d (diff) |
[maven-release-plugin] prepare for next development iteration
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761387 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-plugins/trunk/maven-eclipse-compiler')
-rw-r--r-- | maven-plugins/trunk/maven-eclipse-compiler/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maven-plugins/trunk/maven-eclipse-compiler/pom.xml b/maven-plugins/trunk/maven-eclipse-compiler/pom.xml index 0846446604..dfa76bd679 100644 --- a/maven-plugins/trunk/maven-eclipse-compiler/pom.xml +++ b/maven-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.1</version>
+ <version>1.0.2-SNAPSHOT</version>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/maven-plugins/tags/maven-eclipse-compiler-1.0.1</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/maven-plugins/tags/maven-eclipse-compiler-1.0.1</developerConnection>
- <url>scm:svn:https://svn.apache.org/repos/asf/tuscany/maven-plugins/tags/maven-eclipse-compiler-1.0.1</url>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/maven-plugins/trunk/maven-eclipse-plugin</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/maven-plugins/trunk/maven-eclipse-plugin</developerConnection>
+ <url>http://svn.apache.org/repos/asf/tuscany/</url>
</scm>
<distributionManagement>
|