From 99683a7237531241b76cdca15929bb3fd4c8d592 Mon Sep 17 00:00:00 2001 From: Jake Smith Date: Fri, 26 Jul 2024 15:28:30 +0100 Subject: [PATCH 1/3] Split off 9.4.82 Signed-off-by: Jake Smith --- commons-hpcc/pom.xml | 2 +- dfsclient/pom.xml | 2 +- pom.xml | 2 +- wsclient/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/commons-hpcc/pom.xml b/commons-hpcc/pom.xml index f0ee9f23d..2ae567f94 100644 --- a/commons-hpcc/pom.xml +++ b/commons-hpcc/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.4.81-0-SNAPSHOT + 9.4.83-0-SNAPSHOT diff --git a/dfsclient/pom.xml b/dfsclient/pom.xml index 4c6014e04..be9d1d605 100644 --- a/dfsclient/pom.xml +++ b/dfsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.4.81-0-SNAPSHOT + 9.4.83-0-SNAPSHOT diff --git a/pom.xml b/pom.xml index b35b021ef..055581fa8 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.hpccsystems hpcc4j - 9.4.81-0-SNAPSHOT + 9.4.83-0-SNAPSHOT pom HPCC Systems Java Projects https://hpccsystems.com diff --git a/wsclient/pom.xml b/wsclient/pom.xml index b5007d9fe..b78fbb907 100644 --- a/wsclient/pom.xml +++ b/wsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.4.81-0-SNAPSHOT + 9.4.83-0-SNAPSHOT From 1a5d8863d1c9164357b26136feb8ad10bbd4e702 Mon Sep 17 00:00:00 2001 From: James McMullan Date: Tue, 30 Jul 2024 10:39:11 -0400 Subject: [PATCH 2/3] HPCC4J-523 Incorrect Java version linking based on JDK (#726) Signed-off-by: James McMullan James.McMullan@lexisnexis.com --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 055581fa8..29f88d5a1 100644 --- a/pom.xml +++ b/pom.xml @@ -31,8 +31,7 @@ UTF-8 3.8.0 - 1.8 - 1.8 + 8 3.1.1 1.6.8 false From 4a1a2212db5f23ff990d15649561a33d78889fb5 Mon Sep 17 00:00:00 2001 From: James McMullan Date: Tue, 30 Jul 2024 14:52:04 -0400 Subject: [PATCH 3/3] HPCC4J-523 Incorrect Java version linking based on JDK - Added change removed during upmerge Signed-off-by: James McMullan James.McMullan@lexisnexis.com --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 29f88d5a1..c3877eda2 100644 --- a/pom.xml +++ b/pom.xml @@ -202,8 +202,7 @@ maven-compiler-plugin ${maven.compiler.version} - ${maven.compiler.source} - ${maven.compiler.target} + ${maven.compiler.release} ${maven.compiler.groups} ${maven.compiler.excludedGroups}