diff options
author | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2006-12-19 23:47:15 +0000 |
---|---|---|
committer | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2006-12-19 23:47:15 +0000 |
commit | 3261430c8a0e8a5a35be67f7bd32362482e2fbec (patch) | |
tree | 80e270ec916587ecbeb4f93a3ebd95a07005baea | |
parent | a94e8ecc8d722d0f37e598d1ea86c2a3719ca331 (diff) | |
download | cpptasks-parallel-3261430c8a0e8a5a35be67f7bd32362482e2fbec.tar.gz cpptasks-parallel-3261430c8a0e8a5a35be67f7bd32362482e2fbec.tar.bz2 cpptasks-parallel-3261430c8a0e8a5a35be67f7bd32362482e2fbec.tar.xz cpptasks-parallel-3261430c8a0e8a5a35be67f7bd32362482e2fbec.zip |
[maven-release-plugin] prepare release cpptasks-20051015-patched-1.3
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ <groupId>net.sf.antcontrib</groupId> <artifactId>cpptasks</artifactId> <name>CPPTasks (modified)</name> - <version>20051015-patched-1.3-SNAPSHOT</version> + <version>20051015-patched-1.3</version> <description> Library to call native compilers and linkers. </description> @@ -22,8 +22,8 @@ </notifiers> </ciManagement> <scm> - <connection>scm:svn:svn://svn.freehep.org/svn/misc/trunk/cpptasks</connection> - <developerConnection>scm:svn:svn://svn.freehep.org/svn/misc/trunk/cpptasks</developerConnection> + <connection>scm:svn:svn://svn.freehep.org/svn/misc/tags/cpptasks-20051015-patched-1.3</connection> + <developerConnection>scm:svn:svn://svn.freehep.org/svn/misc/tags/cpptasks-20051015-patched-1.3</developerConnection> </scm> <distributionManagement> <repository> |