You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ra...@apache.org on 2019/05/28 09:19:00 UTC

svn commit: r1860209 - /olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext

Author: ramyav
Date: Tue May 28 09:19:00 2019
New Revision: 1860209

URL: http://svn.apache.org/viewvc?rev=1860209&view=rev
Log:
Change olingo version in read serv

Modified:
    olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext

Modified: olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext?rev=1860209&r1=1860208&r2=1860209&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext Tue May 28 09:19:00 2019
@@ -20,7 +20,7 @@ Notice:    Licensed to the Apache Softwa
 
 ## Part 1: Read scenario
 
-This tutorial guides you through the steps required to write an OData Service based on the Olingo OData 4.0 Library for Java (based on current *Olingo 4.6.0* which can be get via the [Download-Page](../../download.html)).
+This tutorial guides you through the steps required to write an OData Service based on the Olingo OData 4.0 Library for Java (based on current olingo version which can be got via the [Download-Page](../../download.html)).
 
 The final source code can be found in the project [git repository](https://gitbox.apache.org/repos/asf/olingo-odata4).
 A detailed description how to checkout the tutorials can be found [here](/doc/odata4/tutorials/prerequisites/prerequisites.html).
@@ -1051,7 +1051,7 @@ Further topics to be covered by follow-u
 ### Code and Repository
   * [Git Repository](https://gitbox.apache.org/repos/asf/olingo-odata4)
   * [Guide - To fetch the tutorial sources](/doc/odata4/tutorials/prerequisites/prerequisites.html)
-  * [Demo Service source code as zip file (contains all tutorials)](http://www.apache.org/dyn/closer.lua/olingo/odata4/4.0.0/DemoService_Tutorial.zip)
+  * [Demo Service source code as zip file (contains all tutorials)](http://www.apache.org/dyn/closer.lua/olingo/odata4/4.6.0/DemoService_Tutorial.zip)
 
 ### Further reading