Skip to content

Commit 1a2b32f

Browse files
committed
maven versions
1 parent 1c7bc96 commit 1a2b32f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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>
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-gpg-plugin</artifactId>
98-
<version>3.0.1</version>
98+
<version>3.2.1</version>
9999
<executions>
100100
<execution>
101101
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)