Skip to content

Commit

Permalink
maven-source-plugin: downgrade to 3.2.1
Browse files Browse the repository at this point in the history
Apparently it brreaks stuff, need to investigate that later.

Signed-off-by: Tom Siewert <[email protected]>
  • Loading branch information
sinuscosinustan committed Jan 8, 2024
1 parent cd72b15 commit f8eace9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down

0 comments on commit f8eace9

Please sign in to comment.