From 20864e0a94910bc02992e7cb5c3481503f87d6ce Mon Sep 17 00:00:00 2001 From: cccs-br Date: Mon, 9 Sep 2024 16:44:00 -0400 Subject: [PATCH 1/3] Upgrade to Spark 3.5.2 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 927b5e9..5d25958 100644 --- a/pom.xml +++ b/pom.xml @@ -46,24 +46,24 @@ org.apache.spark spark-core_2.12 - 3.5.1 + 3.5.2 org.apache.spark spark-sql_2.12 - 3.5.1 + 3.5.2 org.apache.spark spark-core_2.12 - 3.5.1 + 3.5.2 test tests org.apache.spark spark-sql_2.12 - 3.5.1 + 3.5.2 test tests From 96468b51e72636f0c334549ce8fdcb312aa42a8e Mon Sep 17 00:00:00 2001 From: cccs-br Date: Mon, 9 Sep 2024 16:50:54 -0400 Subject: [PATCH 2/3] test --- pom.xml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/pom.xml b/pom.xml index 5d25958..b152225 100644 --- a/pom.xml +++ b/pom.xml @@ -157,37 +157,6 @@ - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 - true - - ossrh - https://s01.oss.sonatype.org/ - true - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - --pinentry-mode - loopback - - - - - From 1b07b00584a647dd3d329ce3e9a8a9fe9f666af0 Mon Sep 17 00:00:00 2001 From: cccs-br Date: Mon, 9 Sep 2024 17:07:48 -0400 Subject: [PATCH 3/3] Updated tokens, try again. --- pom.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/pom.xml b/pom.xml index b152225..5d25958 100644 --- a/pom.xml +++ b/pom.xml @@ -157,6 +157,37 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + true + + ossrh + https://s01.oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + --pinentry-mode + loopback + + + + +