From a7310fe21e60c7b446c494038c482fae478f7a6c Mon Sep 17 00:00:00 2001 From: langlois <florent.langlois@synchrotron-soleil.fr> Date: Tue, 16 Aug 2022 16:48:28 +0200 Subject: [PATCH] bump release number to 2.1.3 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e5162fb..b693486 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ </parent> <groupId>fr.soleil.device</groupId> <artifactId>CryoCooler-${aol}-${mode}</artifactId> - <version>2.1.3-SNAPSHOT</version> + <version>2.1.3</version> <packaging>nar</packaging> <name>CryoCooler</name> <!-- use for the name of executable --> @@ -65,4 +65,4 @@ <timezone>1</timezone> </developer> </developers> -</project> \ No newline at end of file +</project> -- GitLab