Skip to content

Commit

Permalink
Optaplanner operator to 3.2.10.Final (#3063)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamolteni authored Mar 5, 2024
1 parent 5dac888 commit e0919a5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions optaplanner-operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit e0919a5

Please sign in to comment.