This is an automated email from the ASF dual-hosted git repository.
tzimanyi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner.git
The following commit(s) were added to refs/heads/main by this push:
new e0919a52bf Optaplanner operator to 3.2.10.Final (#3063)
e0919a52bf is described below
commit e0919a52bf920b16f303d55fbeb46f88f32092ec
Author: Luca Molteni <[email protected]>
AuthorDate: Tue Mar 5 09:08:32 2024 +0100
Optaplanner operator to 3.2.10.Final (#3063)
---
optaplanner-operator/pom.xml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/optaplanner-operator/pom.xml b/optaplanner-operator/pom.xml
index 00b9b8be01..b61caf3642 100644
--- a/optaplanner-operator/pom.xml
+++ b/optaplanner-operator/pom.xml
@@ -42,8 +42,6 @@
<properties>
<java.module.name>org.optaplanner.operator</java.module.name>
- <!-- Quarkus Ecosystem CI (and other CI possibly too) updates the
version.io.quarkus property. -->
- <version.io.quarkus.override>3.0.0.Final</version.io.quarkus.override>
</properties>
<!-- TODO: Remove when OptaPlanner no longer supports Quarkus 2.13 -->
@@ -52,7 +50,7 @@
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bom</artifactId>
- <version>${version.io.quarkus.override}</version>
+ <version>${version.io.quarkus}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
@@ -123,7 +121,7 @@
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
- <version>${version.io.quarkus.override}</version>
+ <version>${version.io.quarkus}</version>
<extensions>true</extensions>
<executions>
<execution>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]