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

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

parent 654717f2
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment