We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7bc96 commit 1a2b32fCopy full SHA for 1a2b32f
1 file changed
pom.xml
@@ -61,7 +61,7 @@
61
<plugin>
62
<groupId>org.apache.maven.plugins</groupId>
63
<artifactId>maven-source-plugin</artifactId>
64
- <version>3.2.1</version>
+ <version>3.3.0</version>
65
<executions>
66
<execution>
67
<id>attach-sources</id>
@@ -74,7 +74,7 @@
74
75
76
<artifactId>maven-javadoc-plugin</artifactId>
77
- <version>3.4.1</version>
+ <version>3.6.3</version>
78
<configuration>
79
<links>
80
<link>http://ngageoint.github.io/simple-features-java/docs/api/</link>
@@ -95,7 +95,7 @@
95
96
97
<artifactId>maven-gpg-plugin</artifactId>
98
- <version>3.0.1</version>
+ <version>3.2.1</version>
99
100
101
<id>sign-artifacts</id>
0 commit comments