Author: ramyav
Date: Tue May 28 09:12:14 2019
New Revision: 1860206
URL: http://svn.apache.org/viewvc?rev=1860206&view=rev
Log:
change olingo version
Modified:
olingo/site/trunk/content/doc/odata4/tutorials/write/tutorial_write.mdtext
Modified:
olingo/site/trunk/content/doc/odata4/tutorials/write/tutorial_write.mdtext
URL:
http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/write/tutorial_write.mdtext?rev=1860206&r1=1860205&r2=1860206&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/write/tutorial_write.mdtext
(original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/write/tutorial_write.mdtext
Tue May 28 09:12:14 2019
@@ -22,7 +22,7 @@ Notice: Licensed to the Apache Softwa
## Introduction
-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*
release which can be get via the [Download-Page](/doc/odata4/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 release which
can be got via the [Download-Page](/doc/odata4/download.html)).
In the first two tutorials ([Read
Collection](/doc/odata4/tutorials/read/tutorial_read.html) and [Read
Entity](/doc/odata4/tutorials/readep/tutorial_readep.html)), weâve learned
how to build a simple OData service that supports read operations for
collection, single entity and property.
@@ -421,7 +421,7 @@ In the next tutorial (Part 4: Navigation
### 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