From 5409cdfb7e9a0d4465c7c6cb591b4c080eb3fa6b Mon Sep 17 00:00:00 2001 From: ndkhanh-axonivy Date: Fri, 13 Dec 2024 09:23:40 +0000 Subject: [PATCH] Changing the version to reflect the pom versions for the release --- openai-assistant/META-INF/MANIFEST.MF | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openai-assistant/META-INF/MANIFEST.MF b/openai-assistant/META-INF/MANIFEST.MF index 5ba617c..6b3563e 100644 --- a/openai-assistant/META-INF/MANIFEST.MF +++ b/openai-assistant/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Axon Ivy OpenAI assistant Bundle-SymbolicName: openai-assistant;singleton:=true -Bundle-Version: 12.0.0 +Bundle-Version: 12.0.1.qualifier Require-Bundle: org.eclipse.core.runtime, org.eclipse.core.commands, org.eclipse.core.resources, diff --git a/pom.xml b/pom.xml index e922789..f843de0 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ openai-connector openai-connector-modules - 12.0.0 pom @@ -22,7 +22,7 @@ scm:git:https://github.com/axonivy-market/${project.name}.git - v12.0.0 + HEAD