From 841898014dd737a92ef805427d92a9ae51c03e8f Mon Sep 17 00:00:00 2001 From: Philipp Ossler Date: Wed, 27 Sep 2023 14:48:06 +0200 Subject: [PATCH] build: downgrade maven-sources-plugin from 3.3.0 to 3.2.1 The new version of the plugin caused build failure because of duplicate configurations. --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index d372e93..e995fe7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 zeebe-play @@ -13,7 +14,7 @@ org.camunda.community community-hub-release-parent 1.4.3 - + @@ -312,7 +313,7 @@ maven-source-plugin - 3.3.0 + 3.2.1 @@ -455,7 +456,7 @@ 3.4.1 - + ${skip.enforcer-plugin}