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/08 13:16:58 UTC

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

Author: chrish
Date: Tue Sep  8 11:16:58 2015
New Revision: 1701774

URL: http://svn.apache.org/r1701774
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=1701774&r1=1701773&r2=1701774&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  8 11:16:58 2015
@@ -177,13 +177,13 @@ In our example, the pom.xml file looks a
       <groupId>my.group.id</groupId>
       <artifactId>DemoService</artifactId>
       <packaging>war</packaging>
-      <version>0.0.1</version>
+      <version>4.0.0</version>
 
       <name>DemoService Maven Webapp</name>
 
       <properties>
         <javax.version>2.5</javax.version>
-        <odata.version>4.0.0-beta-03</odata.version>
+        <odata.version>4.0.0</odata.version>
         <slf4j.version>1.7.7</slf4j.version>
       </properties>
 
@@ -224,6 +224,12 @@ In our example, the pom.xml file looks a
           <version>${slf4j.version}</version>
           <scope>runtime</scope>
         </dependency>
+        <dependency>
+	  <groupId>org.slf4j</groupId>
+	  <artifactId>slf4j-api</artifactId>
+	  <version>1.7.11</version>
+	  <scope>compile</scope>
+	</dependency>
       </dependencies>
     </project>