From 86bee589bdc8b2e18ed7812104b98d5bbbee56fe Mon Sep 17 00:00:00 2001 From: Ozzy Osborne Date: Thu, 20 Jun 2024 14:23:15 -0400 Subject: [PATCH] Align with sundrio --- pom.xml | 49 ++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 40 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 58a69fe..6c31553 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ Snowdrop :: Java Buildpack Client :: Project A Buildpack client implementation written in Java - https://snowdrop.dev + http://github.com/snowdrop/java-buildpack-client 2020 @@ -34,8 +34,8 @@ - scm:git:git@github.com:snowdrop/java-buildpack-client.git - scm:git:git@github.com:snowdrop/java-buildpack-client.git + scm:git:git://github.com/snowdrop/java-buildpack-client.git + scm:git:ssh://git@github.com:snowdrop/java-buildpack-client.git http://github.com/snowdrop/java-buildpack-client ${project.version} @@ -46,6 +46,10 @@ Sonatype Staging Repository https://oss.sonatype.org/service/local/staging/deploy/maven2 + + oss-sonatype-snapshots + https://oss.sonatype.org/content/repositories/snapshots + @@ -63,15 +67,17 @@ 3.12.4 - 3.8.1 - 2.22.0 - 2.22.0 + 3.13.0 + 3.3.0 + 3.3.0 - 1.6 + 3.1.0 + 3.2.4 1.3.1 - 2.10.3 - 2.4 + 3.7.0 + 3.3.1 + 1.6.13 @@ -279,6 +285,31 @@ + + org.apache.maven.plugins + maven-release-plugin + ${version.maven-release-plugin} + + true + @{project.version} + false + true + false + -DskipTests=true + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${version.nexus-staging-maven-plugin} + true + + oss-sonatype-staging + https://oss.sonatype.org/ + true + 60 + +