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/13 19:46:34 UTC

git commit: Issue OLINGO-16 - fix build error: using eclipselink 2.5.0

Updated Branches:
  refs/heads/master 211b2d258 -> c9c4d957a


Issue OLINGO-16 - fix build error: using eclipselink 2.5.0


Project: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/commit/c9c4d957
Tree: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/tree/c9c4d957
Diff: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/diff/c9c4d957

Branch: refs/heads/master
Commit: c9c4d957adce25698bf187de47b395acff37738f
Parents: 211b2d2
Author: Stephan Klevenz <st...@klaeff-book.local>
Authored: Fri Sep 13 19:45:54 2013 +0200
Committer: Stephan Klevenz <st...@klaeff-book.local>
Committed: Fri Sep 13 19:45:54 2013 +0200

----------------------------------------------------------------------
 jpa-ref/pom.xml | 2 +-
 pom.xml         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c9c4d957/jpa-ref/pom.xml
----------------------------------------------------------------------
diff --git a/jpa-ref/pom.xml b/jpa-ref/pom.xml
index c9068f8..24c28d9 100644
--- a/jpa-ref/pom.xml
+++ b/jpa-ref/pom.xml
@@ -85,7 +85,7 @@
 		<dependency>
 			<groupId>org.eclipse.persistence</groupId>
 			<artifactId>eclipselink</artifactId>
-			<version>2.3.1</version>
+			<version>${version.eclipselink}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.eclipse.persistence</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c9c4d957/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1cfb033..e2f8701 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
         <junit.version>4.10</junit.version>
         <xmlunit.version>1.3</xmlunit.version>
 
-        <version.eclipselink>2.1.2</version.eclipselink>
+        <version.eclipselink>2.5.0</version.eclipselink>
         <version.javax.persistence>2.0.5</version.javax.persistence>
     </properties>