From 407658dc7ca9cc311609a388d67e4f8cf9dd2ff1 Mon Sep 17 00:00:00 2001 From: Arnstein Ressem Date: Fri, 28 Jul 2023 11:04:43 +0200 Subject: Applied patch --- container-dependency-versions/pom.xml | 52 --------------------------------- dependency-versions/pom.xml | 55 ++++++++++++++++++++++++++++++++++- 2 files changed, 54 insertions(+), 53 deletions(-) diff --git a/container-dependency-versions/pom.xml b/container-dependency-versions/pom.xml index e2bdc987354..72af951d965 100644 --- a/container-dependency-versions/pom.xml +++ b/container-dependency-versions/pom.xml @@ -189,58 +189,6 @@ - - ossrh-deploy-vespa - - false - - - - - - - org.apache.maven.plugins - maven-gpg-plugin - ${maven.gpg.plugin.version} - - - sign-artifacts - verify - - sign - - - - --pinentry-mode - loopback - - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - ${nexus.staging.maven.plugin.version} - true - - ossrh - https://oss.sonatype.org/ - - - - - - - ossrh - ${snapshotDeploymentRepository} - - - ossrh - ${releaseDeploymentRepository} - - - diff --git a/dependency-versions/pom.xml b/dependency-versions/pom.xml index 088356dd685..81bd836dc28 100644 --- a/dependency-versions/pom.xml +++ b/dependency-versions/pom.xml @@ -28,7 +28,6 @@ - @@ -139,4 +138,58 @@ 2.8.1 + + + ossrh-deploy-vespa + + false + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + ${maven.gpg.plugin.version} + + + sign-artifacts + verify + + sign + + + + --pinentry-mode + loopback + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${nexus.staging.maven.plugin.version} + true + + ossrh + https://oss.sonatype.org/ + + + + + + + ossrh + ${snapshotDeploymentRepository} + + + ossrh + ${releaseDeploymentRepository} + + + + -- cgit v1.2.3