diff --git a/README b/README index 86831e9..6135ac1 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@ way to initiate an android project: mvn archetype:generate \ -DarchetypeArtifactId=android-quickstart \ -DarchetypeGroupId=de.akquinet.android.archetypes \ - -DarchetypeVersion=1.0.0 \ + -DarchetypeVersion=1.0.1 \ -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.0 \ + -DarchetypeVersion=1.0.1 \ -DgroupId=com.foo.bar \ -DartifactId=my-android-project \ -Dpackage=com.foo.bar.android