From 818c49181f329f1ea97959c76d0c1f5c64564600 Mon Sep 17 00:00:00 2001 From: Alain Buteau <alain.buteau@synchrotron-soleil.fr> Date: Wed, 24 Jul 2013 15:06:45 +0000 Subject: [PATCH] Created tag release_1_2_0. --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index ed9fed8..1b74b01 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ </parent> <groupId>fr.soleil.device</groupId> <artifactId>Keithley428-${aol}-${mode}</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <packaging>nar</packaging> <name>Keithley428</name> <description>Keithley428 device</description> @@ -38,9 +38,9 @@ </plugins> </build> <scm> - <connection>${scm.connection.svn.tango-ds}:Servers/Instrumentation/Keithley428/trunk</connection> - <developerConnection>${scm.developerConnection.svn.tango-ds}:Servers/Instrumentation/Keithley428/trunk</developerConnection> - <url>${scm.url.svn.tango-ds}/Servers/Instrumentation/Keithley428/trunk</url> + <connection>${scm.connection.svn.tango-ds}:/DeviceClasses/MeasureInstruments/Agilent/Keithley428/trunk</connection> + <developerConnection>${scm.developerConnection.svn.tango-ds}:/DeviceClasses/MeasureInstruments/Agilent/Keithley428/trunk</developerConnection> + <url>${scm.url.svn.tango-ds}/DeviceClasses/MeasureInstruments/Agilent/Keithley428/trunk</url> </scm> <developers> <developer> -- GitLab