Skip to content

Commit

Permalink
build: downgrade maven-sources-plugin from 3.3.0 to 3.2.1
Browse files Browse the repository at this point in the history
The new version of the plugin caused build failure because of duplicate configurations.
  • Loading branch information
saig0 committed Sep 27, 2023
1 parent 2b93707 commit 8418980
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>zeebe-play</artifactId>
Expand All @@ -13,7 +14,7 @@
<groupId>org.camunda.community</groupId>
<artifactId>community-hub-release-parent</artifactId>
<version>1.4.3</version>
<relativePath />
<relativePath/>
</parent>

<properties>
Expand Down Expand Up @@ -312,7 +313,7 @@
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<version>3.2.1</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -455,7 +456,7 @@
<version>3.4.1</version>
<configuration>
<rules>
<dependencyConvergence />
<dependencyConvergence/>
</rules>
<skip>${skip.enforcer-plugin}</skip>
</configuration>
Expand Down

0 comments on commit 8418980

Please sign in to comment.