Skip to main content
summaryrefslogtreecommitdiffstats
path: root/maven
diff options
context:
space:
mode:
authorStephan Herrmann2011-06-13 10:14:23 +0000
committerStephan Herrmann2011-06-13 10:14:23 +0000
commitb24af855bb1df8a007919d83717a2e249701485c (patch)
treea9e6b8575c1c24675423f2ae3917a40dceb3bea3 /maven
parent164a4c9839211121a836d4360156c95a09190645 (diff)
downloadorg.eclipse.objectteams-b24af855bb1df8a007919d83717a2e249701485c.tar.gz
org.eclipse.objectteams-b24af855bb1df8a007919d83717a2e249701485c.tar.xz
org.eclipse.objectteams-b24af855bb1df8a007919d83717a2e249701485c.zip
[maven-release-plugin] prepare release objectteams-parent-pom-2.0.0
Diffstat (limited to 'maven')
-rw-r--r--maven/infrastructure/parent-pom/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/maven/infrastructure/parent-pom/pom.xml b/maven/infrastructure/parent-pom/pom.xml
index a6772d0ea..e8cd35659 100644
--- a/maven/infrastructure/parent-pom/pom.xml
+++ b/maven/infrastructure/parent-pom/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.eclipse</groupId>
<artifactId>objectteams-parent-pom</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
<packaging>pom</packaging>
<name>Object Teams parent pom</name>
@@ -107,9 +107,9 @@
</properties>
<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-parent-pom-2.0.0</connection>
+ <developerConnection>scm:svn:svn+ssh://dev.eclipse.org/svnroot/tools/org.eclipse.objectteams/tags/mvn-releases/objectteams-parent-pom-2.0.0</developerConnection>
+ <url>http://dev.eclipse.org/viewcvs/index.cgi/tags/mvn-releases?root=TOOLS_OBJECTTEAMS/objectteams-parent-pom-2.0.0</url>
</scm>
<reporting>

Back to the top