Skip to content
Snippets Groups Projects
Commit ebdbf710 authored by Xavier ELATTAOUI's avatar Xavier ELATTAOUI Committed by Patrick MADELA
Browse files

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

parent 85c4bb73
No related branches found
No related tags found
No related merge requests found
......@@ -8,14 +8,14 @@
</parent>
<groupId>fr.soleil.device</groupId>
<artifactId>Lakeshore_336-${aol}-${mode}</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.7-SNAPSHOT</version>
<packaging>nar</packaging>
<name>Lakeshore_336</name>
<developers>
<developer>
<id>coquet</id>
<name>coquet</name>
<url>${scm.connection.svn.tango-ds}/DeviceClasses/Temperature/Lakeshore_336/trunk/</url>
<url>${scm.connection.svn.tango-ds}/DeviceClasses/Temperature/Lakeshore_336/trunk</url>
<organization>Synchrotron Soleil</organization>
<organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl>
<roles>
......@@ -25,9 +25,9 @@
</developer>
</developers>
<scm>
<connection>${scm.connection.svn.tango-ds}/DeviceClasses/Temperature/Lakeshore_336/trunk/</connection>
<developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/Temperature/Lakeshore_336/trunk/</developerConnection>
<url>${scm.url.cvs.tango-ds}/Instrumentation/Lakeshore_336</url>
<connection>${scm.connection.svn.tango-ds}/DeviceClasses/Temperature/Lakeshore_336/trunk</connection>
<developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/Temperature/Lakeshore_336/trunk</developerConnection>
<url>${scm.connection.svn.tango-ds}/DeviceClasses/Temperature/Lakeshore_336/trunk</url>
</scm>
<build>
<plugins>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment