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/07/30 08:01:52 UTC

svn commit: r1614551 - /olingo/site/trunk/content/doc/tutorials/AnnotationProcessorExtension.mdtext

Author: mibo
Date: Wed Jul 30 06:01:51 2014
New Revision: 1614551

URL: http://svn.apache.org/r1614551
Log:
Updated Olingo version to 2.0.0

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

Modified: olingo/site/trunk/content/doc/tutorials/AnnotationProcessorExtension.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/tutorials/AnnotationProcessorExtension.mdtext?rev=1614551&r1=1614550&r2=1614551&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/tutorials/AnnotationProcessorExtension.mdtext (original)
+++ olingo/site/trunk/content/doc/tutorials/AnnotationProcessorExtension.mdtext Wed Jul 30 06:01:51 2014
@@ -29,7 +29,7 @@ Therefore Maven must be called as shown 
       -DartifactId=my-car-service \
       -DarchetypeGroupId=org.apache.olingo \
       -DarchetypeArtifactId=olingo-odata2-sample-cars-annotation-archetype \
-      -DarchetypeVersion=1.2.0
+      -DarchetypeVersion=2.0.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 an Jetty web server at `http://localhost:8080`.
 
@@ -71,7 +71,7 @@ The resulting `pom.xml` then looks like:
         <version.cxf>2.7.6</version.cxf>
         <version.servlet-api>2.5</version.servlet-api>
         <version.jaxrs-api>2.0-m10</version.jaxrs-api>
-        <version.olingo>1.1.0</version.olingo>
+        <version.olingo>2.0.0</version.olingo>
       </properties>
     
       <build>