From 807f26f02e7aae40251cc89c07aad86df388d37c Mon Sep 17 00:00:00 2001 From: "Martins, Laurent" <laurent.martins@accenture.com> Date: Fri, 4 Apr 2025 17:51:40 +0200 Subject: [PATCH] Version 2.0.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7249bf72..f65f8068 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>fr.numeco</groupId> <artifactId>misis-backend</artifactId> - <version>1.0.1</version> + <version>2.0.0</version> <properties> <compiler-plugin.version>3.12.1</compiler-plugin.version> <maven.compiler.release>21</maven.compiler.release> -- GitLab