From d4d600812058d85844125cbe1049f5b8a9fdfc40 Mon Sep 17 00:00:00 2001 From: Hamza Jugon <104994559+HamzaJugon@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:07:19 +0100 Subject: [PATCH] Feature/fix gpg error (#62) * added the nexus-staging-maven-plugin and maven-release-plugin to the pom.xml * Update pom.xml * [maven-release-plugin] prepare release beeju-5.0.1 * [maven-release-plugin] prepare for next development iteration * Update pom.xml * [maven-release-plugin] prepare release beeju-5.0.1 * Update CHANGELOG.md * Update pom.xml --------- Co-authored-by: hjugon Co-authored-by: eg-oss-ci Co-authored-by: Patrick Duin --- CHANGELOG.md | 4 ++++ pom.xml | 22 +++++++++++++++++++--- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b5d9b1..027200e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [5.0.1] - 2024-10-03 +### Changed +- Nothing changed, please ignore. + ## [5.0.0] - 2021-03-01 ### Changed - Hive version updated to `3.1.2` (was `2.3.7`) and Hadoop version updated to `3.1.0` (was `2.7.2`). diff --git a/pom.xml b/pom.xml index 2dbf574..ae93917 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,6 @@ 4.0.0 - com.expediagroup eg-oss-parent @@ -11,7 +10,7 @@ com.hotels beeju - 5.0.1-SNAPSHOT + 5.0.2-SNAPSHOT 2015 @@ -28,6 +27,7 @@ 1.8 5.7.0 1.3.2 + 2.5.3 @@ -196,6 +196,23 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + ${nexus.staging.maven.plugin.version} + true + + sonatype-nexus-staging + https://oss.sonatype.org/ + true + 30 + + + + org.apache.maven.plugins + maven-release-plugin + ${maven.release.plugin.version} + org.jacoco jacoco-maven-plugin @@ -208,5 +225,4 @@ -