You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ch...@apache.org on 2015/09/15 17:12:50 UTC

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

Author: chrish
Date: Tue Sep 15 15:12:50 2015
New Revision: 1703224

URL: http://svn.apache.org/r1703224
Log:
CMS commit to olingo by chrish

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=1703224&r1=1703223&r2=1703224&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 Sep 15 15:12:50 2015
@@ -22,9 +22,9 @@ Notice:    Licensed to the Apache Softwa
 
 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.0.0* which can be get via the [Download-Page](../../download.html)).
 
-The final source code result can be found in the project [git repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4).
+The final source code can be found in the project [git repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4).
 A detailed description how to checkout the tutorials can be found [here](/doc/odata4/tutorials/prerequisites/prerequisites.html).
-
+This tutorial can be found in subdirectory *\samples\tutorials\p1_read*
 
 We will create a Web Application and deploy it on a local Tomcat server.
 Afterwards, the OData service can be invoked from a browser and it will provide the data according to the OData V4 specification.
@@ -155,7 +155,7 @@ On the next page, enter the following in
 
   * Groupd Id: *my.group.id*
   * Artifact Id: *DemoService*
-  * Version: *0.0.1*
+  * Version: *4.0.0*
   * Package: *myservice.mynamespace.service*
 
 > Note: