From cb440fc7ddb8c4299a883f8d4e2815360a927a96 Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Thu, 19 Jun 2025 10:56:11 -0500 Subject: [PATCH 1/2] Updated parent POM to take advantage of new Central Repo Portal --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5f69bc0..5e95636 100644 --- a/pom.xml +++ b/pom.xml @@ -35,9 +35,9 @@ POSSIBILITY OF SUCH DAMAGE. - gov.nasa - pds - 1.18.0 + gov.nasa.pds + parent + 1.19.0 gov.nasa.pds From 5cbf85a59a189defa40109eeb9edceac8a2d7f26 Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Thu, 19 Jun 2025 17:12:34 -0500 Subject: [PATCH 2/2] ossth to central repo --- .github/workflows/stable-cicd.yaml | 4 ++-- .github/workflows/unstable-cicd.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/stable-cicd.yaml b/.github/workflows/stable-cicd.yaml index 14eda94..f5f8a9a 100644 --- a/.github/workflows/stable-cicd.yaml +++ b/.github/workflows/stable-cicd.yaml @@ -78,8 +78,8 @@ jobs: maven-stable-artifact-phases: clean,site,site:stage,deploy documentation-dir: target/staging/transform env: - ossrh_username: ${{secrets.OSSRH_USERNAME}} - ossrh_password: ${{secrets.OSSRH_PASSWORD}} + central_portal_username: ${{secrets.CENTRAL_REPOSITORY_USERNAME}} + central_portal_token: ${{secrets.CENTRAL_REPOSITORY_TOKEN}} CODE_SIGNING_KEY: ${{secrets.CODE_SIGNING_KEY}} ADMIN_GITHUB_TOKEN: ${{secrets.ADMIN_GITHUB_TOKEN}} diff --git a/.github/workflows/unstable-cicd.yaml b/.github/workflows/unstable-cicd.yaml index 5229487..5a1a7e6 100644 --- a/.github/workflows/unstable-cicd.yaml +++ b/.github/workflows/unstable-cicd.yaml @@ -80,8 +80,8 @@ jobs: maven-doc-phases: clean,site,site:stage maven-unstable-artifact-phases: clean,site,site:stage,deploy env: - ossrh_username: ${{secrets.OSSRH_USERNAME}} - ossrh_password: ${{secrets.OSSRH_PASSWORD}} + central_portal_username: ${{secrets.CENTRAL_REPOSITORY_USERNAME}} + central_portal_token: ${{secrets.CENTRAL_REPOSITORY_TOKEN}} CODE_SIGNING_KEY: ${{secrets.CODE_SIGNING_KEY}} ADMIN_GITHUB_TOKEN: ${{secrets.ADMIN_GITHUB_TOKEN}}