Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2011-06-13 11:33:26 +0000
committerStephan Herrmann2011-06-13 11:33:26 +0000
commitc7cc1d7e03690fd07cbc92e8d067f123995e8465 (patch)
tree965aa26d382ad349919bbc00a4b6758aebf076e6 /maven/infrastructure/artifact-deployer
parent5ad6eeb818d0c45e81a04a9e1173507cb1b8e506 (diff)
downloadorg.eclipse.objectteams-c7cc1d7e03690fd07cbc92e8d067f123995e8465.tar.gz
org.eclipse.objectteams-c7cc1d7e03690fd07cbc92e8d067f123995e8465.tar.xz
org.eclipse.objectteams-c7cc1d7e03690fd07cbc92e8d067f123995e8465.zip
[maven-release-plugin] prepare release objectteams-artifact-deployer-2.0.0
Diffstat (limited to 'maven/infrastructure/artifact-deployer')
-rw-r--r--maven/infrastructure/artifact-deployer/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/maven/infrastructure/artifact-deployer/pom.xml b/maven/infrastructure/artifact-deployer/pom.xml
index a012a27f1..2a4713683 100644
--- a/maven/infrastructure/artifact-deployer/pom.xml
+++ b/maven/infrastructure/artifact-deployer/pom.xml
@@ -10,7 +10,7 @@
</parent>
<artifactId>objectteams-artifact-deployer</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
<packaging>pom</packaging>
@@ -68,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/tags/mvn-releases/objectteams-artifact-deployer-2.0.0</connection>
- <developerConnection>scm:svn:svn+ssh://${username}@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>
+ <connection>scm:svn:svn+ssh://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>scm:svn:svn+ssh://dev.eclipse.org/svnroot/tools/org.eclipse.objectteams/tags/mvn-releases/objectteams-artifact-deployer-2.0.0</url>
</scm>
<!-- simply repeat this declaration from the parent pom, otherwise Maven duplicates the artifactId in the path -->

Back to the top