Skip to content

Commit

Permalink
update optaplanner version
Browse files Browse the repository at this point in the history
  • Loading branch information
zbendhiba authored and ppalaga committed Nov 27, 2020
1 parent 20c8379 commit 0a44277
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/reference/extensions/optaplanner.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
:cq-description: Solve planning problems with OptaPlanner.
:cq-deprecated: false
:cq-jvm-since: 1.1.0
:cq-native-since: 1.2.0
:cq-native-since: 1.5.0

[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native since##[.badge-supported]##1.2.0##
[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native since##[.badge-supported]##1.5.0##

Solve planning problems with OptaPlanner.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:cq-status: Stable
:cq-deprecated: false
:cq-jvm-since: 1.1.0
:cq-native-since: 1.2.0
:cq-native-since: 1.5.0
:cq-camel-part-name: optaplanner
:cq-camel-part-title: OptaPlanner
:cq-camel-part-description: Solve planning problems with OptaPlanner.
Expand Down
2 changes: 1 addition & 1 deletion extensions/optaplanner/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<properties>
<camel.quarkus.jvmSince>1.1.0</camel.quarkus.jvmSince>
<camel.quarkus.nativeSince>1.2.0</camel.quarkus.nativeSince>
<camel.quarkus.nativeSince>1.5.0</camel.quarkus.nativeSince>
</properties>

<dependencyManagement>
Expand Down
10 changes: 10 additions & 0 deletions poms/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5651,6 +5651,16 @@
<artifactId>jcodings</artifactId>
<version>${jcodings.version}</version>
</dependency>
<dependency>
<groupId>org.kie.soup</groupId>
<artifactId>kie-soup-commons</artifactId>
<version>${optaplanner.version}</version>
</dependency>
<dependency>
<groupId>org.kie.soup</groupId>
<artifactId>kie-soup-project-datamodel-commons</artifactId>
<version>${optaplanner.version}</version>
</dependency>
<dependency>
<groupId>org.mvel</groupId>
<artifactId>mvel2</artifactId>
Expand Down

0 comments on commit 0a44277

Please sign in to comment.