Index: api/pom.xml =================================================================== --- api/pom.xml (revision 1391507) +++ api/pom.xml (working copy) @@ -22,12 +22,12 @@ javax.jdo - root + parent-pom 3.1-SNAPSHOT + ../parent-pom 4.0.0 - javax.jdo jdo-api JDO API 3.1-SNAPSHOT Index: copyjdorijars/pom.xml =================================================================== --- copyjdorijars/pom.xml (revision 1391507) +++ copyjdorijars/pom.xml (working copy) @@ -20,14 +20,14 @@ javax.jdo - root + parent-pom 3.1-SNAPSHOT + ../parent-pom 4.0.0 - javax.jdo copy-jdori-jars - Copy JDORI Jars + JDO RI Jar Copy 3.1-SNAPSHOT The Java Data Objects (JDO) API is a standard interface-based Java model abstraction of persistence, developed as Java Specification Request 243 under the auspices of the Java Community Process. Index: exectck/pom.xml =================================================================== --- exectck/pom.xml (revision 1391507) +++ exectck/pom.xml (working copy) @@ -3,9 +3,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> javax.jdo - root + parent-pom 3.1-SNAPSHOT - ../pom.xml + ../parent-pom 4.0.0 @@ -13,7 +13,7 @@ jdo-exectck maven-plugin 1.0-SNAPSHOT - jdo-exectck Maven Mojo + JDO TCK Execution Maven Mojo http://maven.apache.org Index: parent-pom/pom.xml =================================================================== --- parent-pom/pom.xml (revision 0) +++ parent-pom/pom.xml (working copy) @@ -0,0 +1,295 @@ + + + + + org.apache + apache + 8 + + + 4.0.0 + javax.jdo + parent-pom + 3.1-SNAPSHOT + pom + Java Data Objects (JDO) + The Java Data Objects (JDO) API is a standard interface-based +Java model abstraction of persistence, developed as Java Specification +Requests (JSR 12 and 243) under the auspices of the Java Community Process. + http://db.apache.org/jdo + 2005 + + + Apache Software Foundation + http://www.apache.org + + + + + + javax.jdo + jdo-api + 3.1-SNAPSHOT + + + javax.jdo + jdo-exectck + 1.0-SNAPSHOT + + + javax.jdo + jdo-tck + 3.1-SNAPSHOT + + + org.apache.maven + maven-plugin-api + 2.0 + + + javax.transaction + transaction-api + 1.1 + + + org.apache.ant + ant + 1.7.0 + test + + + junit + junit + 3.8.1 + + + org.apache.geronimo.specs + geronimo-jpa_2.0_spec + 1.0 + + + org.apache.derby + derby + 10.6.1.0 + + + org.apache.derby + derbytools + 10.6.1.0 + + + commons-io + commons-io + 1.4 + + + + org.springframework + spring-core + 2.0 + + + org.springframework + spring-beans + 2.0 + + + + commons-collections + commons-collections + 3.2 + + + commons-logging + commons-logging + 1.1 + + + + + + + + JDO User List + jdo-user-subscribe@db.apache.org + jdo-user-unsubscribe@db.apache.org + http://mail-archives.apache.org/mod_mbox/db-jdo-user/ + + + JDO Developer List + jdo-dev-subscribe@db.apache.org + jdo-dev-unsubscribe@db.apache.org + http://mail-archives.apache.org/mod_mbox/db-jdo-dev/ + + + JDO Commits List + jdo-commits-subscribe@db.apache.org + jdo-commits-unsubscribe@db.apache.org + http://mail-archives.apache.org/mod_mbox/db-jdo-commits/ + + + + + + clr + Craig Russell + Craig.Russell@Sun.COM + Sun Microsystems, Inc. + -8 + + + mbo + Michael Bouschen + mbo.tech@spree.de + Tech@Spree Engineering GmbH + 1 + + + brazil + Michael Watzek + mwa.tech@spree.de + Tech@Spree Engineering GmbH + 1 + + + mcaisse + Michelle Caisse + Michelle.Caisse@Sun.COM + Apache.org + -8 + + + madams + Matthew Adams + matthew@matthewadams.me + Apache.org + -8 + + + mzaun + Martin Zaun + martin.zaun@Sun.COM + Sun Microsystems, Inc. + -8 + + + ebengtson + Erik Bengtson + erik@jpox.org + JPOX + 1 + + + geirm + Geir Magnusson, Jr. + geirm@apache.org + Apache.org + -8 + + + brianm + Brian McCallister + brianm@apache.org + Apache.org + -8 + + + + + scm:svn:http://svn.apache.org/repos/asf/db/jdo/trunk + scm:svn:https://svn.apache.org/repos/asf/db/jdo/trunk + http://svn.apache.org/viewcvs.cgi/ + + + + + + maven-compiler-plugin + + 1.5 + 1.5 + + + + maven-javadoc-plugin + + ${project.name} ${pom.currentVersion} + ${project.name} ${pom.currentVersion} + + + + + + + + org.apache.maven.plugins + maven-changes-plugin + 2.6 + + ${basedir}/xdocs/changes.xml + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.6 + + ${basedir}/../jdo_checks.xml + ${basedir}/../LICENSE.txt + + + + + Index: pom.xml =================================================================== --- pom.xml (revision 1391507) +++ pom.xml (working copy) @@ -2,29 +2,13 @@ - - org.apache - apache - 8 - - 4.0.0 javax.jdo root + pom 3.1-SNAPSHOT - pom - Java Data Objects (JDO) - The Java Data Objects (JDO) API is a standard interface-based -Java model abstraction of persistence, developed as Java Specification -Requests (JSR 12 and 243) under the auspices of the Java Community Process. - http://db.apache.org/jdo - 2005 + JDO Root POM - - Apache Software Foundation - http://www.apache.org - - api exectck @@ -32,271 +16,4 @@ tck - - - - javax.jdo - jdo-api - 3.1-SNAPSHOT - - - javax.jdo - jdo-exectck - 1.0-SNAPSHOT - - - javax.jdo - jdo-tck - 3.1-SNAPSHOT - - - org.apache.maven - maven-plugin-api - 2.0 - - - javax.transaction - transaction-api - 1.1 - - - org.apache.ant - ant - 1.7.0 - test - - - junit - junit - 3.8.1 - - - org.apache.geronimo.specs - geronimo-jpa_2.0_spec - 1.0 - - - org.apache.derby - derby - 10.6.1.0 - - - org.apache.derby - derbytools - 10.6.1.0 - - - commons-io - commons-io - 1.4 - - - - org.springframework - spring-core - 2.0 - - - org.springframework - spring-beans - 2.0 - - - - commons-collections - commons-collections - 3.2 - - - commons-logging - commons-logging - 1.1 - - - - - - - - JDO User List - jdo-user-subscribe@db.apache.org - jdo-user-unsubscribe@db.apache.org - http://mail-archives.apache.org/mod_mbox/db-jdo-user/ - - - JDO Developer List - jdo-dev-subscribe@db.apache.org - jdo-dev-unsubscribe@db.apache.org - http://mail-archives.apache.org/mod_mbox/db-jdo-dev/ - - - JDO Commits List - jdo-commits-subscribe@db.apache.org - jdo-commits-unsubscribe@db.apache.org - http://mail-archives.apache.org/mod_mbox/db-jdo-commits/ - - - - - - clr - Craig Russell - Craig.Russell@Sun.COM - Sun Microsystems, Inc. - -8 - - - mbo - Michael Bouschen - mbo.tech@spree.de - Tech@Spree Engineering GmbH - 1 - - - brazil - Michael Watzek - mwa.tech@spree.de - Tech@Spree Engineering GmbH - 1 - - - mcaisse - Michelle Caisse - Michelle.Caisse@Sun.COM - Apache.org - -8 - - - madams - Matthew Adams - matthew@matthewadams.me - Apache.org - -8 - - - mzaun - Martin Zaun - martin.zaun@Sun.COM - Sun Microsystems, Inc. - -8 - - - ebengtson - Erik Bengtson - erik@jpox.org - JPOX - 1 - - - geirm - Geir Magnusson, Jr. - geirm@apache.org - Apache.org - -8 - - - brianm - Brian McCallister - brianm@apache.org - Apache.org - -8 - - - - - scm:svn:http://svn.apache.org/repos/asf/db/jdo/trunk - scm:svn:https://svn.apache.org/repos/asf/db/jdo/trunk - http://svn.apache.org/viewcvs.cgi/ - - - - - - maven-compiler-plugin - - 1.5 - 1.5 - - - - maven-javadoc-plugin - - ${project.name} ${pom.currentVersion} - ${project.name} ${pom.currentVersion} - - - - - - - - org.apache.maven.plugins - maven-changes-plugin - 2.6 - - ${basedir}/xdocs/changes.xml - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.6 - - ${basedir}/../jdo_checks.xml - ${basedir}/../LICENSE.txt - - - - Index: tck/pom.xml =================================================================== --- tck/pom.xml (revision 1391507) +++ tck/pom.xml (working copy) @@ -3,15 +3,16 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> javax.jdo - root + parent-pom 3.1-SNAPSHOT + ../parent-pom 4.0.0 org.apache.jdo jdo-tck 3.1-SNAPSHOT - JDO 3 Technology Compatibility Kit + JDO Technology Compatibility Kit (TCK) The Java Data Objects (JDO) API is a standard interface-based Java model abstraction of persistence, developed as Java Specification Request JSR 243 under the auspices of the Java Community Process. The JDO TCK is a test suite designed to test implementations of the Java Data Objects specification. In order to claim compatibility with JDO, an implementation must pass all relevant tests of the JDOTCK.