diff options
author | Stephan Herrmann | 2011-06-13 10:13:54 +0000 |
---|---|---|
committer | Stephan Herrmann | 2011-06-13 10:13:54 +0000 |
commit | 164a4c9839211121a836d4360156c95a09190645 (patch) | |
tree | 07dd36f67089aa7b922d9152e07d60b68eb6e258 | |
parent | 70298df161b200bbc175cd5afc1ee6d24e8d0102 (diff) | |
download | org.eclipse.objectteams-164a4c9839211121a836d4360156c95a09190645.tar.gz org.eclipse.objectteams-164a4c9839211121a836d4360156c95a09190645.tar.xz org.eclipse.objectteams-164a4c9839211121a836d4360156c95a09190645.zip |
manually prepare for release:
- revert previous automatic commit
- manually set otj.version to release
- set specific tags directory in repo
-rw-r--r-- | maven/infrastructure/parent-pom/pom.xml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/maven/infrastructure/parent-pom/pom.xml b/maven/infrastructure/parent-pom/pom.xml index 4419a9bd8..a6772d0ea 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</version> + <version>2.0.0-SNAPSHOT</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/tags/objectteams-parent-pom-2.0.0</connection> - <developerConnection>scm:svn:svn+ssh://dev.eclipse.org/svnroot/tools/org.eclipse.objectteams/tags/objectteams-parent-pom-2.0.0</developerConnection> - <url>http://dev.eclipse.org/viewcvs/index.cgi/tags/objectteams-parent-pom-2.0.0?root=TOOLS_OBJECTTEAMS</url> + <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> </scm> <reporting> @@ -187,6 +187,13 @@ <artifactId>maven-site-plugin</artifactId> <version>3.0-beta-2</version> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <tagBase>svn+ssh://dev.eclipse.org/svnroot/tools/org.eclipse.objectteams/tags/mvn-releases</tagBase> + </configuration> + </plugin> </plugins> </pluginManagement> <extensions> |