Skip to content
Snippets Groups Projects
Commit b733b5df 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 860905f6
Branches
Tags
No related merge requests found
......@@ -19,9 +19,9 @@ This field 'name' will define the name of the application.
<name>XPSGroup</name>
<scm>
<connection>${scm.connection.svn.tango-ds}/DeviceClasses/Motion/XPSGroup/trunk/</connection>
<developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/Motion/XPSGroup/trunk/</developerConnection>
<url>${scm.connection.svn.tango-ds}/DeviceClasses/Motion/XPSGroup/trunk/</url>
<connection>${scm.connection.svn.tango-ds}/DeviceClasses/Motion/XPSGroup/trunk</connection>
<developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/Motion/XPSGroup/trunk</developerConnection>
<url>${scm.connection.svn.tango-ds}/DeviceClasses/Motion/XPSGroup/trunk</url>
</scm>
<dependencies>
......@@ -29,10 +29,6 @@ This field 'name' will define the name of the application.
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT-${aol}-${library}-${mode}</artifactId>
</dependency>
</dependencies>
<build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment