From badc8bd1d66939a092e69885c403de281fbccb5d Mon Sep 17 00:00:00 2001 From: Stephane Le <stephane.le@synchrotron-soleil.fr> Date: Tue, 9 Jul 2013 10:04:22 +0000 Subject: [PATCH] update scm infos for cvs to svn migration --- pom.xml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 81dc8a2..d8435ec 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 -- GitLab