Skip to content

Commit

Permalink
-Dependencies update:
Browse files Browse the repository at this point in the history
*android-maven-plugin from 3.0.0 to 3.1.1
*androlog from 1.0.4 to 1.0.5
*junit from 4.8.1 to 4.10
  • Loading branch information
Peter authored and Peter committed Feb 8, 2012
1 parent 9b01890 commit 5482fe1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion android-archetypes-it/pom.xml
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<version>4.10</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Expand Up @@ -12,7 +12,7 @@
<defaultValue>not-specified</defaultValue>
</requiredProperty>
<requiredProperty key="android-plugin-version">
<defaultValue>3.0.0</defaultValue>
<defaultValue>3.1.1</defaultValue>
</requiredProperty>
</requiredProperties>

Expand Down
Expand Up @@ -11,7 +11,7 @@
<defaultValue>not-specified</defaultValue>
</requiredProperty>
<requiredProperty key="android-plugin-version">
<defaultValue>3.0.0</defaultValue>
<defaultValue>3.1.1</defaultValue>
</requiredProperty>
</requiredProperties>

Expand Down
Expand Up @@ -45,13 +45,13 @@
<dependency>
<groupId>de.akquinet.android.androlog</groupId>
<artifactId>androlog</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<version>4.10</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
Expand Up @@ -11,7 +11,7 @@
<defaultValue>not-specified</defaultValue>
</requiredProperty>
<requiredProperty key="android-plugin-version">
<defaultValue>3.0.0</defaultValue>
<defaultValue>3.1.1</defaultValue>
</requiredProperty>
</requiredProperties>

Expand Down
Expand Up @@ -44,13 +44,13 @@
<dependency>
<groupId>de.akquinet.android.androlog</groupId>
<artifactId>androlog</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<version>4.10</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5482fe1

Please sign in to comment.