Skip to content

Commit 143b088

Browse files
royclarksonWonderCsabo
authored andcommitted
Upgrade to Spring for Android 1.0.1
1 parent dadd194 commit 143b088

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

AndroidAnnotations/androidannotations-api/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<!-- spring-android-rest-template is required to use the Rest API -->
4646
<groupId>org.springframework.android</groupId>
4747
<artifactId>spring-android-rest-template</artifactId>
48+
<version>1.0.1.RELEASE</version>
4849
<scope>provided</scope>
4950
</dependency>
5051
</dependencies>

AndroidAnnotations/androidannotations/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
<!-- spring-android-rest-template is required to use the Rest API -->
5757
<groupId>org.springframework.android</groupId>
5858
<artifactId>spring-android-rest-template</artifactId>
59+
<version>1.0.1.RELEASE</version>
5960
<scope>test</scope>
6061
</dependency>
6162
</dependencies>

AndroidAnnotations/functional-test-1-5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<properties>
3333
<jackson-version>1.9.11</jackson-version>
3434
<simple-version>2.7.1</simple-version>
35-
<spring-android-version>1.0.0.RELEASE</spring-android-version>
35+
<spring-android-version>1.0.1.RELEASE</spring-android-version>
3636
<jackson-version>1.9.6</jackson-version>
3737
<simple-version>2.4.1</simple-version>
3838
<android-rome-version>1.0.0-r2</android-rome-version>

0 commit comments

Comments
 (0)