Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
ANDROID-107 Update version in tests to 1.0.1.BUILD-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
royclarkson committed Oct 8, 2012
1 parent 4446b97 commit dc68f7d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>org.springframework.android</groupId>
<artifactId>spring-android-test</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.1.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>spring-android-test</name>
<url>http://www.springsource.org</url>
Expand All @@ -26,7 +26,7 @@
<java-version>1.6</java-version>
<com.google.android-version>4.1.1.4</com.google.android-version>
<!-- Available Android versions: 1.5_r3, 1.5_r4, 1.6_r2, 2.1.2, 2.1_r1, 2.2.1, 2.3.1, 2.3.3, 4.0.1.2, 4.1.1.4 -->
<org.springframework.android-version>1.0.0.BUILD-SNAPSHOT</org.springframework.android-version>
<org.springframework.android-version>1.0.1.BUILD-SNAPSHOT</org.springframework.android-version>
<org.easymock-version>2.5.2</org.easymock-version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion spring-android-auth-test/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.android</groupId>
<artifactId>spring-android-test</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.1.BUILD-SNAPSHOT</version>
</parent>

<artifactId>spring-android-auth-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-android-core-test/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.android</groupId>
<artifactId>spring-android-test</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.1.BUILD-SNAPSHOT</version>
</parent>

<artifactId>spring-android-core-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-android-rest-template-test/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.android</groupId>
<artifactId>spring-android-test</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.1.BUILD-SNAPSHOT</version>
</parent>

<artifactId>spring-android-rest-template-test</artifactId>
Expand Down

0 comments on commit dc68f7d

Please sign in to comment.