Skip to content

Commit

Permalink
Fixed version for maven source plugin (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea authored Jan 13, 2025
1 parent dc14b56 commit a2cb2e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<!-- Using fixed version to prevent duplication of source attachments caused by version 3.3+ -->
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down

0 comments on commit a2cb2e8

Please sign in to comment.