From 1deed083ade5fcc74f7604d2aa57961002a4755f Mon Sep 17 00:00:00 2001
From: Stephane Le <stephane.le@synchrotron-soleil.fr>
Date: Thu, 4 Jul 2013 14:19:13 +0000
Subject: [PATCH] update scm infos for cvs to svn migration

---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3d2e7ca..346fbac 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>
@@ -48,9 +48,9 @@
    </build>
    <dependencies/>
    <scm>
-       <connection>${scm.connection.cvs.tango-ds}:Instrumentation/AcquireWaveformLecroy</connection>
-       <developerConnection>${scm.developerConnection.cvs.tango-ds}:Instrumentation/AcquireWaveformLecroy</developerConnection>
-       <url>${scm.url.cvs.tango-ds}/Instrumentation/AcquireWaveformLecroy</url>
+       <connection>${scm.connection.svn.tango-ds}/DeviceClasses/MeasureInstruments/Lecroy/AcquireWaveformLecroy/trunk/</connection>
+       <developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/MeasureInstruments/Lecroy/AcquireWaveformLecroy/trunk/</developerConnection>
+       <url>${scm.connection.svn.tango-ds}/DeviceClasses/MeasureInstruments/Lecroy/AcquireWaveformLecroy/trunk/</url>
    </scm>
    <developers>
        <developer>
@@ -65,4 +65,4 @@
            <timezone>1</timezone>
        </developer>
    </developers>
-</project>
+</project>
\ No newline at end of file
-- 
GitLab