From 6c58a836b806c2c7fa6d474ec70ee6d6dc1c37e8 Mon Sep 17 00:00:00 2001 From: Clement Escoffier Date: Tue, 7 Dec 2010 19:20:35 +0100 Subject: [PATCH] update the README file: - udpate the maven-androiid-plugin version - update archetype version --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 6135ac1..de6573f 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ This projects provides several Maven archetypes for Android. Those archetypes allows to quickly bootstrap a Maven project to develop an android application. -These artifacts are based on the maven-android-plugin (http://code.google.com/p/maven-android-plugin/). It currently uses the 2.8.1 version. +These artifacts are based on the maven-android-plugin (http://code.google.com/p/maven-android-plugin/). It currently uses the 2.8.2 version. android-quickstart ------------------ @@ -11,7 +11,7 @@ way to initiate an android project: mvn archetype:generate \ -DarchetypeArtifactId=android-quickstart \ -DarchetypeGroupId=de.akquinet.android.archetypes \ - -DarchetypeVersion=1.0.1 \ + -DarchetypeVersion=1.0.2 \ -DgroupId=your.company \ -DartifactId=my-android-application @@ -34,7 +34,7 @@ This archetype creates a multi-module project containing an android application mvn archetype:generate \ -DarchetypeArtifactId=android-with-test \ -DarchetypeGroupId=de.akquinet.android.archetypes \ - -DarchetypeVersion=1.0.1 \ + -DarchetypeVersion=1.0.2 \ -DgroupId=com.foo.bar \ -DartifactId=my-android-project \ -Dpackage=com.foo.bar.android