Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NO-ISSUE: Make sure kie-tools is using the latest timestamped SNAPSHOT from Kogito (999-20250105-SNAPSHOT) #2848

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading