From 33a009a0784fbd590f07559d6c504c5f91986fe8 Mon Sep 17 00:00:00 2001
From: mandlil <138015259+mandlil@users.noreply.github.com>
Date: Thu, 27 Feb 2025 07:04:28 +0000
Subject: [PATCH] Increase java version from 1.7 to 8 for compatibility with
other pom's (#3816)
* Increse the java version from 7 to 8 to compatible pom's
---
java/pom.xml | 5 ++---
tools/java/common/pom.xml | 4 ++--
tools/java/cpp-build/pom.xml | 4 ++--
tools/java/data/pom.xml | 6 +++---
tools/java/java-build/pom.xml | 6 +++---
5 files changed, 12 insertions(+), 13 deletions(-)
diff --git a/java/pom.xml b/java/pom.xml
index 203e2705d..d34ac98b5 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -109,7 +109,6 @@
org.codehaus.mojo
animal-sniffer-maven-plugin
- 1.15
maven-jar-plugin
@@ -168,8 +167,8 @@
maven-compiler-plugin
3.11.0
- 1.7
- 1.7
+ 8
+ 8
UTF-8
diff --git a/tools/java/common/pom.xml b/tools/java/common/pom.xml
index b5ae6f8b6..05575e841 100644
--- a/tools/java/common/pom.xml
+++ b/tools/java/common/pom.xml
@@ -31,8 +31,8 @@
maven-compiler-plugin
3.11.0
- 1.7
- 1.7
+ 8
+ 8
UTF-8
diff --git a/tools/java/cpp-build/pom.xml b/tools/java/cpp-build/pom.xml
index c49146a00..86407e078 100644
--- a/tools/java/cpp-build/pom.xml
+++ b/tools/java/cpp-build/pom.xml
@@ -27,8 +27,8 @@
maven-compiler-plugin
3.11.0
- 1.7
- 1.7
+ 8
+ 8
UTF-8
diff --git a/tools/java/data/pom.xml b/tools/java/data/pom.xml
index 3fae1234d..1f6dfb176 100644
--- a/tools/java/data/pom.xml
+++ b/tools/java/data/pom.xml
@@ -47,10 +47,10 @@
org.apache.maven.plugins
maven-compiler-plugin
- 2.0.2
+ 3.11.0
- 1.7
- 1.7
+ 8
+ 8
UTF-8
diff --git a/tools/java/java-build/pom.xml b/tools/java/java-build/pom.xml
index 2548ac58c..e63a019e9 100644
--- a/tools/java/java-build/pom.xml
+++ b/tools/java/java-build/pom.xml
@@ -47,10 +47,10 @@
org.apache.maven.plugins
maven-compiler-plugin
- 2.0.2
+ 3.11.0
- 1.7
- 1.7
+ 8
+ 8
UTF-8