Skip to content
Snippets Groups Projects
Commit 46c28f0f 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 f643264f
No related branches found
No related tags found
No related merge requests found
......@@ -25,9 +25,9 @@
</build>
<dependencies/>
<scm>
<connection>${scm.connection.svn.tango-ds}/DeviceClasses/PowerSupply/SY2527Channel/trunk/</connection>
<developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/PowerSupply/SY2527Channel/trunk/</developerConnection>
<url>${scm.connection.svn.tango-ds}/DeviceClasses/PowerSupply/SY2527Channel/trunk/</url>
<connection>${scm.connection.svn.tango-ds}/DeviceClasses/PowerSupply/SY2527Channel/trunk</connection>
<developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/PowerSupply/SY2527Channel/trunk</developerConnection>
<url>${scm.connection.svn.tango-ds}/DeviceClasses/PowerSupply/SY2527Channel/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