• 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

Revision76b2f6f527e00679e4edbaf441443862a41796e8 (tree)
Time2013-05-24 17:18:38
AuthorMasahiko, SAWAI <say@user...>
CommiterMasahiko, SAWAI

Log Message

Updated maven plugin version

Change Summary

Incremental Difference

--- a/intent-lab/Makefile
+++ b/intent-lab/Makefile
@@ -13,7 +13,7 @@ package :
1313 mvn $@
1414
1515 release :
16- mvn clean && mvn -Prelease package
16+ mvn clean && mvn -Pandroid-release package
1717
1818 install :
1919 mvn $@
--- a/intent-lab/pom.xml
+++ b/intent-lab/pom.xml
@@ -44,14 +44,14 @@
4444 <plugin>
4545 <groupId>com.jayway.maven.plugins.android.generation2</groupId>
4646 <artifactId>android-maven-plugin</artifactId>
47- <version>3.5.2</version>
47+ <version>3.6.0</version>
4848 </plugin>
4949
5050 <!-- mvn compile -->
5151 <plugin>
5252 <groupId>org.apache.maven.plugins</groupId>
5353 <artifactId>maven-compiler-plugin</artifactId>
54- <version>3.0</version>
54+ <version>3.1</version>
5555 </plugin>
5656
5757 <!-- mvn resources:resources -->
@@ -79,12 +79,12 @@
7979 <plugin>
8080 <groupId>org.apache.maven.plugins</groupId>
8181 <artifactId>maven-site-plugin</artifactId>
82- <version>3.2</version>
82+ <version>3.3</version>
8383 </plugin>
8484 <plugin>
8585 <groupId>org.apache.maven.plugins</groupId>
8686 <artifactId>maven-project-info-reports-plugin</artifactId>
87- <version>2.6</version>
87+ <version>2.7</version>
8888 </plugin>
8989
9090 <!-- mvn javadoc:javadoc -->
@@ -123,7 +123,7 @@
123123 <source>1.5</source>
124124 <target>1.5</target>
125125 <encoding>UTF-8</encoding>
126- <compilerArgument>-Xlint:unchecked</compilerArgument>
126+ <compilerArgument>-Xlint:unchecked</compilerArgument>
127127 </configuration>
128128 </plugin>
129129
@@ -234,10 +234,10 @@
234234 </plugin>
235235
236236 <!--
237- - Disable debug sign
238- - Enable zipalign
239- - Enable proguard
240- -->
237+ - Disable debug sign
238+ - Enable zipalign
239+ - Enable proguard
240+ -->
241241 <plugin>
242242 <groupId>com.jayway.maven.plugins.android.generation2</groupId>
243243 <artifactId>android-maven-plugin</artifactId>