diff --git a/pom.xml b/pom.xml index 81dc8a262707923d72a0712faf3b98e3f7059149..d8435ecf8a9f34e16768c7c99e3c77dd2a5f6cd1 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> +<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> <parent> @@ -19,15 +18,9 @@ <description>Utils library</description> <scm> - <connection> - ${scm.connection.cvs.tango-ds}:Libraries/Utils - </connection> - <developerConnection> - ${scm.developerConnection.cvs.tango-ds}:Libraries/Utils - </developerConnection> - <url> - ${scm.url.cvs.tango-ds}/Libraries/Utils - </url> + <connection>${scm.connection.svn.tango-ds}/Libraries/Utils/tags/release_1_2_2</connection> + <developerConnection>${scm.connection.svn.tango-ds}/Libraries/Utils/tags/release_1_2_2</developerConnection> + <url>${scm.connection.svn.tango-ds}/Libraries/Utils/tags/release_1_2_2</url> </scm> <build> @@ -73,4 +66,4 @@ <timezone>1</timezone> </developer> </developers> -</project> +</project> \ No newline at end of file