• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

修订版49a789e6d1da2aa2368134f481bf5661a947d28d (tree)
时间2013-05-24 16:46:31
作者Masahiko, SAWAI <say@user...>
CommiterMasahiko, SAWAI

Log Message

Updated maven plugin versions

更改概述

差异

--- a/android-R/pom.xml
+++ b/android-R/pom.xml
@@ -46,14 +46,14 @@
4646 <plugin>
4747 <groupId>com.jayway.maven.plugins.android.generation2</groupId>
4848 <artifactId>android-maven-plugin</artifactId>
49- <version>3.5.1</version>
49+ <version>3.6.0</version>
5050 </plugin>
5151
5252 <!-- mvn compile -->
5353 <plugin>
5454 <groupId>org.apache.maven.plugins</groupId>
5555 <artifactId>maven-compiler-plugin</artifactId>
56- <version>3.0</version>
56+ <version>3.1</version>
5757 </plugin>
5858
5959 <!-- mvn resources:resources -->
@@ -81,12 +81,12 @@
8181 <plugin>
8282 <groupId>org.apache.maven.plugins</groupId>
8383 <artifactId>maven-site-plugin</artifactId>
84- <version>3.2</version>
84+ <version>3.3</version>
8585 </plugin>
8686 <plugin>
8787 <groupId>org.apache.maven.plugins</groupId>
8888 <artifactId>maven-project-info-reports-plugin</artifactId>
89- <version>2.6</version>
89+ <version>2.7</version>
9090 </plugin>
9191
9292 <!-- mvn javadoc:javadoc -->