From a9747260894ffa8467c0c94e426a0e2ae8067abf Mon Sep 17 00:00:00 2001 From: Sonia Minolli <sonia.minolli@synchrotron-soleil.fr> Date: Mon, 6 Mar 2017 15:16:07 +0000 Subject: [PATCH] Created tag release_2_5_1. --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index c6bd0bd..a4ce8a5 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ <groupId>fr.soleil.device</groupId> <artifactId>AIControllerV2-${aol}-${mode}</artifactId> - <version>2.5.1-SNAPSHOT</version> + <version>2.5.1</version> <packaging>nar</packaging> <name>AIControllerV2</name> @@ -69,11 +69,11 @@ <groupId>fr.soleil.lib</groupId> <artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId> </dependency> - <dependency> - <groupId>fr.soleil.lib</groupId> - <artifactId>NexusCPPV2-${aol}-${library}-${mode}</artifactId> - </dependency> - <dependency> + <dependency> + <groupId>fr.soleil.lib</groupId> + <artifactId>NexusCPP-${aol}-${library}-${mode}</artifactId> + </dependency> + <dependency> <groupId>fr.soleil.lib</groupId> <artifactId>ASL-${aol}-${library}-${mode}</artifactId> <version>1.5.0</version> -- GitLab