Skip to content

Commit

Permalink
NO-ISSUE: Make sure kie-tools is using the latest timestamped SNAPS…
Browse files Browse the repository at this point in the history
…HOT from Kogito (999-20250105-SNAPSHOT) (#2848)
  • Loading branch information
yesamer authored Jan 10, 2025
1 parent e689243 commit 09edf99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/maven-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<version.codehaus.flatten.plugin>1.6.0</version.codehaus.flatten.plugin>

<!-- Apache KIE -->
<version.org.kie.kogito>999-20241208-SNAPSHOT</version.org.kie.kogito>
<version.org.kie.kogito>999-20250105-SNAPSHOT</version.org.kie.kogito>

<!-- Quarkus -->
<version.quarkus>3.8.6</version.quarkus>
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 @@ -70,7 +70,7 @@ module.exports = composeEnv([], {
},
/* (begin) This part of the file is referenced in `scripts/update-kogito-version` */
KOGITO_RUNTIME_version: {
default: "999-20241208-SNAPSHOT",
default: "999-20250105-SNAPSHOT",
description: "Kogito version to be used on dependency declaration.",
},
/* (end) */
Expand Down
2 changes: 1 addition & 1 deletion repo/MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ A few scripts are available for general purpose usage on `kie-tools`. They're bu
- [sparse-checkout](../scripts/sparse-checkout/README.md): Partially clone `kie-tools` and work on a subset of its packages.
- Mostly used by our automations
- [check-junit-report-results](../scripts/check-junit-report-results/README.md): Checks JUnit XML files to see if tests failed. Used on our CI.
- [update-kogito-version](../scripts/update-kogito-version/README.md): Updates the version of Kogito Maven dependencies. (E.g., `999-20241208-SNAPSHOT`, `999-SNAPSHOT` or `10.0.0`)
- [update-kogito-version](../scripts/update-kogito-version/README.md): Updates the version of Kogito Maven dependencies. (E.g., `999-20250105-SNAPSHOT`, `999-SNAPSHOT` or `10.0.0`)
- [update-stream-name](../scripts/update-stream-name/README.md): Updates this repo's stream name. (E.g., `main` or `10.0.x`)
- [update-version](../scripts/update-version/README.md): Updates this repo's version (E.g., `0.0.0` or `10.0.999`)

Expand Down

0 comments on commit 09edf99

Please sign in to comment.