This is an automated email from the ASF dual-hosted git repository.
mariofusco pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-benchmarks.git
The following commit(s) were added to refs/heads/main by this push:
new 3aaba1cf Bump to kie 999-SNAPSHOT (#280)
3aaba1cf is described below
commit 3aaba1cf7b7d517f768a4fd77e0a964be95582ce
Author: Mario Fusco <[email protected]>
AuthorDate: Mon Dec 18 17:44:44 2023 +0100
Bump to kie 999-SNAPSHOT (#280)
* bump to kie 999-SNAPSHOT
* also bump to java 17
---
drools-benchmarks-parent/pom.xml | 2 +-
pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drools-benchmarks-parent/pom.xml b/drools-benchmarks-parent/pom.xml
index 85e31d5d..1011a347 100644
--- a/drools-benchmarks-parent/pom.xml
+++ b/drools-benchmarks-parent/pom.xml
@@ -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>
diff --git a/pom.xml b/pom.xml
index 8cb78181..6ceb7983 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]