From 0a53079be9968aa65515cd24de926d807b5cc92b Mon Sep 17 00:00:00 2001 From: ELATTAOUI <xavier.elattaoui@synchrotron-soleil.fr> Date: Tue, 13 Feb 2024 16:02:18 +0100 Subject: [PATCH] compile error fixed --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c9178f7..0bc3dd7 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ </parent> <groupId>fr.soleil.device</groupId> <artifactId>MCCE2Electrometers-${aol}-${mode}</artifactId> - <version>2.2.10-SNAPSHOT</version> + <version>2.2.10</version> <packaging>nar</packaging> <name>MCCE2Electrometers</name> <!-- use for the name of executable --> @@ -25,7 +25,6 @@ <dependency> <groupId>fr.soleil.lib</groupId> <artifactId>Electrometers-${aol}-${library}-${mode}</artifactId> - <!-- <version>2.5.19</version> --> </dependency> <dependency> <groupId>fr.soleil.lib</groupId> -- GitLab