Skip to content

Commit

Permalink
upgraded to 3.8.2 of Android Maven Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Jan 6, 2014
1 parent 5196804 commit c2aff12
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ android-archetypes
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 android-maven-plugin (http://code.google.com/p/maven-android-plugin/). It currently uses the 3.6.0 version.
These artifacts are based on the android-maven-plugin (http://code.google.com/p/maven-android-plugin/). It currently uses the 3.8.2 version.

The android-quickstart archetype
--------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public void testQuickStartWithEmulator() throws VerificationException, IOExcepti
cli.add("-DarchetypeCatalog=local");
cli.add("-DarchetypeRepository=local");
cli.add("-Demulator=test");
cli.add("-Dandroid-plugin-version=3.5.0");
cli.add("-Dandroid-plugin-version=3.8.2");
verifier.executeGoal("org.apache.maven.plugins:maven-archetype-plugin:2.0:generate");

// Check folder create.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<defaultValue>not-specified</defaultValue>
</requiredProperty>
<requiredProperty key="android-plugin-version">
<defaultValue>3.6.0</defaultValue>
<defaultValue>3.8.2</defaultValue>
</requiredProperty>
<requiredProperty key="senderId"/>
<requiredProperty key="gcmReceiverUrl">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<defaultValue>16</defaultValue>
</requiredProperty>
<requiredProperty key="android-plugin-version">
<defaultValue>3.6.0</defaultValue>
<defaultValue>3.8.2</defaultValue>
</requiredProperty>
</requiredProperties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<defaultValue>not-specified</defaultValue>
</requiredProperty>
<requiredProperty key="android-plugin-version">
<defaultValue>3.6.0</defaultValue>
<defaultValue>3.8.2</defaultValue>
</requiredProperty>
</requiredProperties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<defaultValue>not-specified</defaultValue>
</requiredProperty>
<requiredProperty key="android-plugin-version">
<defaultValue>3.6.0</defaultValue>
<defaultValue>3.8.2</defaultValue>
</requiredProperty>
</requiredProperties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<defaultValue>not-specified</defaultValue>
</requiredProperty>
<requiredProperty key="android-plugin-version">
<defaultValue>3.6.0</defaultValue>
<defaultValue>3.8.2</defaultValue>
</requiredProperty>
</requiredProperties>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<version>1.0.12-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
Expand Down

0 comments on commit c2aff12

Please sign in to comment.