• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision9fe53589a02ad4521e1bf66dc90ae6e21b8cf8b9 (tree)
Time2015-08-03 11:10:36
AuthorMasahiko, SAWAI <say@user...>
CommiterMasahiko, SAWAI

Log Message

Updated maven plugin versions

Change Summary

Incremental Difference

--- a/android-R/pom.xml
+++ b/android-R/pom.xml
@@ -50,28 +50,28 @@
5050 <plugin>
5151 <groupId>org.apache.maven.plugins</groupId>
5252 <artifactId>maven-compiler-plugin</artifactId>
53- <version>3.1</version>
53+ <version>3.3</version>
5454 </plugin>
5555
5656 <!-- mvn resources:resources -->
5757 <plugin>
5858 <groupId>org.apache.maven.plugins</groupId>
5959 <artifactId>maven-resources-plugin</artifactId>
60- <version>2.6</version>
60+ <version>2.7</version>
6161 </plugin>
6262
6363 <!-- mvn assembly:assembly -->
6464 <plugin>
6565 <groupId>org.apache.maven.plugins</groupId>
6666 <artifactId>maven-assembly-plugin</artifactId>
67- <version>2.4.1</version>
67+ <version>2.5.5</version>
6868 </plugin>
6969
7070 <!-- sign for release -->
7171 <plugin>
7272 <groupId>org.apache.maven.plugins</groupId>
7373 <artifactId>maven-jarsigner-plugin</artifactId>
74- <version>1.3.2</version>
74+ <version>1.4</version>
7575 </plugin>
7676
7777 <!-- mvn site -->
@@ -83,14 +83,14 @@
8383 <plugin>
8484 <groupId>org.apache.maven.plugins</groupId>
8585 <artifactId>maven-project-info-reports-plugin</artifactId>
86- <version>2.7</version>
86+ <version>2.8</version>
8787 </plugin>
8888
8989 <!-- mvn javadoc:javadoc -->
9090 <plugin>
9191 <groupId>org.apache.maven.plugins</groupId>
9292 <artifactId>maven-javadoc-plugin</artifactId>
93- <version>2.9.1</version>
93+ <version>2.10.3</version>
9494 </plugin>
9595 </plugins>
9696 </pluginManagement>