Skip to content

Commit dc217e1

Browse files
committed
fix: revert maven-source-plugin 3.2.1
Motivation: Release fails with `[INFO] [ERROR] We have duplicated artifacts attached.` It's a regression in maven-source-plugin that's still not fixed, see https://issues.apache.org/jira/browse/MSOURCES-143
1 parent cd7e09b commit dc217e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
</plugin>
415415
<plugin>
416416
<artifactId>maven-source-plugin</artifactId>
417-
<version>3.3.1</version>
417+
<version>3.2.1</version>
418418
</plugin>
419419
<plugin>
420420
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)