From ee02e99f088a4a300915f77cea9f296c1b51df08 Mon Sep 17 00:00:00 2001
From: Xavier Elattaoui <xavier.elattaoui@synchrotron-soleil.fr>
Date: Mon, 22 Jun 2015 14:30:05 +0000
Subject: [PATCH] Fixed warning SVN wrong URL while executing check-release
 plugin in pom.xml file

---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5e32b10..698ca4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,9 +64,9 @@
         </dependency>
     </dependencies>
   <scm>
-    <connection>${scm.connection.svn.tango-ds}/DeviceClasses/InputOutput/ADLINK/RetrigAO/trunk/</connection>
-    <developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/InputOutput/ADLINK/RetrigAO/trunk/</developerConnection>
-    <url>${scm.connection.svn.tango-ds}/DeviceClasses/InputOutput/ADLINK/RetrigAO/trunk/</url>
+    <connection>${scm.connection.svn.tango-ds}/DeviceClasses/InputOutput/ADLINK/RetrigAO/trunk</connection>
+    <developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/InputOutput/ADLINK/RetrigAO/trunk</developerConnection>
+    <url>${scm.connection.svn.tango-ds}/DeviceClasses/InputOutput/ADLINK/RetrigAO/trunk</url>
   </scm>
   <developers>
     <developer>
-- 
GitLab