From 13b43d365fbaa30b4aa19c1af7240f60129ef863 Mon Sep 17 00:00:00 2001 From: Simon Zambrovski Date: Fri, 22 Oct 2021 00:13:13 +0200 Subject: [PATCH 1/3] pin jar-plugin to 2.5, define central profile for maven central oss releases --- pom.xml | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0ae5a6b..5f3baf1 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ org.camunda camunda-release-parent - 3.9.0 + 3.9.1 @@ -30,6 +30,12 @@ + + + org.apache.maven.plugins + maven-jar-plugin + 2.5 + org.apache.maven.plugins maven-source-plugin @@ -112,6 +118,54 @@ + + central + + central + oss.sonatype.org + ${serverId} + ${nexusUrl} + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + + + + deploy-to-maven-central + deploy + + deploy + + + ${session.executionRootDirectory}/target/central-staging + true + ${central.staging.deploy.id} + ${central.staging.deploy.url} + true + ${skip.central.release} + + + + + + + + + ${central.staging.deploy.id} + ${central.staging.deploy.url}/content/repositories/snapshots + + + ${central.staging.deploy.id} + ${central.staging.deploy.url}/service/local/staging/deploy/maven2/ + + + From f295cff3f3db4d2e0e4ce06c6657274ff2127a33 Mon Sep 17 00:00:00 2001 From: Simon Zambrovski Date: Fri, 22 Oct 2021 00:18:40 +0200 Subject: [PATCH 2/3] renamed profile --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5f3baf1..4179fbc 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ - central + oss-maven-central central oss.sonatype.org From 4580cc4d10f39d027b0e3f90c6bfaef7f55dc0bf Mon Sep 17 00:00:00 2001 From: Simon Zambrovski Date: Fri, 22 Oct 2021 00:20:39 +0200 Subject: [PATCH 3/3] prepare docs for new version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6606ee5..c71fa7e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Inherit the community-hub-release-parent POM inside your project like so: org.camunda.community community-hub-release-parent - 1.2.1 + 1.2.2 ```