From ffa15b3a47ad9c9ae80c26995a1871febdd09154 Mon Sep 17 00:00:00 2001 From: Stephane Le <stephane.le@synchrotron-soleil.fr> Date: Tue, 9 Jul 2013 10:01:50 +0000 Subject: [PATCH] update scm infos for cvs to svn migration --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 9cb1038..7efce58 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?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"> <modelVersion>4.0.0</modelVersion> <parent> @@ -22,9 +22,9 @@ </build> <dependencies/> <scm> - <connection>${scm.connection.cvs.tango-ds}:Instrumentation/SY900S_channel</connection> - <developerConnection>${scm.developerConnection.cvs.tango-ds}:Instrumentation/SY900S_channel</developerConnection> - <url>${scm.url.cvs.tango-ds}/Instrumentation/SY900S_channel</url> + <connection>${scm.connection.svn.tango-ds}/DeviceClasses/PowerSupply/SY900S_channel/tags/release_2_1_3</connection> + <developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/PowerSupply/SY900S_channel/tags/release_2_1_3</developerConnection> + <url>${scm.connection.svn.tango-ds}/DeviceClasses/PowerSupply/SY900S_channel/tags/release_2_1_3</url> </scm> <developers> <developer> -- GitLab