diff options
Diffstat (limited to 'maven')
-rw-r--r-- | maven/infrastructure/artifact-deployer/pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/maven/infrastructure/artifact-deployer/pom.xml b/maven/infrastructure/artifact-deployer/pom.xml index 2fc820442..bb6e6a304 100644 --- a/maven/infrastructure/artifact-deployer/pom.xml +++ b/maven/infrastructure/artifact-deployer/pom.xml @@ -10,6 +10,7 @@ </parent> <artifactId>objectteams-artifact-deployer</artifactId> + <version>2.0.0</version> <packaging>pom</packaging> @@ -67,9 +68,9 @@ <!-- Override inherited declaration, otherwise Maven appends the artifactId to the path --> <scm> - <connection>scm:svn:svn://dev.eclipse.org/svnroot/tools/org.eclipse.objectteams/${project-repository-path}</connection> - <developerConnection>scm:svn:svn+ssh://dev.eclipse.org/svnroot/tools/org.eclipse.objectteams/${project-repository-path}</developerConnection> - <url>http://dev.eclipse.org/viewcvs/index.cgi/${project-repository-path}?root=TOOLS_OBJECTTEAMS</url> + <connection>scm:svn:svn://dev.eclipse.org/svnroot/tools/org.eclipse.objectteams/tags/mvn-releases/objectteams-artifact-deployer-2.0.0</connection> + <developerConnection>scm:svn:svn+ssh://dev.eclipse.org/svnroot/tools/org.eclipse.objectteams/tags/mvn-releases/objectteams-artifact-deployer-2.0.0</developerConnection> + <url>http://dev.eclipse.org/viewcvs/index.cgi/tags/mvn-releases?root=TOOLS_OBJECTTEAMS/objectteams-artifact-deployer-2.0.0</url> </scm> <!-- simply repeat this declaration from the parent pom, otherwise Maven duplicates the artifactId in the path --> |