Author: norman
Date: Sun May  9 18:26:50 2010
New Revision: 942575

URL: http://svn.apache.org/viewvc?rev=942575&view=rev
Log:
Upgrade to openjpa 2.0.0 (IMAP-136)

Modified:
    james/imap/trunk/deployment/pom.xml
    james/imap/trunk/jpa/pom.xml
    james/imap/trunk/parent/pom.xml

Modified: james/imap/trunk/deployment/pom.xml
URL: 
http://svn.apache.org/viewvc/james/imap/trunk/deployment/pom.xml?rev=942575&r1=942574&r2=942575&view=diff
==============================================================================
--- james/imap/trunk/deployment/pom.xml (original)
+++ james/imap/trunk/deployment/pom.xml Sun May  9 18:26:50 2010
@@ -128,12 +128,6 @@
     </dependency>
 
     <dependency>
-      <groupId>javax.persistence</groupId>
-      <artifactId>persistence-api</artifactId>
-      <scope>test</scope>
-    </dependency>
-    
-    <dependency>
       <groupId>org.apache.openjpa</groupId>
       <artifactId>openjpa</artifactId>
       <scope>test</scope>

Modified: james/imap/trunk/jpa/pom.xml
URL: 
http://svn.apache.org/viewvc/james/imap/trunk/jpa/pom.xml?rev=942575&r1=942574&r2=942575&view=diff
==============================================================================
--- james/imap/trunk/jpa/pom.xml (original)
+++ james/imap/trunk/jpa/pom.xml Sun May  9 18:26:50 2010
@@ -70,10 +70,12 @@
       <artifactId>commons-collections</artifactId>
     </dependency>
     
+    <!-- 
     <dependency>
       <groupId>javax.persistence</groupId>
       <artifactId>persistence-api</artifactId>
     </dependency>
+    -->
     <dependency>
       <groupId>org.apache.openjpa</groupId>
       <artifactId>openjpa</artifactId>
@@ -90,7 +92,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>openjpa-maven-plugin</artifactId>
-        <version>1.0</version>
+        <version>1.1</version>
         <configuration>
           <includes>org/apache/james/imap/jpa/*/model/**/*.class</includes>
           <addDefaultConstructor>true</addDefaultConstructor>
@@ -170,11 +172,6 @@
           </dependency>
 
           <dependency>
-            <groupId>javax.persistence</groupId>
-            <artifactId>persistence-api</artifactId>
-            <version>${version.javax.persistence}</version>
-          </dependency>
-          <dependency>
             <groupId>org.apache.openjpa</groupId>
             <artifactId>openjpa</artifactId>
             <version>${version.openjpa}</version>

Modified: james/imap/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/james/imap/trunk/parent/pom.xml?rev=942575&r1=942574&r2=942575&view=diff
==============================================================================
--- james/imap/trunk/parent/pom.xml (original)
+++ james/imap/trunk/parent/pom.xml Sun May  9 18:26:50 2010
@@ -493,11 +493,6 @@
         START OpenJPA
       -->
       <dependency>
-        <groupId>javax.persistence</groupId>
-        <artifactId>persistence-api</artifactId>
-        <version>${version.javax.persistence}</version>
-      </dependency>
-      <dependency>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa</artifactId>
         <version>${version.openjpa}</version>
@@ -578,7 +573,7 @@
     <javax.mail.groupId>javax.mail</javax.mail.groupId>
     <javax.mail.artifactId>mail</javax.mail.artifactId>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <version.openjpa>1.2.2</version.openjpa>
+    <version.openjpa>2.0.0</version.openjpa>
     <version.javax.persistence>1.0.2</version.javax.persistence>
     <version.commons-lang>2.4</version.commons-lang>
     <version.commons-collections>3.2.1</version.commons-collections>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to