You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2010/01/13 20:21:13 UTC

svn commit: r898903 - in /openjpa/branches/1.2.x: openjpa-integration/tck/pom.xml openjpa-project/CHANGES.txt openjpa-project/RELEASE-NOTES.html

Author: mikedd
Date: Wed Jan 13 19:21:12 2010
New Revision: 898903

URL: http://svn.apache.org/viewvc?rev=898903&view=rev
Log:
OPENJPA-1457: 
Remove java.net maven repository from tck pom.xml file. TCK profile will use geronimo spec jar.

Modified:
    openjpa/branches/1.2.x/openjpa-integration/tck/pom.xml
    openjpa/branches/1.2.x/openjpa-project/CHANGES.txt
    openjpa/branches/1.2.x/openjpa-project/RELEASE-NOTES.html

Modified: openjpa/branches/1.2.x/openjpa-integration/tck/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-integration/tck/pom.xml?rev=898903&r1=898902&r2=898903&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-integration/tck/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-integration/tck/pom.xml Wed Jan 13 19:21:12 2010
@@ -269,22 +269,12 @@
     </profile>
     </profiles>
 
-    <repositories>
-        <repository>
-            <id>java.net</id>
-            <name>Java.net Maven Repository</name>
-            <url>https://maven-repository.dev.java.net/nonav/repository</url>
-            <layout>legacy</layout>
-        </repository>
-    </repositories>
-
     <dependencies>
-        <!-- use the authoritative javax.persistence API for testing -->
         <dependency>
-            <groupId>javax.persistence</groupId>
-            <artifactId>persistence-api</artifactId>
-            <version>1.0b</version>
-        </dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jpa_3.0_spec</artifactId>
+            <version>1.1.1</version>
+        </dependency> 
         <dependency>
             <groupId>org.apache.openjpa</groupId>
             <artifactId>openjpa-kernel</artifactId>

Modified: openjpa/branches/1.2.x/openjpa-project/CHANGES.txt
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-project/CHANGES.txt?rev=898903&r1=898902&r2=898903&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-project/CHANGES.txt (original)
+++ openjpa/branches/1.2.x/openjpa-project/CHANGES.txt Wed Jan 13 19:21:12 2010
@@ -105,6 +105,7 @@
     * [OPENJPA-1400] - Unable to persist a relationship to a detached Entity
     * [OPENJPA-1421] - Reduce lock contention in JDBCStoreManager
     * [OPENJPA-1441] - NPE when enhancing a Serializable, versioned class
+    * [OPENJPA-1457] - Remove Java.net maven repostiory from tck pom.xml
 
 Improvement
 

Modified: openjpa/branches/1.2.x/openjpa-project/RELEASE-NOTES.html
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-project/RELEASE-NOTES.html?rev=898903&r1=898902&r2=898903&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/branches/1.2.x/openjpa-project/RELEASE-NOTES.html Wed Jan 13 19:21:12 2010
@@ -149,6 +149,8 @@
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1441'>OPENJPA-1441</a>] -         NPE when enhancing a Serializable, versioned class
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1457'>OPENJPA-1457</a>] -         Remove Java.net maven repostiory from tck pom.xml
+</li>
 </ul>
     
 <h3>        Improvement