Skip to content

Commit

Permalink
Bump to kie 999-SNAPSHOT (#280)
Browse files Browse the repository at this point in the history
* bump to kie 999-SNAPSHOT

* also bump to java 17
  • Loading branch information
mariofusco authored Dec 18, 2023
1 parent 496a015 commit 3aaba1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drools-benchmarks-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<properties>
<version.freemaker>2.3.31</version.freemaker>
<version.jaxb-api>2.0</version.jaxb-api>
<version.org.drools>8.46.0-SNAPSHOT</version.org.drools>
<version.org.drools>999-SNAPSHOT</version.org.drools>
</properties>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</description>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<version.jmh>1.37</version.jmh>
</properties>

Expand Down

0 comments on commit 3aaba1c

Please sign in to comment.