Skip to content

Commit

Permalink
Fix dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fantonangeli committed Apr 2, 2024
1 parent 4d2193d commit b317038
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/pmml-quarkus-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-quarkus-predictions</artifactId>
<version>999-20240225-SNAPSHOT</version>
<version>${version.org.kie.kogito}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
1 change: 1 addition & 0 deletions examples/process-quarkus-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-quarkus-processes</artifactId>
<version>${version.org.kie.kogito}</version>
</dependency>
</dependencies>
<build>
Expand Down
1 change: 1 addition & 0 deletions examples/sonataflow-greeting-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-quarkus-serverless-workflow</artifactId>
<version>${version.org.kie.kogito}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion packages/root-env/env/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = composeEnv([], {
description: "Quarkus version to be used on dependency declaration.",
},
KOGITO_RUNTIME_version: {
default: "999-20240331-SNAPSHOT",
default: "999-20240218-SNAPSHOT",
description: "Kogito version to be used on dependency declaration.",
},
}),
Expand Down

0 comments on commit b317038

Please sign in to comment.