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.

Before fixing the root cause, downgrade to the old version.
  • Loading branch information
saig0 committed Mar 4, 2024
1 parent 9d6238e commit aade4e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit aade4e8

Please sign in to comment.