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/05/12 09:53:19 UTC

svn commit: r1593900 - /olingo/site/trunk/content/doc/tutorials/OlingoV2BasicClientSample.mdtext

Author: mibo
Date: Mon May 12 07:53:19 2014
New Revision: 1593900

URL: http://svn.apache.org/r1593900
Log:
CMS commit to olingo by mibo

Modified:
    olingo/site/trunk/content/doc/tutorials/OlingoV2BasicClientSample.mdtext

Modified: olingo/site/trunk/content/doc/tutorials/OlingoV2BasicClientSample.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/tutorials/OlingoV2BasicClientSample.mdtext?rev=1593900&r1=1593899&r2=1593900&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/tutorials/OlingoV2BasicClientSample.mdtext (original)
+++ olingo/site/trunk/content/doc/tutorials/OlingoV2BasicClientSample.mdtext Mon May 12 07:53:19 2014
@@ -48,7 +48,7 @@ Therefore it just requires an installed 
         -DartifactId=my-car-service
         -DarchetypeGroupId=org.apache.olingo
         -DarchetypeArtifactId=olingo-odata2-sample-cars-annotation-archetype
-        -DarchetypeVersion=1.2.0-SNAPSHOT
+        -DarchetypeVersion=1.2.0
 </div> 
     3. Go into from archetype created folder `my-car-service` and just run `mvn` to start the Sample Service on a *Jetty Web Server* at [http://localhost:8080](http://localhost:8080).
   4. Run `OlingoSampleApp` against sample Service ([more details](#runsample))
@@ -584,7 +584,7 @@ To use the archtype and create this samp
       -DartifactId=my-car-service \
       -DarchetypeGroupId=org.apache.olingo \
       -DarchetypeArtifactId=olingo-odata2-sample-cars-annotation-archetype \
-      -DarchetypeVersion=1.2.0-SNAPSHOT
+      -DarchetypeVersion=1.2.0
 
 In the generated sample project you now can simply run Maven with the default goal (run `mvn` in the shell) which compiles the sources and starts a *Jetty Web Server* at [http://localhost:8080](http://localhost:8080).
 
@@ -651,7 +651,7 @@ Maven project POM (`pom.xml`)
     
       <properties>
         <!-- Project dependency versions -->
-        <version.olingo>1.2.0-SNAPSHOT</version.olingo>
+        <version.olingo>1.2.0</version.olingo>
         <!-- Project plugin versions -->
         <version.eclipse-plugin>2.6</version.eclipse-plugin>
         <version.shade-plugin>2.2</version.shade-plugin>