You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by sk...@apache.org on 2013/09/30 16:10:03 UTC

svn commit: r1527577 - /incubator/olingo/site/trunk/content/doc/tutorials/jpafunctionimport.mdtext

Author: sklevenz
Date: Mon Sep 30 14:10:03 2013
New Revision: 1527577

URL: http://svn.apache.org/r1527577
Log:
CMS commit to olingo by sklevenz

Modified:
    incubator/olingo/site/trunk/content/doc/tutorials/jpafunctionimport.mdtext

Modified: incubator/olingo/site/trunk/content/doc/tutorials/jpafunctionimport.mdtext
URL: http://svn.apache.org/viewvc/incubator/olingo/site/trunk/content/doc/tutorials/jpafunctionimport.mdtext?rev=1527577&r1=1527576&r2=1527577&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/tutorials/jpafunctionimport.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/tutorials/jpafunctionimport.mdtext Mon Sep 30 14:10:03 2013
@@ -22,9 +22,10 @@ This section explains how to enable cust
 
 1. Create a dependency to EDM Annotation Project. This is required to use the annotations that are defined in the project.
 
+                :::xml
 		<dependency>
 		   <groupId>org.apache.olingo</groupId>
-		   <artifactId>olingo.odata2.api.annotation</artifactId>
+		   <artifactId>olingo-odata2-api-annotation-incubating</artifactId>
 		   <version>x.x.x</version>
 		   <scope>provided</scope>
 		</dependency>