From 9fb81460aed485b8fccd0ef9dab776d160c80d28 Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Fri, 22 Sep 2023 14:25:48 +0100 Subject: [PATCH 01/10] Split off 9.0.46 Signed-off-by: Gordon 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 24de85ad2..fe4e6cf73 100644 --- a/commons-hpcc/pom.xml +++ b/commons-hpcc/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.0.45-0-SNAPSHOT + 9.0.47-0-SNAPSHOT diff --git a/dfsclient/pom.xml b/dfsclient/pom.xml index 25b3e230f..c0a85380a 100644 --- a/dfsclient/pom.xml +++ b/dfsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.0.45-0-SNAPSHOT + 9.0.47-0-SNAPSHOT diff --git a/pom.xml b/pom.xml index f4a85ebdb..bf07f22e0 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.hpccsystems hpcc4j - 9.0.45-0-SNAPSHOT + 9.0.47-0-SNAPSHOT pom HPCC Systems Java Projects https://hpccsystems.com diff --git a/wsclient/pom.xml b/wsclient/pom.xml index 958253346..163b2911b 100644 --- a/wsclient/pom.xml +++ b/wsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.0.45-0-SNAPSHOT + 9.0.47-0-SNAPSHOT From bd02903c89b93bc08d9b3eeb738001be7aeb1cf5 Mon Sep 17 00:00:00 2001 From: Gavin Halliday Date: Thu, 28 Sep 2023 21:21:36 +0100 Subject: [PATCH 02/10] Split off 9.0.48 Signed-off-by: Gavin Halliday --- 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 fe4e6cf73..9de4df2bc 100644 --- a/commons-hpcc/pom.xml +++ b/commons-hpcc/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.0.47-0-SNAPSHOT + 9.0.49-0-SNAPSHOT diff --git a/dfsclient/pom.xml b/dfsclient/pom.xml index c0a85380a..bc4d4d87a 100644 --- a/dfsclient/pom.xml +++ b/dfsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.0.47-0-SNAPSHOT + 9.0.49-0-SNAPSHOT diff --git a/pom.xml b/pom.xml index bf07f22e0..51ea03aae 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.hpccsystems hpcc4j - 9.0.47-0-SNAPSHOT + 9.0.49-0-SNAPSHOT pom HPCC Systems Java Projects https://hpccsystems.com diff --git a/wsclient/pom.xml b/wsclient/pom.xml index 163b2911b..0ad9c2008 100644 --- a/wsclient/pom.xml +++ b/wsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.0.47-0-SNAPSHOT + 9.0.49-0-SNAPSHOT From 8e3c8ad66023d5fcf11122f15e142d0a3793ee57 Mon Sep 17 00:00:00 2001 From: Jake Smith Date: Thu, 5 Oct 2023 17:18:20 +0100 Subject: [PATCH 03/10] Split off 9.0.50 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 9de4df2bc..edd937bb1 100644 --- a/commons-hpcc/pom.xml +++ b/commons-hpcc/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.0.49-0-SNAPSHOT + 9.0.51-0-SNAPSHOT diff --git a/dfsclient/pom.xml b/dfsclient/pom.xml index bc4d4d87a..6bd075778 100644 --- a/dfsclient/pom.xml +++ b/dfsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.0.49-0-SNAPSHOT + 9.0.51-0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 51ea03aae..0c03d9c97 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.hpccsystems hpcc4j - 9.0.49-0-SNAPSHOT + 9.0.51-0-SNAPSHOT pom HPCC Systems Java Projects https://hpccsystems.com diff --git a/wsclient/pom.xml b/wsclient/pom.xml index 0ad9c2008..010ae1c4e 100644 --- a/wsclient/pom.xml +++ b/wsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.0.49-0-SNAPSHOT + 9.0.51-0-SNAPSHOT From 720f1ce4932555cb4c4021d314908fa33dbf8ae2 Mon Sep 17 00:00:00 2001 From: Gavin Halliday Date: Fri, 13 Oct 2023 18:24:35 +0100 Subject: [PATCH 04/10] Split off 9.0.52 Signed-off-by: Gavin Halliday --- 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 edd937bb1..90b1f2c5b 100644 --- a/commons-hpcc/pom.xml +++ b/commons-hpcc/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.0.51-0-SNAPSHOT + 9.0.53-0-SNAPSHOT diff --git a/dfsclient/pom.xml b/dfsclient/pom.xml index 6bd075778..7f43caf34 100644 --- a/dfsclient/pom.xml +++ b/dfsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.0.51-0-SNAPSHOT + 9.0.53-0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 0c03d9c97..bb8a17252 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.hpccsystems hpcc4j - 9.0.51-0-SNAPSHOT + 9.0.53-0-SNAPSHOT pom HPCC Systems Java Projects https://hpccsystems.com diff --git a/wsclient/pom.xml b/wsclient/pom.xml index 010ae1c4e..6b8c75979 100644 --- a/wsclient/pom.xml +++ b/wsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.0.51-0-SNAPSHOT + 9.0.53-0-SNAPSHOT From 2134bfcb64267b6b832e96ef387592e8606e5c7b Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Wed, 25 Oct 2023 07:59:25 +0100 Subject: [PATCH 05/10] Split off 9.0.54 Signed-off-by: Gordon 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 90b1f2c5b..ba1c4fc42 100644 --- a/commons-hpcc/pom.xml +++ b/commons-hpcc/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.0.53-0-SNAPSHOT + 9.0.55-0-SNAPSHOT diff --git a/dfsclient/pom.xml b/dfsclient/pom.xml index 7f43caf34..a32f67c0c 100644 --- a/dfsclient/pom.xml +++ b/dfsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.0.53-0-SNAPSHOT + 9.0.55-0-SNAPSHOT diff --git a/pom.xml b/pom.xml index bb8a17252..807562e20 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.hpccsystems hpcc4j - 9.0.53-0-SNAPSHOT + 9.0.55-0-SNAPSHOT pom HPCC Systems Java Projects https://hpccsystems.com diff --git a/wsclient/pom.xml b/wsclient/pom.xml index 6b8c75979..e4853cffb 100644 --- a/wsclient/pom.xml +++ b/wsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.0.53-0-SNAPSHOT + 9.0.55-0-SNAPSHOT From cf0b34562910bbb4caa9e0fa86ec406a1a4b5879 Mon Sep 17 00:00:00 2001 From: Gavin Halliday Date: Thu, 2 Nov 2023 17:39:22 +0000 Subject: [PATCH 06/10] Split off 9.0.56 Signed-off-by: Gavin Halliday --- 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 ba1c4fc42..fe8cdf42d 100644 --- a/commons-hpcc/pom.xml +++ b/commons-hpcc/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.0.55-0-SNAPSHOT + 9.0.57-0-SNAPSHOT diff --git a/dfsclient/pom.xml b/dfsclient/pom.xml index a32f67c0c..557f31961 100644 --- a/dfsclient/pom.xml +++ b/dfsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.0.55-0-SNAPSHOT + 9.0.57-0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 807562e20..5a7dedd55 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.hpccsystems hpcc4j - 9.0.55-0-SNAPSHOT + 9.0.57-0-SNAPSHOT pom HPCC Systems Java Projects https://hpccsystems.com diff --git a/wsclient/pom.xml b/wsclient/pom.xml index e4853cffb..fe076db69 100644 --- a/wsclient/pom.xml +++ b/wsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.0.55-0-SNAPSHOT + 9.0.57-0-SNAPSHOT From fc19ce26807d3e617d943709dafa676ccd8bdeb9 Mon Sep 17 00:00:00 2001 From: Gavin Halliday Date: Thu, 9 Nov 2023 18:08:24 +0000 Subject: [PATCH 07/10] Split off 9.0.58 Signed-off-by: Gavin Halliday --- 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 fe8cdf42d..fb4345d80 100644 --- a/commons-hpcc/pom.xml +++ b/commons-hpcc/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.0.57-0-SNAPSHOT + 9.0.59-0-SNAPSHOT diff --git a/dfsclient/pom.xml b/dfsclient/pom.xml index 557f31961..856531dbf 100644 --- a/dfsclient/pom.xml +++ b/dfsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.0.57-0-SNAPSHOT + 9.0.59-0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 5a7dedd55..ef5e125ee 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.hpccsystems hpcc4j - 9.0.57-0-SNAPSHOT + 9.0.59-0-SNAPSHOT pom HPCC Systems Java Projects https://hpccsystems.com diff --git a/wsclient/pom.xml b/wsclient/pom.xml index fe076db69..a195d7d15 100644 --- a/wsclient/pom.xml +++ b/wsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.0.57-0-SNAPSHOT + 9.0.59-0-SNAPSHOT From 2a73a8085df83fa06ceac7d34b250093fe04da41 Mon Sep 17 00:00:00 2001 From: Gavin Halliday Date: Thu, 9 Nov 2023 18:10:51 +0000 Subject: [PATCH 08/10] Split off 9.2.36 Signed-off-by: Gavin Halliday --- 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 8828bd785..701b0c500 100644 --- a/commons-hpcc/pom.xml +++ b/commons-hpcc/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.2.35-0-SNAPSHOT + 9.2.37-0-SNAPSHOT diff --git a/dfsclient/pom.xml b/dfsclient/pom.xml index addcad389..fd3a71225 100644 --- a/dfsclient/pom.xml +++ b/dfsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.2.35-0-SNAPSHOT + 9.2.37-0-SNAPSHOT diff --git a/pom.xml b/pom.xml index b80d21b3b..75efdd7c6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.hpccsystems hpcc4j - 9.2.35-0-SNAPSHOT + 9.2.37-0-SNAPSHOT pom HPCC Systems Java Projects https://hpccsystems.com diff --git a/wsclient/pom.xml b/wsclient/pom.xml index a5163bb11..3567f5d13 100644 --- a/wsclient/pom.xml +++ b/wsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.2.35-0-SNAPSHOT + 9.2.37-0-SNAPSHOT From 2916d6af8ced3fe4a2141ff532be177e5db94110 Mon Sep 17 00:00:00 2001 From: Jake Smith Date: Fri, 17 Nov 2023 11:33:57 +0000 Subject: [PATCH 09/10] Split off 9.0.60 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 fb4345d80..bb4262716 100644 --- a/commons-hpcc/pom.xml +++ b/commons-hpcc/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.0.59-0-SNAPSHOT + 9.0.61-0-SNAPSHOT diff --git a/dfsclient/pom.xml b/dfsclient/pom.xml index 856531dbf..e3f04f079 100644 --- a/dfsclient/pom.xml +++ b/dfsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.0.59-0-SNAPSHOT + 9.0.61-0-SNAPSHOT diff --git a/pom.xml b/pom.xml index ef5e125ee..f2e791819 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.hpccsystems hpcc4j - 9.0.59-0-SNAPSHOT + 9.0.61-0-SNAPSHOT pom HPCC Systems Java Projects https://hpccsystems.com diff --git a/wsclient/pom.xml b/wsclient/pom.xml index a195d7d15..d129ff9ad 100644 --- a/wsclient/pom.xml +++ b/wsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.0.59-0-SNAPSHOT + 9.0.61-0-SNAPSHOT From bfebe787216f20a957da402ae82a67fcdeba006e Mon Sep 17 00:00:00 2001 From: Jake Smith Date: Fri, 17 Nov 2023 11:37:19 +0000 Subject: [PATCH 10/10] Split off 9.2.38 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 701b0c500..0b40029c8 100644 --- a/commons-hpcc/pom.xml +++ b/commons-hpcc/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.2.37-0-SNAPSHOT + 9.2.39-0-SNAPSHOT diff --git a/dfsclient/pom.xml b/dfsclient/pom.xml index fd3a71225..84ce72fcb 100644 --- a/dfsclient/pom.xml +++ b/dfsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.2.37-0-SNAPSHOT + 9.2.39-0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 75efdd7c6..c1c17ca5a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.hpccsystems hpcc4j - 9.2.37-0-SNAPSHOT + 9.2.39-0-SNAPSHOT pom HPCC Systems Java Projects https://hpccsystems.com diff --git a/wsclient/pom.xml b/wsclient/pom.xml index 3567f5d13..1cb2d70b6 100644 --- a/wsclient/pom.xml +++ b/wsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.2.37-0-SNAPSHOT + 9.2.39-0-SNAPSHOT