From 40fb6703cad4a66a093eebd7e8fedd27f75e0fb1 Mon Sep 17 00:00:00 2001 From: PICHON <pichong@dev-el6-1.ica.synchrotron-soleil.fr> Date: Fri, 13 May 2022 10:17:48 +0200 Subject: [PATCH] Correction: when the nexus file generation is managed by configuration, the memorized value of the NexusFileGeneration was overwriting the value of the statring configuration.\nUpdate: the attribute NexusFileGeneration is not writable if it's managed by configuration. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 pom.xml diff --git a/pom.xml b/pom.xml old mode 100644 new mode 100755 index eb142f5..b47dd52 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ <groupId>fr.soleil.device</groupId> <artifactId>AIControllerV2-${aol}-${mode}</artifactId> - <version>2.9.3</version> + <version>2.9.4</version> <packaging>nar</packaging> <name>AIControllerV2</name> -- GitLab