diff options
Diffstat (limited to 'plugins/trunk/maven-eclipse-compiler/pom.xml')
-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>
|