Skip to content

Commit f2b0341

Browse files
committed
maven versions
1 parent d50d324 commit f2b0341

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<plugin>
123123
<groupId>org.apache.maven.plugins</groupId>
124124
<artifactId>maven-source-plugin</artifactId>
125-
<version>3.2.1</version>
125+
<version>3.3.0</version>
126126
<executions>
127127
<execution>
128128
<id>attach-sources</id>
@@ -135,7 +135,7 @@
135135
<plugin>
136136
<groupId>org.apache.maven.plugins</groupId>
137137
<artifactId>maven-javadoc-plugin</artifactId>
138-
<version>3.4.1</version>
138+
<version>3.6.3</version>
139139
<configuration>
140140
<links>
141141
<link>http://ngageoint.github.io/coordinate-reference-systems-java/docs/api/</link>
@@ -156,7 +156,7 @@
156156
<plugin>
157157
<groupId>org.apache.maven.plugins</groupId>
158158
<artifactId>maven-gpg-plugin</artifactId>
159-
<version>3.0.1</version>
159+
<version>3.2.1</version>
160160
<executions>
161161
<execution>
162162
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)