Skip to content
Snippets Groups Projects
Commit d21ab0b4 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 bb16f758
Branches main
No related tags found
No related merge requests found
......@@ -9,16 +9,16 @@
<groupId>fr.soleil.device</groupId>
<artifactId>Spectrometer-${aol}-${mode}</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
<packaging>nar</packaging>
<name>Spectrometer</name>
<scm>
<connection>${scm.connection.svn.tango-ds}/DeviceClasses/MeasureInstruments/Spectrometer/trunk/</connection>
<developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/MeasureInstruments/Spectrometer/trunk/</developerConnection>
<url>${scm.connection.svn.tango-ds}/DeviceClasses/MeasureInstruments/Spectrometer/trunk/</url>
<connection>${scm.connection.svn.tango-ds}/DeviceClasses/MeasureInstruments/Spectrometer/trunk</connection>
<developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/MeasureInstruments/Spectrometer/trunk</developerConnection>
<url>${scm.connection.svn.tango-ds}/DeviceClasses/MeasureInstruments/Spectrometer/trunk</url>
</scm>
<profiles>
......@@ -33,12 +33,6 @@
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId>
<version>1.8.8-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT-${aol}-${library}-${mode}</artifactId>
<version>1.9.6-SNAPSHOT</version>
</dependency>
</dependencies>
</profile>
......@@ -53,12 +47,6 @@
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId>
<version>1.8.8-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT-${aol}-${library}-${mode}</artifactId>
<version>1.9.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.oceanoptics.lib</groupId>
......@@ -71,10 +59,6 @@
<build>
<plugins>
<plugin>
<groupId>fr.soleil.maven.plugins</groupId>
<artifactId>maven-cvs-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.freehep</groupId>
<artifactId>freehep-nar-plugin</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment