Skip to content

Commit 4bad03f

Browse files
committed
maven versions
1 parent e7abc2d commit 4bad03f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<plugin>
6262
<groupId>org.apache.maven.plugins</groupId>
6363
<artifactId>maven-source-plugin</artifactId>
64-
<version>3.2.1</version>
64+
<version>3.3.0</version>
6565
<executions>
6666
<execution>
6767
<id>attach-sources</id>
@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>org.apache.maven.plugins</groupId>
7676
<artifactId>maven-javadoc-plugin</artifactId>
77-
<version>3.4.1</version>
77+
<version>3.6.3</version>
7878
<configuration>
7979
<links>
8080
<link>http://ngageoint.github.io/simple-features-java/docs/api/</link>
@@ -96,7 +96,7 @@
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-gpg-plugin</artifactId>
99-
<version>3.0.1</version>
99+
<version>3.2.1</version>
100100
<executions>
101101
<execution>
102102
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)