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

Fixed bad formatted url in pom.xml file (i.e. no more warning from check-release plugin)

parent 781a4870
Branches
Tags
No related merge requests found
......@@ -10,7 +10,7 @@
<groupId>fr.soleil.lib</groupId>
<artifactId>NI660Xsl-${aol}-${library}-${mode}</artifactId>
<version>1.2.7-SNAPSHOT</version>
<version>1.2.8-SNAPSHOT</version>
<packaging>nar</packaging>
<name>NI660Xsl</name>
......@@ -76,9 +76,9 @@
</developers>
<scm>
<connection>${scm.connection.svn.tango-ds}/Librairies/NI660Xsl/trunk/</connection>
<developerConnection>${scm.connection.svn.tango-ds}/Librairies/NI660Xsl/trunk/</developerConnection>
<url>${scm.connection.svn.tango-ds}/Librairies/NI660Xsl/trunk/</url>
<connection>${scm.connection.svn.tango-ds}/Librairies/NI660Xsl/trunk</connection>
<developerConnection>${scm.connection.svn.tango-ds}/Librairies/NI660Xsl/trunk</developerConnection>
<url>${scm.connection.svn.tango-ds}/Librairies/NI660Xsl/trunk</url>
</scm>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment