From a2c8888a4656b2fb2700cce0d5c8b34e9e9a3107 Mon Sep 17 00:00:00 2001 From: ELATTAOUI <xavier.elattaoui@synchrotron-soleil.fr> Date: Thu, 26 Sep 2024 12:03:32 +0200 Subject: [PATCH] Renamed project and executable in pom file. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 982a48f..86e881e 100644 --- a/pom.xml +++ b/pom.xml @@ -8,10 +8,10 @@ </parent> <groupId>fr.soleil.device</groupId> <artifactId>PREVAC_VCH-${aol}-${mode}</artifactId> - <version>1.0.0</version> + <version>1.0.1</version> <packaging>nar</packaging> - <name>PREVAC_VCH01</name> - <description>PREVAC_VCH01 device</description> + <name>PREVAC_VCH</name> + <description>PREVAC_VCH device</description> <build> <plugins> <plugin> -- GitLab