Skip to content

Commit e6f4491

Browse files
committed
Update Maven source & jar plugin versions.
1 parent 826c53b commit e6f4491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<plugin>
5050
<groupId>org.apache.maven.plugins</groupId>
5151
<artifactId>maven-source-plugin</artifactId>
52-
<version>3.1.0</version>
52+
<version>3.2.0</version>
5353
<executions>
5454
<execution>
5555
<id>attach-sources</id>
@@ -79,7 +79,7 @@
7979
<plugin>
8080
<groupId>org.apache.maven.plugins</groupId>
8181
<artifactId>maven-jar-plugin</artifactId>
82-
<version>3.1.2</version>
82+
<version>3.2.0</version>
8383
<configuration>
8484
<archive>
8585
<manifestEntries>

0 commit comments

Comments
 (0)