You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2015/07/07 08:58:35 UTC

olingo-odata4 git commit: [OLINGO-701] Fixed version in client sample

Repository: olingo-odata4
Updated Branches:
  refs/heads/master eae41fc7c -> 4e405938e


[OLINGO-701] Fixed version in client sample


Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo
Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/4e405938
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/4e405938
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/4e405938

Branch: refs/heads/master
Commit: 4e405938e74d01c0d676ee9d4e924f52856cd07a
Parents: eae41fc
Author: Michael Bolz <mi...@sap.com>
Authored: Tue Jul 7 08:57:32 2015 +0200
Committer: Michael Bolz <mi...@sap.com>
Committed: Tue Jul 7 08:57:32 2015 +0200

----------------------------------------------------------------------
 samples/client/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4e405938/samples/client/pom.xml
----------------------------------------------------------------------
diff --git a/samples/client/pom.xml b/samples/client/pom.xml
index b55a1ae..7e4c7ff 100644
--- a/samples/client/pom.xml
+++ b/samples/client/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-samples</artifactId>
-    <version>4.0.0-beta-03-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>