Skip to content
Snippets Groups Projects
Commit 4859e1f8 authored by Xavier ELATTAOUI's avatar Xavier ELATTAOUI
Browse files

Fixed warning SVN bad formated URL in pom.xml file while executing check-release plugin

parent 9a143d95
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,9 @@
</dependency>
</dependencies>
<scm>
<connection>${scm.connection.svn.tango-ds}/DeviceClasses/Motion/MotorControllers/Galil/MicrocodeDataViewer/trunk/</connection>
<developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/Motion/MotorControllers/Galil/MicrocodeDataViewer/trunk/</developerConnection>
<url>${scm.connection.svn.tango-ds}/DeviceClasses/Motion/MotorControllers/Galil/MicrocodeDataViewer/trunk/</url>
<connection>${scm.connection.svn.tango-ds}/DeviceClasses/Motion/MotorControllers/Galil/MicrocodeDataViewer/trunk</connection>
<developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/Motion/MotorControllers/Galil/MicrocodeDataViewer/trunk</developerConnection>
<url>${scm.connection.svn.tango-ds}/DeviceClasses/Motion/MotorControllers/Galil/MicrocodeDataViewer/trunk</url>
</scm>
<developers>
<developer>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment