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

kie-issues#965: Make sure kie-tools is using the latest timestamped SNAPSHOT from Kogito (999-20240403-SNAPSHOT) #2193

Merged
merged 16 commits into from
Apr 4, 2024
Merged
8 changes: 4 additions & 4 deletions packages/dev-deployment-kogito-quarkus-blank-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-quarkus</artifactId>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-with-drools-quarkus</artifactId>
<version>${version.org.kie.kogito}</version>
</dependency>
</dependencies>
Expand Down Expand Up @@ -119,8 +119,8 @@
<artifactId>kie-dmn-openapi</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-quarkus</artifactId>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-with-drools-quarkus</artifactId>
<exclusions>
<exclusion>
<groupId>org.kie.kogito</groupId>
Expand Down
2 changes: 1 addition & 1 deletion packages/extended-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"start": "cross-env ENV=dev make start"
},
"dependencies": {
"@kie-tools/jitexecutor-native": "999.0.0-20240218-SNAPSHOT"
"@kie-tools/jitexecutor-native": "999.0.0-20240331-SNAPSHOT"
},
"devDependencies": {
"@kie-tools/root-env": "workspace:*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var cfgTestInputQuarkusConvert_Success = []CfgTestInputQuarkusConvert{
Extensions: "quarkus-jsonp,quarkus-smallrye-openapi",
DependenciesVersion: metadata.DependenciesVersion{
QuarkusPlatformGroupId: "io.quarkus.platform",
QuarkusVersion: "3.2.9.Final",
QuarkusVersion: "3.2.10.Final",
},
}},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var cfgTestInputQuarkusCreate_Success = []CfgTestInputQuarkusCreate{
Extensions: "quarkus-jsonp,quarkus-smallrye-openapi",
DependenciesVersion: metadata.DependenciesVersion{
QuarkusPlatformGroupId: "io.quarkus.platform",
QuarkusVersion: "3.2.9.Final",
QuarkusVersion: "3.2.10.Final",
},
}},
}
Expand Down
6 changes: 3 additions & 3 deletions packages/kn-plugin-workflow/env/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ module.exports = composeEnv([require("@kie-tools/root-env/env")], {
},
KN_PLUGIN_WORKFLOW__quarkusVersion: {
name: "KN_PLUGIN_WORKFLOW__quarkusVersion",
default: "3.2.9.Final",
default: "3.2.10.Final",
description: "Quarkus version to be used when creating the SonataFlow project",
},
KN_PLUGIN_WORKFLOW__devModeImage: {
name: "KN_PLUGIN_WORKFLOW__devModeImage",
default: "quay.io/kiegroup/kogito-swf-devmode-nightly:999-20240218",
default: "quay.io/kiegroup/kogito-swf-devmode-nightly:main-2024-04-03",
description: "SonataFlow dev mode image (used on cli run)",
},
KN_PLUGIN_WORKFLOW__kogitoVersion: {
name: "KN_PLUGIN_WORKFLOW__kogitoVersion",
default: "999-20240218-SNAPSHOT",
default: "999-20240331-SNAPSHOT",
description: "Kogito version to be used when creating and converting to Quarkus Projects",
},
}),
Expand Down
4 changes: 2 additions & 2 deletions packages/root-env/env/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ module.exports = composeEnv([], {
description: "Enables/disables building example packages during the build.",
},
QUARKUS_PLATFORM_version: {
default: "3.2.9.Final",
default: "3.2.10.Final",
description: "Quarkus version to be used on dependency declaration.",
},
KOGITO_RUNTIME_version: {
default: "999-20240218-SNAPSHOT",
default: "999-20240331-SNAPSHOT",
description: "Kogito version to be used on dependency declaration.",
},
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = composeEnv(
description: "",
},
SERVERLESS_LOGIC_WEB_TOOLS__baseBuilderKogitoImageTag: {
default: "main-2024-02-18",
default: "main-2024-04-03",
description: "",
},
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

ARG KOGITO_IMAGE_TAG

FROM --platform=linux/amd64 quay.io/kiegroup/kogito-swf-builder:$KOGITO_IMAGE_TAG
FROM --platform=linux/amd64 quay.io/kiegroup/kogito-swf-builder-nightly:$KOGITO_IMAGE_TAG

ENV PATH="${PATH}:/usr/share/maven/bin"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = composeEnv(
description: "",
},
SERVERLESS_LOGIC_WEB_TOOLS__swfBuilderKogitoImageTag: {
default: "latest",
default: "main-2024-04-03",
description: "",
},
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ const { varsWithName, composeEnv, getOrDefault } = require("@kie-tools-scripts/b
module.exports = composeEnv([require("@kie-tools/root-env/env")], {
vars: varsWithName({
SERVERLESS_LOGIC_WEB_TOOLS__quarkusPlatformVersion: {
default: "3.2.9.Final",
default: "3.2.10.Final",
description: "Quarkus platform version",
},
SERVERLESS_LOGIC_WEB_TOOLS__kogitoVersion: {
default: "999-20240218-SNAPSHOT",
default: "999-20240331-SNAPSHOT",
description: "Kogito version",
},
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>${kogito.bom.group-id}</groupId>
<artifactId>${kogito.bom.artifact-id}</artifactId>
Expand Down Expand Up @@ -129,35 +128,35 @@
<artifactId>quarkus-kubernetes</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-quarkus-serverless-workflow</artifactId>
<groupId>org.apache.kie.sonataflow</groupId>
<artifactId>sonataflow-quarkus</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-serverless-workflow-builder</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-messaging</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-messaging</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-knative-eventing</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-knative-eventing</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-quarkus-serverless-workflow-devui</artifactId>
<groupId>org.apache.kie.sonataflow</groupId>
<artifactId>sonataflow-quarkus-devui</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<groupId>org.kie</groupId>
<artifactId>kogito-addons-quarkus-data-index-inmemory</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-source-files</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-source-files</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<groupId>org.kie</groupId>
<artifactId>kogito-addons-quarkus-jobs-service-embedded</artifactId>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = composeEnv(
description: "",
},
SERVERLESS_LOGIC_WEB_TOOLS__swfDevModeKogitoImageTag: {
default: "main-2024-02-18",
default: "main-2024-04-03",
description: "",
},
}),
Expand Down
4 changes: 2 additions & 2 deletions packages/sonataflow-quarkus-devui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
<version.resources.plugin>3.2.0</version.resources.plugin>
<java.module.name>org.kie.kogito.quarkus.swf.dev.ui</java.module.name>
<version.flatten.plugin>1.3.0</version.flatten.plugin>
<quarkus.platform.version>3.2.9.Final</quarkus.platform.version>
<version.org.kie.kogito>999-20240218-SNAPSHOT</version.org.kie.kogito>
<quarkus.platform.version>3.2.10.Final</quarkus.platform.version>
<version.org.kie.kogito>999-20240331-SNAPSHOT</version.org.kie.kogito>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion packages/stunner-editors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
<version.zanata.plugin>2.3.0</version.zanata.plugin>

<!-- KIE Libraries -->
<version.org.kie>999-20240218-SNAPSHOT</version.org.kie>
<version.org.kie>999-20240331-SNAPSHOT</version.org.kie>
<version.org.kogito.gwt-jsonix-schema-compiler>1.3.0</version.org.kogito.gwt-jsonix-schema-compiler>

<!-- Third party Libraries -->
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading