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

Wrong scm value in pom.xml file fixed.

parent 70ac61ce
Branches
Tags
No related merge requests found
...@@ -8,13 +8,13 @@ ...@@ -8,13 +8,13 @@
</parent> </parent>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>Electrometers-${aol}-${library}-${mode}</artifactId> <artifactId>Electrometers-${aol}-${library}-${mode}</artifactId>
<version>2.5.13-SNAPSHOT</version> <version>2.5.13</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>Electrometers library</name> <name>Electrometers library</name>
<description>Electrometers library</description> <description>Electrometers library</description>
<scm> <scm>
<connection>${scm.connection.cvs.tango-ds}:Instrumentation/ElectrometersLibrary</connection> <connection>${scm.connection.svn.tango-ds}:Instrumentation/ElectrometersLibrary</connection>
<url>${scm.url.cvs.tango-ds}/Instrumentation/ElectrometersLibrary</url> <url>${scm.url.svn.tango-ds}/Instrumentation/ElectrometersLibrary</url>
</scm> </scm>
<build> <build>
<plugins> <plugins>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment