From 710972b7272dc0b3b470b50b2076945c403ad2ba Mon Sep 17 00:00:00 2001 From: Fabio Di Fabio Date: Thu, 12 Dec 2024 19:16:23 +0100 Subject: [PATCH 1/2] Fix BOM pom publication to Artifactory (#8021) Signed-off-by: Fabio Di Fabio --- build.gradle | 2 +- platform/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8b6982cd4a0..9c9bb68939b 100644 --- a/build.gradle +++ b/build.gradle @@ -579,7 +579,7 @@ subprojects { password = artifactoryKey } defaults { - publications('mavenJava') + publications('mavenJava', 'mavenJavaPlatform') publishArtifacts = true publishPom = true } diff --git a/platform/build.gradle b/platform/build.gradle index 79c2c5c5651..148e5edc771 100644 --- a/platform/build.gradle +++ b/platform/build.gradle @@ -195,7 +195,7 @@ spotless { publishing { publications { - mavenPlatform(MavenPublication) { + mavenJavaPlatform(MavenPublication) { from components.javaPlatform groupId "org.hyperledger.besu" artifactId 'bom' From d9d948234076c6838c3b4e02b3323b3fd5bd81df Mon Sep 17 00:00:00 2001 From: garyschulte Date: Thu, 12 Dec 2024 20:26:46 -0800 Subject: [PATCH 2/2] Bump changelog for 24.12.1 hotfix release (#8022) Signed-off-by: garyschulte --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 462bb8bd17b..c53e81d175f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,13 @@ ### Bug fixes +## 24.12.1 Hotfix + +This is a hotfix to address publishing besu maven artifacts. There are no issues with 24.12.0 other than incomplete artifact publishing, and there is no functional difference between 24.12.0 and 24.12.1 release binaries. + +### Bug fixes +- Fix BOM pom publication to Artifactory [#8201](https://github.com/hyperledger/besu/pull/8021) + ## 24.12.0 ### Breaking Changes