Skip to main content
summaryrefslogtreecommitdiffstats
path: root/maven
diff options
context:
space:
mode:
authorStephan Herrmann2011-06-13 11:26:03 +0000
committerStephan Herrmann2011-06-13 11:26:03 +0000
commit29a251d63a98324e9bc6203796a9aae2e1be2161 (patch)
tree6150dd9ea45bbe956806827c5c4954468bc6cafe /maven
parentfc31b2eb7faa343b9ee8f5b2be08d5d277468f77 (diff)
downloadorg.eclipse.objectteams-29a251d63a98324e9bc6203796a9aae2e1be2161.tar.gz
org.eclipse.objectteams-29a251d63a98324e9bc6203796a9aae2e1be2161.tar.xz
org.eclipse.objectteams-29a251d63a98324e9bc6203796a9aae2e1be2161.zip
[maven-release-plugin] prepare release objectteams-artifact-deployer-2.0.0
Diffstat (limited to 'maven')
-rw-r--r--maven/infrastructure/artifact-deployer/pom.xml7
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 -->

Back to the top