Skip to content

Commit

Permalink
bump to 1.0.6-SNAPSHOT (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariofusco authored Jan 17, 2024
1 parent f02b45a commit af99c0b
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion drools-ansible-rulebook-integration-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>drools-ansible-rulebook-integration</artifactId>
<groupId>org.drools</groupId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion drools-ansible-rulebook-integration-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.drools</groupId>
<artifactId>drools-ansible-rulebook-integration</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.6-SNAPSHOT</version>
</parent>

<artifactId>drools-ansible-rulebook-integration-benchmark</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion drools-ansible-rulebook-integration-core-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.drools</groupId>
<artifactId>drools-ansible-rulebook-integration</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.6-SNAPSHOT</version>
</parent>

<artifactId>drools-ansible-rulebook-integration-core-rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion drools-ansible-rulebook-integration-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>drools-ansible-rulebook-integration</artifactId>
<groupId>org.drools</groupId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion drools-ansible-rulebook-integration-protoextractor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>drools-ansible-rulebook-integration</artifactId>
<groupId>org.drools</groupId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion drools-ansible-rulebook-integration-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.drools</groupId>
<artifactId>drools-ansible-rulebook-integration</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.6-SNAPSHOT</version>
</parent>

<artifactId>drools-ansible-rulebook-integration-runtime</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion drools-ansible-rulebook-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>drools-ansible-rulebook-integration</artifactId>
<groupId>org.drools</groupId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion drools-ansible-rulebook-integration-visualization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>drools-ansible-rulebook-integration</artifactId>
<groupId>org.drools</groupId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.drools</groupId>
<artifactId>drools-ansible-rulebook-integration</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.6-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit af99c0b

Please sign in to comment.