From 4eff6549da292c915a94e61d5378c32d09e564c8 Mon Sep 17 00:00:00 2001 From: Philipp Ossler Date: Fri, 27 Jan 2023 06:17:22 +0100 Subject: [PATCH 1/2] build: update Maven plugins --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index 496cc5bd..e7d1fc5b 100644 --- a/pom.xml +++ b/pom.xml @@ -301,6 +301,21 @@ + + 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 + From 8fd2cabb82074aaa27a72062714b36ccc12836e3 Mon Sep 17 00:00:00 2001 From: Philipp Ossler Date: Fri, 27 Jan 2023 06:18:43 +0100 Subject: [PATCH 2/2] build: switch to community Maven parent --- pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e7d1fc5b..2e178921 100644 --- a/pom.xml +++ b/pom.xml @@ -5,10 +5,9 @@ pom - org.camunda - camunda-release-parent - 3.9.1 - + org.camunda.community + community-hub-release-parent + 1.3.1