• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

コミットメタ情報

リビジョン3c015350283139d9317865939b6e05f55345b9d5 (tree)
日時2013-04-18 00:55:08
作者Masahiko, SAWAI <say@user...>
コミッターMasahiko, SAWAI

ログメッセージ

Updated the version of maven plugins

変更サマリ

差分

--- 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.4.0</version>
47+ <version>3.5.2</version>
4848 </plugin>
4949
5050 <!-- mvn compile -->
5151 <plugin>
5252 <groupId>org.apache.maven.plugins</groupId>
5353 <artifactId>maven-compiler-plugin</artifactId>
54- <version>2.5.1</version>
54+ <version>3.0</version>
5555 </plugin>
5656
5757 <!-- mvn resources:resources -->
@@ -65,7 +65,7 @@
6565 <plugin>
6666 <groupId>org.apache.maven.plugins</groupId>
6767 <artifactId>maven-assembly-plugin</artifactId>
68- <version>2.3</version>
68+ <version>2.4</version>
6969 </plugin>
7070
7171 <!-- sign for release -->
@@ -270,7 +270,4 @@
270270 </build>
271271 </profile>
272272 </profiles>
273-
274-
275-
276273 </project>