From 3f9135d3b2588083e0fc3442cf0bd2e41ea74e14 Mon Sep 17 00:00:00 2001 From: Paul Flynn Date: Wed, 23 Oct 2024 13:00:54 -0400 Subject: [PATCH] Update repository and publishing server IDs in pom.xml Corrected the repositoryId and publishingServerId in the maven-deploy plugin configuration to ensure proper deployment. Changed 'github-pkg' to 'github' and 'github' to 'central'. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c79de33..b5f5857 100644 --- a/pom.xml +++ b/pom.xml @@ -287,7 +287,7 @@ maven-deploy-plugin 3.1.2 - github-pkg + github https://maven.pkg.github.com/opentdf/nifi @@ -311,7 +311,7 @@ true published - github + central