diff --git a/README.md b/README.md index 070bdfd5..3895062e 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.5-SNAPSHOT.jar ../drools_jpy/src/drools/jars/ +cp drools-ansible-rulebook-integration-runtime/target/drools-ansible-rulebook-integration-runtime-1.0.6-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.5-SNAPSHOT-runner +./target/drools-ansible-rulebook-integration-core-rest-1.0.6-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 5e5edda0..05409e28 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.5-SNAPSHOT + 1.0.6-SNAPSHOT 4.0.0 diff --git a/drools-ansible-rulebook-integration-benchmark/pom.xml b/drools-ansible-rulebook-integration-benchmark/pom.xml index 6eab14e6..60a8ff5a 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.5-SNAPSHOT + 1.0.6-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 b9f20fde..ca33bc18 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.5-SNAPSHOT + 1.0.6-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 f4df1308..ef215074 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.5-SNAPSHOT + 1.0.6-SNAPSHOT 4.0.0 diff --git a/drools-ansible-rulebook-integration-protoextractor/pom.xml b/drools-ansible-rulebook-integration-protoextractor/pom.xml index 508d1253..7a068bb9 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.5-SNAPSHOT + 1.0.6-SNAPSHOT 4.0.0 diff --git a/drools-ansible-rulebook-integration-runtime/pom.xml b/drools-ansible-rulebook-integration-runtime/pom.xml index 48ab4703..68efc478 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.5-SNAPSHOT + 1.0.6-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 50ae4f90..5b6681cb 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.5-SNAPSHOT + 1.0.6-SNAPSHOT 4.0.0 diff --git a/drools-ansible-rulebook-integration-visualization/pom.xml b/drools-ansible-rulebook-integration-visualization/pom.xml index f7870756..ce6af366 100644 --- a/drools-ansible-rulebook-integration-visualization/pom.xml +++ b/drools-ansible-rulebook-integration-visualization/pom.xml @@ -5,7 +5,7 @@ drools-ansible-rulebook-integration org.drools - 1.0.5-SNAPSHOT + 1.0.6-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 08f5ed40..ef9ab55c 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.drools drools-ansible-rulebook-integration - 1.0.5-SNAPSHOT + 1.0.6-SNAPSHOT pom