From d00d5790d8f804008278411e7edad600768c591e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CHarold?= Date: Wed, 16 Jul 2025 15:08:47 -0500 Subject: [PATCH] fix: Upgrade parent pom to accomodate for new sonatype deployment --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- CHANGELOG.md | 4 ++++ pom.xml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea7d1334..a9a1b115 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: distribution: 'adopt' java-version: '11' java-package: jdk - server-id: sonatype-nexus-snapshots # Value of the distributionManagement/repository/id field of the pom.xml + server-id: central # Value of the distributionManagement/repository/id field of the pom.xml server-username: SONATYPE_USERNAME # env variable for username in deploy server-password: SONATYPE_PASSWORD # env variable for token in deploy # only signed artifacts will be released to maven central. this sets up things for the maven-gpg-plugin diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fca1c3d2..e6349444 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: distribution: 'adopt' java-version: '11' java-package: jdk - server-id: sonatype-nexus-staging # Value of the distributionManagement/repository/id field of the pom.xml + server-id: central # Value of the distributionManagement/repository/id field of the pom.xml server-username: SONATYPE_USERNAME # env variable for username in deploy server-password: SONATYPE_PASSWORD # env variable for token in deploy # only signed artifacts will be released to maven central. this sets up things for the maven-gpg-plugin diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e6c7d07..7097d09e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.6.3] - 2025-07-16 +### Fixed +* Upgrade parent pom to accomodate for new sonatype deployment. + ## [3.6.2] - 2025-07-01 ## Fixed - Extended the use of Hive's partition `createTime` to event-driven scheduling. Cleanup events are now scheduled based on the partition's actual creation time in Hive, not the event processing time. diff --git a/pom.xml b/pom.xml index be999acf..73c7f001 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.expediagroup eg-oss-parent - 2.4.0 + 3.0.0 beekeeper-parent