Skip to content
Snippets Groups Projects
Commit a895b649 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 17187532
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<groupId>fr.soleil.device</groupId> <groupId>fr.soleil.device</groupId>
<artifactId>XPSAxis-${aol}-${mode}</artifactId> <artifactId>XPSAxis-${aol}-${mode}</artifactId>
<version>1.1.8</version> <version>1.1.9-SNAPSHOT</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>XPSAxis</name> <name>XPSAxis</name>
...@@ -44,9 +44,9 @@ ...@@ -44,9 +44,9 @@
</dependency> </dependency>
</dependencies> </dependencies>
<scm> <scm>
<connection>${scm.connection.svn.tango-ds}/DeviceClasses/Motion/MotorControllers/XPSAxis/trunk/</connection> <connection>${scm.connection.svn.tango-ds}/DeviceClasses/Motion/MotorControllers/XPSAxis/trunk</connection>
<developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/Motion/MotorControllers/XPSAxis/trunk/</developerConnection> <developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/Motion/MotorControllers/XPSAxis/trunk</developerConnection>
<url>${scm.connection.svn.tango-ds}/DeviceClasses/Motion/MotorControllers/XPSAxis/trunk/</url> <url>${scm.connection.svn.tango-ds}/DeviceClasses/Motion/MotorControllers/XPSAxis/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