JAMES-2107 Upgrade JPA to 2.4.2

This is required to run successfully JPA with java-8


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/322e748a
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/322e748a
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/322e748a

Branch: refs/heads/master
Commit: 322e748af17d3e28f7916d89a2bcb85b0ef2b9bd
Parents: 1814023
Author: benwa <btell...@linagora.com>
Authored: Tue Aug 1 09:56:06 2017 +0700
Committer: benwa <btell...@linagora.com>
Committed: Wed Aug 16 16:31:42 2017 +0700

----------------------------------------------------------------------
 backends-common/jpa/pom.xml  | 2 +-
 mailbox/jpa/pom.xml          | 4 ++--
 server/data/data-jpa/pom.xml | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/322e748a/backends-common/jpa/pom.xml
----------------------------------------------------------------------
diff --git a/backends-common/jpa/pom.xml b/backends-common/jpa/pom.xml
index b40cf99..2ae34ad 100644
--- a/backends-common/jpa/pom.xml
+++ b/backends-common/jpa/pom.xml
@@ -17,7 +17,7 @@
         <dependency>
             <groupId>org.apache.openjpa</groupId>
             <artifactId>openjpa</artifactId>
-            <version>2.2.1</version>
+            <version>2.4.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>

http://git-wip-us.apache.org/repos/asf/james-project/blob/322e748a/mailbox/jpa/pom.xml
----------------------------------------------------------------------
diff --git a/mailbox/jpa/pom.xml b/mailbox/jpa/pom.xml
index 30da806..b1e3f0f 100644
--- a/mailbox/jpa/pom.xml
+++ b/mailbox/jpa/pom.xml
@@ -110,9 +110,9 @@
     <build>
         <plugins>
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
+                <groupId>org.apache.openjpa</groupId>
                 <artifactId>openjpa-maven-plugin</artifactId>
-                <version>1.2</version>
+                <version>2.4.2</version>
                 <configuration>
                     
<includes>org/apache/james/mailbox/jpa/*/model/**/*.class</includes>
                     
<excludes>org/apache/james/mailbox/jpa/mail/model/openjpa/EncryptDecryptHelper.class</excludes>

http://git-wip-us.apache.org/repos/asf/james-project/blob/322e748a/server/data/data-jpa/pom.xml
----------------------------------------------------------------------
diff --git a/server/data/data-jpa/pom.xml b/server/data/data-jpa/pom.xml
index 7b65d6c..a9af4c8 100644
--- a/server/data/data-jpa/pom.xml
+++ b/server/data/data-jpa/pom.xml
@@ -136,9 +136,9 @@
         <plugins>
 
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
+                <groupId>org.apache.openjpa</groupId>
                 <artifactId>openjpa-maven-plugin</artifactId>
-                <version>1.2</version>
+                <version>2.4.2</version>
                 <configuration>
                     <includes>
                         
org/apache/james/user/jpa/model/JPAUser.class,org/apache/james/rrt/jpa/model/JPARecipientRewrite.class,org/apache/james/domainlist/jpa/model/JPADomain.class
@@ -178,7 +178,7 @@
                 <artifactId>animal-sniffer-maven-plugin</artifactId>
                 <executions>
                     <execution>
-                        <id>check_java_6</id>
+                        <id>check_java_8</id>
                         <phase>none</phase>
                     </execution>
                 </executions>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to