diff --git a/.secrets.baseline b/.secrets.baseline index dfcaa851e..a3c40c38c 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -3,7 +3,7 @@ "files": "stubs/.+\\.json|^.secrets.baseline$", "lines": null }, - "generated_at": "2024-01-26T01:10:32Z", + "generated_at": "2025-06-23T08:40:58Z", "plugins_used": [ { "name": "AWSKeyDetector" @@ -77,16 +77,6 @@ } ], "results": { - "Jenkinsfile": [ - { - "hashed_secret": "dd7c0356e7bfc571546237209d7fa15319e25cfa", - "is_secret": false, - "is_verified": false, - "line_number": 33, - "type": "Secret Keyword", - "verified_result": null - } - ], "README.md": [ { "hashed_secret": "32e8612d8ca77c7ea8374aa7918db8e5df9252ed", diff --git a/Jenkinsfile b/Jenkinsfile index f55f261ce..34d28715d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -311,7 +311,7 @@ void publishStaging() { } void publishPublic() { - withCredentials([usernamePassword(credentialsId: 'ossrh', passwordVariable: 'OSSRH_PSW', usernameVariable: 'OSSRH_USR')]) { + withCredentials([usernamePassword(credentialsId: 'central-portal', passwordVariable: 'CP_PSW', usernameVariable: 'CP_USR')]) { publishMaven('-P public') } } diff --git a/build/jenkins.settings.xml b/build/jenkins.settings.xml index 8e27080bb..f2006c89d 100644 --- a/build/jenkins.settings.xml +++ b/build/jenkins.settings.xml @@ -12,9 +12,9 @@ - ossrh - ${env.OSSRH_USR} - ${env.OSSRH_PSW} + central + ${env.CP_USR} + ${env.CP_PSW} artifactory diff --git a/pom.xml b/pom.xml index 3e3c6d531..5d50660d7 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ 0.8.13 3.1.4 3.3.1 - 1.7.0 + 0.8.0 3.2.7 3.3.1 3.4.2 @@ -95,9 +95,9 @@ - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + central + https://central.sonatype.com/repository/maven-snapshots/ @@ -110,16 +110,15 @@ true - + - org.sonatype.plugins - nexus-staging-maven-plugin + org.sonatype.central + central-publishing-maven-plugin true - ossrh - https://oss.sonatype.org/ - true - true + central + true + published @@ -249,9 +248,9 @@ ${maven-deploy-plugin-version} - org.sonatype.plugins - nexus-staging-maven-plugin - ${nexus-staging-plugin-version} + org.sonatype.central + central-publishing-maven-plugin + ${central-publish-plugin-version} org.apache.maven.plugins