From a5da32937c62cc225249c438710268b16f12dbaf Mon Sep 17 00:00:00 2001 From: linhpd-axonivy Date: Mon, 10 Jun 2024 11:10:22 +0000 Subject: [PATCH] Changing the version to reflect the pom versions for the release --- excel-importer/META-INF/MANIFEST.MF | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/excel-importer/META-INF/MANIFEST.MF b/excel-importer/META-INF/MANIFEST.MF index f4a21f4..320196e 100644 --- a/excel-importer/META-INF/MANIFEST.MF +++ b/excel-importer/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: excel-importer Bundle-SymbolicName: excel-importer;singleton:=true -Bundle-Version: 10.0.10.qualifier +Bundle-Version: 10.0.10 Bundle-RequiredExecutionEnvironment: JavaSE-17 Automatic-Module-Name: excel.importer Export-Package: com.axonivy.util.excel.importer diff --git a/pom.xml b/pom.xml index 513253a..2e50003 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.axonivy.util.excel excel-importer-modules - 10.0.10-SNAPSHOT + 10.0.10 pom excel-importer @@ -14,7 +14,7 @@ scm:git:https://github.com/axonivy-market/${project.name}.git - HEAD + v10.0.10