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

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

parent 6ef5452c
Branches
No related tags found
No related merge requests found
...@@ -22,9 +22,9 @@ ...@@ -22,9 +22,9 @@
</build> </build>
<dependencies/> <dependencies/>
<scm> <scm>
<connection>${scm.connection.svn.tango-ds}/DeviceClasses/SoftwareSystem/Slicer/trunk/</connection> <connection>${scm.connection.svn.tango-ds}/DeviceClasses/SoftwareSystem/Slicer/trunk</connection>
<developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/SoftwareSystem/Slicer/trunk/</developerConnection> <developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/SoftwareSystem/Slicer/trunk</developerConnection>
<url>${scm.connection.svn.tango-ds}/DeviceClasses/SoftwareSystem/Slicer/trunk/</url> <url>${scm.connection.svn.tango-ds}/DeviceClasses/SoftwareSystem/Slicer/trunk</url>
</scm> </scm>
<developers> <developers>
<developer> <developer>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment