Repository: olingo-odata2 Updated Branches: refs/heads/OLINGO-231_PocForAndroid 387cdd2af -> b7f148e58
[OLINGO-231] Changed version of robolectric to GA version Project: http://git-wip-us.apache.org/repos/asf/olingo-odata2/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata2/commit/b7f148e5 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata2/tree/b7f148e5 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata2/diff/b7f148e5 Branch: refs/heads/OLINGO-231_PocForAndroid Commit: b7f148e5821d9062c10445c1e5cd2f34e9db2527 Parents: 387cdd2 Author: mibo <[email protected]> Authored: Wed Jul 20 21:47:01 2016 +0200 Committer: mibo <[email protected]> Committed: Wed Jul 20 21:47:01 2016 +0200 ---------------------------------------------------------------------- odata2-android/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/b7f148e5/odata2-android/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-android/pom.xml b/odata2-android/pom.xml index af3adea..5bbdd87 100644 --- a/odata2-android/pom.xml +++ b/odata2-android/pom.xml @@ -34,7 +34,7 @@ <properties> <version.android>4.1.1.4</version.android> - <version.robolectric>2.3-SNAPSHOT</version.robolectric> + <version.robolectric>2.4</version.robolectric> </properties> <build>
