From 77533e7bcf5beeba52b289a82a5353530ba4609b Mon Sep 17 00:00:00 2001 From: mariofusco Date: Wed, 18 Oct 2023 09:03:33 +0200 Subject: [PATCH] bump to version 1.0.5-SNAPSHOT --- README.md | 4 ++-- drools-ansible-rulebook-integration-api/pom.xml | 2 +- drools-ansible-rulebook-integration-benchmark/pom.xml | 2 +- drools-ansible-rulebook-integration-core-rest/pom.xml | 2 +- drools-ansible-rulebook-integration-main/pom.xml | 2 +- drools-ansible-rulebook-integration-protoextractor/pom.xml | 2 +- drools-ansible-rulebook-integration-runtime/pom.xml | 2 +- drools-ansible-rulebook-integration-tests/pom.xml | 2 +- pom.xml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2fb991e8..070bdfd5 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Build locally with Maven, then copy the runtime JAR to drools_jpy: ```sh mvn clean install -cp drools-ansible-rulebook-integration-runtime/target/drools-ansible-rulebook-integration-runtime-1.0.4-SNAPSHOT.jar ../drools_jpy/src/drools/jars/ +cp drools-ansible-rulebook-integration-runtime/target/drools-ansible-rulebook-integration-runtime-1.0.5-SNAPSHOT.jar ../drools_jpy/src/drools/jars/ ``` ### Step 2 (drools_jpy) @@ -128,7 +128,7 @@ mvn clean package -Pnative To run the generated native executable, generated in `target/`, execute ```sh -./target/drools-ansible-rulebook-integration-core-rest-1.0.4-SNAPSHOT-runner +./target/drools-ansible-rulebook-integration-core-rest-1.0.5-SNAPSHOT-runner ``` Note: This does not yet work on Windows, GraalVM and Quarkus should be rolling out support for Windows soon. diff --git a/drools-ansible-rulebook-integration-api/pom.xml b/drools-ansible-rulebook-integration-api/pom.xml index b1b45748..5e5edda0 100644 --- a/drools-ansible-rulebook-integration-api/pom.xml +++ b/drools-ansible-rulebook-integration-api/pom.xml @@ -5,7 +5,7 @@ drools-ansible-rulebook-integration org.drools - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT 4.0.0 diff --git a/drools-ansible-rulebook-integration-benchmark/pom.xml b/drools-ansible-rulebook-integration-benchmark/pom.xml index 435acce5..6eab14e6 100644 --- a/drools-ansible-rulebook-integration-benchmark/pom.xml +++ b/drools-ansible-rulebook-integration-benchmark/pom.xml @@ -6,7 +6,7 @@ org.drools drools-ansible-rulebook-integration - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT drools-ansible-rulebook-integration-benchmark diff --git a/drools-ansible-rulebook-integration-core-rest/pom.xml b/drools-ansible-rulebook-integration-core-rest/pom.xml index f9befe53..b9f20fde 100644 --- a/drools-ansible-rulebook-integration-core-rest/pom.xml +++ b/drools-ansible-rulebook-integration-core-rest/pom.xml @@ -6,7 +6,7 @@ org.drools drools-ansible-rulebook-integration - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT drools-ansible-rulebook-integration-core-rest diff --git a/drools-ansible-rulebook-integration-main/pom.xml b/drools-ansible-rulebook-integration-main/pom.xml index 78add2b0..fe2492fe 100644 --- a/drools-ansible-rulebook-integration-main/pom.xml +++ b/drools-ansible-rulebook-integration-main/pom.xml @@ -5,7 +5,7 @@ drools-ansible-rulebook-integration org.drools - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT 4.0.0 diff --git a/drools-ansible-rulebook-integration-protoextractor/pom.xml b/drools-ansible-rulebook-integration-protoextractor/pom.xml index ee0ae348..f0fb8f2e 100644 --- a/drools-ansible-rulebook-integration-protoextractor/pom.xml +++ b/drools-ansible-rulebook-integration-protoextractor/pom.xml @@ -5,7 +5,7 @@ drools-ansible-rulebook-integration org.drools - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT 4.0.0 diff --git a/drools-ansible-rulebook-integration-runtime/pom.xml b/drools-ansible-rulebook-integration-runtime/pom.xml index e3fcb250..48ab4703 100644 --- a/drools-ansible-rulebook-integration-runtime/pom.xml +++ b/drools-ansible-rulebook-integration-runtime/pom.xml @@ -6,7 +6,7 @@ org.drools drools-ansible-rulebook-integration - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT drools-ansible-rulebook-integration-runtime diff --git a/drools-ansible-rulebook-integration-tests/pom.xml b/drools-ansible-rulebook-integration-tests/pom.xml index a21ed2cd..50ae4f90 100644 --- a/drools-ansible-rulebook-integration-tests/pom.xml +++ b/drools-ansible-rulebook-integration-tests/pom.xml @@ -5,7 +5,7 @@ drools-ansible-rulebook-integration org.drools - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index ffaf8134..474aeb7a 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.drools drools-ansible-rulebook-integration - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT pom