From aad9e26690d392d3a98a790ff152712abf2d0659 Mon Sep 17 00:00:00 2001 From: Philipp Ossler Date: Fri, 24 Feb 2023 15:29:08 +0100 Subject: [PATCH] build: switch to Camunda community parent pom (#306) --- pom.xml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 603995e6..0ad30a60 100644 --- a/pom.xml +++ b/pom.xml @@ -8,10 +8,9 @@ jar - org.camunda - camunda-release-parent - 3.9.1 - + org.camunda.community + community-hub-release-parent + 1.4.1 @@ -172,6 +171,21 @@ maven-surefire-plugin 3.0.0-M9 + + org.apache.maven.plugins + maven-site-plugin + 3.12.1 + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 3.4.2 + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 +