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 2014/09/15 14:20:13 UTC

git commit: [OLINGO-419] Set version to '4.0.0-beta-01'

Repository: olingo-odata4-js
Updated Branches:
  refs/heads/master ab4cae621 -> 62da783ca


[OLINGO-419] Set version to '4.0.0-beta-01'


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

Branch: refs/heads/master
Commit: 62da783ca2bef2ddcb5700034929b83243d51f96
Parents: ab4cae6
Author: Michael Bolz <mi...@sap.com>
Authored: Mon Sep 15 13:07:37 2014 +0200
Committer: Michael Bolz <mi...@sap.com>
Committed: Mon Sep 15 13:07:37 2014 +0200

----------------------------------------------------------------------
 odatajs/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/blob/62da783c/odatajs/package.json
----------------------------------------------------------------------
diff --git a/odatajs/package.json b/odatajs/package.json
index d3ce0c2..e7a122e 100644
--- a/odatajs/package.json
+++ b/odatajs/package.json
@@ -2,7 +2,7 @@
   "name": "odatajs",
   "version": "4.0.0",
   "postfix": "beta-01",
-  "releaseCandidate" : "RC02",
+  "releaseCandidate" : "",
 
   "title": "Olingo OData Client for JavaScript",
   "description": "the Olingo OData Client for JavaScript library is a new cross-browser JavaScript library that enables data-centric web applications by leveraging modern protocols such as JSON and OData and HTML5-enabled browser features. It's designed to be small, fast and easy to use.",