Skip to content
Snippets Groups Projects
Commit 9d9c365b 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 04203c66
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,9 @@
</plugins>
</build>
<scm>
<connection>${scm.connection.svn.tango-ds}/DeviceClasses/BeamlineComponents/MOSTAB/trunk/</connection>
<developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/BeamlineComponents/MOSTAB/trunk/</developerConnection>
<url>${scm.connection.svn.tango-ds}/DeviceClasses/BeamlineComponents/MOSTAB/trunk/</url>
<connection>${scm.connection.svn.tango-ds}/DeviceClasses/BeamlineComponents/MOSTAB/trunk</connection>
<developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/BeamlineComponents/MOSTAB/trunk</developerConnection>
<url>${scm.connection.svn.tango-ds}/DeviceClasses/BeamlineComponents/MOSTAB/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