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

svn commit: r880519 - in /websites/staging/olingo/trunk/content: ./ doc/tutorials/jpafunctionimport.html

Author: buildbot
Date: Mon Sep 30 14:10:07 2013
New Revision: 880519

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/tutorials/jpafunctionimport.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Sep 30 14:10:07 2013
@@ -1 +1 @@
-1527574
+1527577

Modified: websites/staging/olingo/trunk/content/doc/tutorials/jpafunctionimport.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/tutorials/jpafunctionimport.html (original)
+++ websites/staging/olingo/trunk/content/doc/tutorials/jpafunctionimport.html Mon Sep 30 14:10:07 2013
@@ -74,9 +74,10 @@
 <ol>
 <li>
 <p>Create a dependency to EDM Annotation Project. This is required to use the annotations that are defined in the project.</p>
-<div class="codehilite"><pre><span class="nt">&lt;dependency&gt;</span>
+<div class="codehilite"><pre>        :::xml
+<span class="nt">&lt;dependency&gt;</span>
    <span class="nt">&lt;groupId&gt;</span>org.apache.olingo<span class="nt">&lt;/groupId&gt;</span>
-   <span class="nt">&lt;artifactId&gt;</span>olingo.odata2.api.annotation<span class="nt">&lt;/artifactId&gt;</span>
+   <span class="nt">&lt;artifactId&gt;</span>olingo-odata2-api-annotation-incubating<span class="nt">&lt;/artifactId&gt;</span>
    <span class="nt">&lt;version&gt;</span>x.x.x<span class="nt">&lt;/version&gt;</span>
    <span class="nt">&lt;scope&gt;</span>provided<span class="nt">&lt;/scope&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span>