Skip to content
This repository was archived by the owner on Sep 18, 2021. It is now read-only.

Commit 77f524a

Browse files
author
Kazuyuki Kohno
committed
update some library's versions
1 parent e10bfad commit 77f524a

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
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>org.apache.maven.plugins</groupId>
4343
<artifactId>maven-release-plugin</artifactId>
44-
<version>2.1</version>
44+
<version>2.5</version>
4545
<configuration>
4646
<mavenExecutorId>forked-path</mavenExecutorId>
4747
</configuration>
@@ -186,7 +186,7 @@
186186
<plugin>
187187
<groupId>org.apache.maven.plugins</groupId>
188188
<artifactId>maven-source-plugin</artifactId>
189-
<version>2.1.2</version>
189+
<version>2.4</version>
190190
<executions>
191191
<execution>
192192
<id>attach-sources</id>
@@ -199,7 +199,7 @@
199199
<plugin>
200200
<groupId>org.apache.maven.plugins</groupId>
201201
<artifactId>maven-javadoc-plugin</artifactId>
202-
<version>2.7</version>
202+
<version>2.10.1</version>
203203
<executions>
204204
<execution>
205205
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)