From 5282f81d0ab3eae8cb74a83e0a6f2e39509adfd3 Mon Sep 17 00:00:00 2001 From: Mick Semb Wever Date: Mon, 29 Jun 2026 16:31:31 -0500 Subject: [PATCH] Fix publishing to ASF Nexus of Accord artefacts when release staging Also fail the build if any artefacts fail to upload. patch by mick semb wever; reviewed by David Capwell for CASSANDRA-21261 --- .build/build-resolver.xml | 6 +++--- CHANGES.txt | 1 + build.xml | 25 ++++++++++++++----------- modules/accord | 2 +- 4 files changed, 19 insertions(+), 15 deletions(-) diff --git a/.build/build-resolver.xml b/.build/build-resolver.xml index 7e88a4ee73..6d47f4726f 100644 --- a/.build/build-resolver.xml +++ b/.build/build-resolver.xml @@ -146,7 +146,7 @@ - + @@ -158,7 +158,7 @@ - + @@ -168,7 +168,7 @@ - + diff --git a/CHANGES.txt b/CHANGES.txt index c9b14d569d..06903a9008 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 6.0-alpha2 + * Fix maven remote publishing of Accord artifacts (CASSANDRA-21261) * Move long running TCM operations to a longer timout (CASSANDRA-21453) * Offline nodetool commands should not print network options in help (CASSANDRA-20876) * Defer creation of the system_cluster_metadata keyspace until CMS initialization (CASSANDRA-21477) diff --git a/build.xml b/build.xml index 3f51e03c25..4783737abe 100644 --- a/build.xml +++ b/build.xml @@ -111,9 +111,11 @@ + - - + + + @@ -2312,17 +2314,18 @@ - - + - - + - diff --git a/modules/accord b/modules/accord index 66cab49f1c..fff32de2e9 160000 --- a/modules/accord +++ b/modules/accord @@ -1 +1 @@ -Subproject commit 66cab49f1c9af471795339a5fdf9522e6e73b691 +Subproject commit fff32de2e915772fbc70d16b1c32346313877838