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/23 17:02:47 UTC

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

Author: sklevenz
Date: Mon Sep 23 15:02:46 2013
New Revision: 1525616

URL: http://svn.apache.org/r1525616
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=1525616&r1=1525615&r2=1525616&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/tutorials/jpafunctionimport.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/tutorials/jpafunctionimport.mdtext Mon Sep 23 15:02:46 2013
@@ -23,8 +23,8 @@ 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.
 
 		<dependency>
-		   <groupId>org.apache.olingo.odata2</groupId>
-		   <artifactId>org.apache.olingo.odata2.api.annotation</artifactId>
+		   <groupId>org.apache.olingo</groupId>
+		   <artifactId>olingo.odata2.api.annotation</artifactId>
 		   <version>x.x.x</version>
 		   <scope>provided</scope>
 		</dependency>