diff options
-rw-r--r-- | pom.xml | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -1,9 +1,9 @@ -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>net.sf.antcontrib</groupId> <artifactId>cpptasks</artifactId> <name>CPPTasks (modified)</name> - <version>20051015-patched-1.2-SNAPSHOT</version> + <version>20051015-patched-1.2</version> <description> Library to call native compilers and linkers. </description> @@ -22,12 +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.2</connection> + <developerConnection>scm:svn:svn://svn.freehep.org/svn/misc/tags/cpptasks-20051015-patched-1.2</developerConnection> </scm> <distributionManagement> <repository> |