From e9f558e15213653c0bbccfaa82e8d59fe2cd087e Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Wed, 21 Aug 2024 18:23:00 +0100 Subject: [PATCH 1/2] HADOOP-19087. Release Hadoop 3.4.1: test branch PR to help test this against asf staged artifacts Change-Id: I951f7b5d8123412eda07aee669d1d7d9f0f09972 --- pom.xml | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8a00b053ac..fdd0715bea 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ 1.3.2 2.30.0 shaded.parquet - 3.3.6 + 3.4.1 2.10.0 1.13.1 thrift @@ -659,5 +659,57 @@ parquet-plugins/parquet-plugins-benchmarks + + + asf-staging + + true + + + + https://repository.apache.org/content/groups/staging/ + https://repository.apache.org/content/repositories/snapshots/ + + + + + ASF Staging + ${asf.staging} + + + ASF Snapshots + ${asf.snapshots} + + true + + + false + + + + + + + ASF Staging + ${asf.staging} + + true + + + true + + + + ASF Snapshots + ${asf.snapshots} + + true + + + true + + + + From 37a9d12ad31e8f37705b56bc9dc8c7403ef5835d Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Thu, 22 Aug 2024 13:42:05 +0100 Subject: [PATCH 2/2] fix repository setup; testing parquet-hadoop all good Change-Id: I1851c66396638cc316367eb9e1ac4802edf84875 --- pom.xml | 62 ++++++++++----------------------------------------------- 1 file changed, 10 insertions(+), 52 deletions(-) diff --git a/pom.xml b/pom.xml index fdd0715bea..3277efa870 100644 --- a/pom.xml +++ b/pom.xml @@ -58,6 +58,16 @@ Jitpack.io repository + + ASF Staging + https://repository.apache.org/content/groups/staging/ + + true + + + true + + @@ -659,57 +669,5 @@ parquet-plugins/parquet-plugins-benchmarks - - - asf-staging - - true - - - - https://repository.apache.org/content/groups/staging/ - https://repository.apache.org/content/repositories/snapshots/ - - - - - ASF Staging - ${asf.staging} - - - ASF Snapshots - ${asf.snapshots} - - true - - - false - - - - - - - ASF Staging - ${asf.staging} - - true - - - true - - - - ASF Snapshots - ${asf.snapshots} - - true - - - true - - - -