You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by ma...@apache.org on 2012/09/28 18:22:48 UTC

svn commit: r1391517 - in /db/jdo/trunk: api/pom.xml copyjdorijars/pom.xml exectck/pom.xml parent-pom/ parent-pom/pom.xml pom.xml tck/pom.xml

Author: madams
Date: Fri Sep 28 16:22:47 2012
New Revision: 1391517

URL: http://svn.apache.org/viewvc?rev=1391517&view=rev
Log:
JDO-707 Refactor JDO parent & child poms

Added:
    db/jdo/trunk/parent-pom/
    db/jdo/trunk/parent-pom/pom.xml
Modified:
    db/jdo/trunk/api/pom.xml
    db/jdo/trunk/copyjdorijars/pom.xml
    db/jdo/trunk/exectck/pom.xml
    db/jdo/trunk/pom.xml
    db/jdo/trunk/tck/pom.xml

Modified: db/jdo/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api/pom.xml?rev=1391517&r1=1391516&r2=1391517&view=diff
==============================================================================
--- db/jdo/trunk/api/pom.xml (original)
+++ db/jdo/trunk/api/pom.xml Fri Sep 28 16:22:47 2012
@@ -22,12 +22,12 @@
 
   <parent>
     <groupId>javax.jdo</groupId>
-    <artifactId>root</artifactId>
+    <artifactId>parent-pom</artifactId>
     <version>3.1-SNAPSHOT</version>
+    <relativePath>../parent-pom</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
-  <groupId>javax.jdo</groupId>
   <artifactId>jdo-api</artifactId>
   <name>JDO API</name>
   <version>3.1-SNAPSHOT</version>

Modified: db/jdo/trunk/copyjdorijars/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/copyjdorijars/pom.xml?rev=1391517&r1=1391516&r2=1391517&view=diff
==============================================================================
--- db/jdo/trunk/copyjdorijars/pom.xml (original)
+++ db/jdo/trunk/copyjdorijars/pom.xml Fri Sep 28 16:22:47 2012
@@ -20,14 +20,14 @@
 
   <parent>
     <groupId>javax.jdo</groupId>
-    <artifactId>root</artifactId>
+    <artifactId>parent-pom</artifactId>
     <version>3.1-SNAPSHOT</version>
+    <relativePath>../parent-pom</relativePath>
   </parent>
   
   <modelVersion>4.0.0</modelVersion>
-  <groupId>javax.jdo</groupId>
   <artifactId>copy-jdori-jars</artifactId>
-  <name>Copy JDORI Jars</name>
+  <name>JDO RI Jar Copy</name>
   <version>3.1-SNAPSHOT</version>
   <description>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.</description>
   

Modified: db/jdo/trunk/exectck/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/exectck/pom.xml?rev=1391517&r1=1391516&r2=1391517&view=diff
==============================================================================
--- db/jdo/trunk/exectck/pom.xml (original)
+++ db/jdo/trunk/exectck/pom.xml Fri Sep 28 16:22:47 2012
@@ -3,9 +3,9 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
         <groupId>javax.jdo</groupId>
-        <artifactId>root</artifactId>
+        <artifactId>parent-pom</artifactId>
         <version>3.1-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
+        <relativePath>../parent-pom</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -13,7 +13,7 @@
     <artifactId>jdo-exectck</artifactId>
     <packaging>maven-plugin</packaging>
     <version>1.0-SNAPSHOT</version>
-    <name>jdo-exectck Maven Mojo</name>
+    <name>JDO TCK Execution Maven Mojo</name>
     <url>http://maven.apache.org</url>
     <build>
         <plugins>

Added: db/jdo/trunk/parent-pom/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/parent-pom/pom.xml?rev=1391517&view=auto
==============================================================================
--- db/jdo/trunk/parent-pom/pom.xml (added)
+++ db/jdo/trunk/parent-pom/pom.xml Fri Sep 28 16:22:47 2012
@@ -0,0 +1,295 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>8</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>javax.jdo</groupId>
+  <artifactId>parent-pom</artifactId>
+  <version>3.1-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>Java Data Objects (JDO)</name>
+  <description>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.</description>
+  <url>http://db.apache.org/jdo</url>
+  <inceptionYear>2005</inceptionYear>
+
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
+  </organization>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>javax.jdo</groupId>
+        <artifactId>jdo-api</artifactId>
+        <version>3.1-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>javax.jdo</groupId>
+        <artifactId>jdo-exectck</artifactId>
+        <version>1.0-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>javax.jdo</groupId>
+        <artifactId>jdo-tck</artifactId>
+        <version>3.1-SNAPSHOT</version>
+      </dependency>
+     <dependency>
+        <groupId>org.apache.maven</groupId>
+        <artifactId>maven-plugin-api</artifactId>
+        <version>2.0</version>
+      </dependency>
+      <dependency>
+        <groupId>javax.transaction</groupId>
+        <artifactId>transaction-api</artifactId>
+        <version>1.1</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.ant</groupId>
+        <artifactId>ant</artifactId>
+        <version>1.7.0</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>3.8.1</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-jpa_2.0_spec</artifactId>
+        <version>1.0</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.derby</groupId>
+        <artifactId>derby</artifactId>
+        <version>10.6.1.0</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.derby</groupId>
+        <artifactId>derbytools</artifactId>
+        <version>10.6.1.0</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-io</groupId>
+        <artifactId>commons-io</artifactId>
+        <version>1.4</version>
+      </dependency>
+      <!--
+      <dependency>
+        <groupId>org.datanucleus</groupId>
+        <artifactId>datanucleus-core</artifactId>
+        <version>3.0.9</version>
+      </dependency>
+      <dependency>
+        <groupId>org.datanucleus</groupId>
+        <artifactId>datanucleus-rdbms</artifactId>
+        <version>3.0.8</version>
+      </dependency>
+      <dependency>
+        <groupId>org.datanucleus</groupId>
+        <artifactId>datanucleus-enhancer</artifactId>
+        <version>3.0.1</version>
+      </dependency>
+      <dependency>
+        <groupId>org.datanucleus</groupId>
+        <artifactId>datanucleus-api-jdo</artifactId>
+        <version>3.0.7</version>
+      </dependency>
+      <dependency>
+        <groupId>org.datanucleus</groupId>
+        <artifactId>datanucleus-api-jpa</artifactId>
+        <version>3.0.8</version>
+      </dependency>
+      -->
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-core</artifactId>
+        <version>2.0</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-beans</artifactId>
+        <version>2.0</version>
+      </dependency>
+<!--      <dependency>
+        <groupId>log4j</groupId>
+        <artifactId>log4j</artifactId>
+        <version>1.2.13</version>
+      </dependency>
+      <dependency>
+        <groupId>c3p0</groupId>
+        <artifactId>c3p0</artifactId>
+        <version>0.9.0.2</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-dbcp</groupId>
+        <artifactId>commons-dbcp</artifactId>
+        <version>1.2.1</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-pool</groupId>
+        <artifactId>commons-pool</artifactId>
+        <version>1.3</version>
+      </dependency>-->
+      <dependency>
+        <groupId>commons-collections</groupId>
+        <artifactId>commons-collections</artifactId>
+        <version>3.2</version>
+      </dependency>
+     <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+        <version>1.1</version>
+      </dependency>
+      <!--
+      <dependency>
+        <groupId>asm</groupId>
+        <artifactId>asm</artifactId>
+        <version>3.0</version>
+      </dependency>
+      -->
+    </dependencies>
+  </dependencyManagement>
+
+  <mailingLists>
+    <mailingList>
+      <name>JDO User List</name>
+      <subscribe>jdo-user-subscribe@db.apache.org</subscribe>
+      <unsubscribe>jdo-user-unsubscribe@db.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/db-jdo-user/</archive>
+    </mailingList>
+    <mailingList>
+      <name>JDO Developer List</name>
+      <subscribe>jdo-dev-subscribe@db.apache.org</subscribe>
+      <unsubscribe>jdo-dev-unsubscribe@db.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/db-jdo-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>JDO Commits List</name>
+      <subscribe>jdo-commits-subscribe@db.apache.org</subscribe>
+      <unsubscribe>jdo-commits-unsubscribe@db.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/db-jdo-commits/</archive>
+    </mailingList>
+  </mailingLists>
+
+  <developers>
+    <developer>
+      <id>clr</id>
+      <name>Craig Russell</name>
+      <email>Craig.Russell@Sun.COM</email>
+      <organization>Sun Microsystems, Inc.</organization>
+      <timezone>-8</timezone>
+    </developer>
+    <developer>
+      <id>mbo</id>
+      <name>Michael Bouschen</name>
+      <email>mbo.tech@spree.de</email>
+      <organization>Tech@Spree Engineering GmbH</organization>
+      <timezone>1</timezone>
+    </developer>
+    <developer>
+      <id>brazil</id>
+      <name>Michael Watzek</name>
+      <email>mwa.tech@spree.de</email>
+      <organization>Tech@Spree Engineering GmbH</organization>
+      <timezone>1</timezone>
+    </developer>
+    <developer>
+      <id>mcaisse</id>
+      <name>Michelle Caisse</name>
+      <email>Michelle.Caisse@Sun.COM</email>
+      <organization>Apache.org</organization>
+      <timezone>-8</timezone>
+    </developer>
+    <developer>
+      <id>madams</id>
+      <name>Matthew Adams</name>
+      <email>matthew@matthewadams.me</email>
+      <organization>Apache.org</organization>
+      <timezone>-8</timezone>
+    </developer>
+    <developer>
+      <id>mzaun</id>
+      <name>Martin Zaun</name>
+      <email>martin.zaun@Sun.COM</email>
+      <organization>Sun Microsystems, Inc.</organization>
+      <timezone>-8</timezone>
+    </developer>
+    <developer>
+      <id>ebengtson</id>
+      <name>Erik Bengtson</name>
+      <email>erik@jpox.org</email>
+      <organization>JPOX</organization>
+      <timezone>1</timezone>
+    </developer>
+    <developer>
+      <id>geirm</id>
+      <name>Geir Magnusson, Jr.</name>
+      <email>geirm@apache.org</email>
+      <organization>Apache.org</organization>
+      <timezone>-8</timezone>
+    </developer>
+    <developer>
+      <id>brianm</id>
+      <name>Brian McCallister</name>
+      <email>brianm@apache.org</email>
+      <organization>Apache.org</organization>
+      <timezone>-8</timezone>
+    </developer>
+  </developers>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/trunk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/</url>
+  </scm>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <doctitle>${project.name} ${pom.currentVersion}</doctitle>
+          <windowtitle>${project.name} ${pom.currentVersion}</windowtitle>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changes-plugin</artifactId>
+        <version>2.6</version>
+        <configuration>
+          <xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.6</version>
+        <configuration>
+          <configLocation>${basedir}/../jdo_checks.xml</configLocation>
+          <headerLocation>${basedir}/../LICENSE.txt</headerLocation>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+</project>

Modified: db/jdo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/pom.xml?rev=1391517&r1=1391516&r2=1391517&view=diff
==============================================================================
--- db/jdo/trunk/pom.xml (original)
+++ db/jdo/trunk/pom.xml Fri Sep 28 16:22:47 2012
@@ -2,28 +2,12 @@
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 
-  <parent>
-    <groupId>org.apache</groupId>
-    <artifactId>apache</artifactId>
-    <version>8</version>
-  </parent>
-
   <modelVersion>4.0.0</modelVersion>
   <groupId>javax.jdo</groupId>
   <artifactId>root</artifactId>
-  <version>3.1-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <name>Java Data Objects (JDO)</name>
-  <description>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.</description>
-  <url>http://db.apache.org/jdo</url>
-  <inceptionYear>2005</inceptionYear>
-
-  <organization>
-    <name>Apache Software Foundation</name>
-    <url>http://www.apache.org</url>
-  </organization>
+  <version>3.1-SNAPSHOT</version>
+  <name>JDO Root POM</name>
 
   <modules>
     <module>api</module>
@@ -32,271 +16,4 @@ Requests (JSR 12 and 243) under the ausp
     <module>tck</module>
   </modules>
 
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>javax.jdo</groupId>
-        <artifactId>jdo-api</artifactId>
-        <version>3.1-SNAPSHOT</version>
-      </dependency>
-      <dependency>
-        <groupId>javax.jdo</groupId>
-        <artifactId>jdo-exectck</artifactId>
-        <version>1.0-SNAPSHOT</version>
-      </dependency>
-      <dependency>
-        <groupId>javax.jdo</groupId>
-        <artifactId>jdo-tck</artifactId>
-        <version>3.1-SNAPSHOT</version>
-      </dependency>
-     <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven-plugin-api</artifactId>
-        <version>2.0</version>
-      </dependency>
-      <dependency>
-        <groupId>javax.transaction</groupId>
-        <artifactId>transaction-api</artifactId>
-        <version>1.1</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.ant</groupId>
-        <artifactId>ant</artifactId>
-        <version>1.7.0</version>
-        <scope>test</scope>
-      </dependency>
-      <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>3.8.1</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.geronimo.specs</groupId>
-        <artifactId>geronimo-jpa_2.0_spec</artifactId>
-        <version>1.0</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.derby</groupId>
-        <artifactId>derby</artifactId>
-        <version>10.6.1.0</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.derby</groupId>
-        <artifactId>derbytools</artifactId>
-        <version>10.6.1.0</version>
-      </dependency>
-      <dependency>
-        <groupId>commons-io</groupId>
-        <artifactId>commons-io</artifactId>
-        <version>1.4</version>
-      </dependency>
-      <!--
-      <dependency>
-        <groupId>org.datanucleus</groupId>
-        <artifactId>datanucleus-core</artifactId>
-        <version>3.0.9</version>
-      </dependency>
-      <dependency>
-        <groupId>org.datanucleus</groupId>
-        <artifactId>datanucleus-rdbms</artifactId>
-        <version>3.0.8</version>
-      </dependency>
-      <dependency>
-        <groupId>org.datanucleus</groupId>
-        <artifactId>datanucleus-enhancer</artifactId>
-        <version>3.0.1</version>
-      </dependency>
-      <dependency>
-        <groupId>org.datanucleus</groupId>
-        <artifactId>datanucleus-api-jdo</artifactId>
-        <version>3.0.7</version>
-      </dependency>
-      <dependency>
-        <groupId>org.datanucleus</groupId>
-        <artifactId>datanucleus-api-jpa</artifactId>
-        <version>3.0.8</version>
-      </dependency>
-      -->
-      <dependency>
-        <groupId>org.springframework</groupId>
-        <artifactId>spring-core</artifactId>
-        <version>2.0</version>
-      </dependency>
-      <dependency>
-        <groupId>org.springframework</groupId>
-        <artifactId>spring-beans</artifactId>
-        <version>2.0</version>
-      </dependency>
-<!--      <dependency>
-        <groupId>log4j</groupId>
-        <artifactId>log4j</artifactId>
-        <version>1.2.13</version>
-      </dependency>
-      <dependency>
-        <groupId>c3p0</groupId>
-        <artifactId>c3p0</artifactId>
-        <version>0.9.0.2</version>
-      </dependency>
-      <dependency>
-        <groupId>commons-dbcp</groupId>
-        <artifactId>commons-dbcp</artifactId>
-        <version>1.2.1</version>
-      </dependency>
-      <dependency>
-        <groupId>commons-pool</groupId>
-        <artifactId>commons-pool</artifactId>
-        <version>1.3</version>
-      </dependency>-->
-      <dependency>
-        <groupId>commons-collections</groupId>
-        <artifactId>commons-collections</artifactId>
-        <version>3.2</version>
-      </dependency>
-     <dependency>
-        <groupId>commons-logging</groupId>
-        <artifactId>commons-logging</artifactId>
-        <version>1.1</version>
-      </dependency>
-      <!--
-      <dependency>
-        <groupId>asm</groupId>
-        <artifactId>asm</artifactId>
-        <version>3.0</version>
-      </dependency>
-      -->
-    </dependencies>
-  </dependencyManagement>
-
-  <mailingLists>
-    <mailingList>
-      <name>JDO User List</name>
-      <subscribe>jdo-user-subscribe@db.apache.org</subscribe>
-      <unsubscribe>jdo-user-unsubscribe@db.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/db-jdo-user/</archive>
-    </mailingList>
-    <mailingList>
-      <name>JDO Developer List</name>
-      <subscribe>jdo-dev-subscribe@db.apache.org</subscribe>
-      <unsubscribe>jdo-dev-unsubscribe@db.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/db-jdo-dev/</archive>
-    </mailingList>
-    <mailingList>
-      <name>JDO Commits List</name>
-      <subscribe>jdo-commits-subscribe@db.apache.org</subscribe>
-      <unsubscribe>jdo-commits-unsubscribe@db.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/db-jdo-commits/</archive>
-    </mailingList>
-  </mailingLists>
-
-  <developers>
-    <developer>
-      <id>clr</id>
-      <name>Craig Russell</name>
-      <email>Craig.Russell@Sun.COM</email>
-      <organization>Sun Microsystems, Inc.</organization>
-      <timezone>-8</timezone>
-    </developer>
-    <developer>
-      <id>mbo</id>
-      <name>Michael Bouschen</name>
-      <email>mbo.tech@spree.de</email>
-      <organization>Tech@Spree Engineering GmbH</organization>
-      <timezone>1</timezone>
-    </developer>
-    <developer>
-      <id>brazil</id>
-      <name>Michael Watzek</name>
-      <email>mwa.tech@spree.de</email>
-      <organization>Tech@Spree Engineering GmbH</organization>
-      <timezone>1</timezone>
-    </developer>
-    <developer>
-      <id>mcaisse</id>
-      <name>Michelle Caisse</name>
-      <email>Michelle.Caisse@Sun.COM</email>
-      <organization>Apache.org</organization>
-      <timezone>-8</timezone>
-    </developer>
-    <developer>
-      <id>madams</id>
-      <name>Matthew Adams</name>
-      <email>matthew@matthewadams.me</email>
-      <organization>Apache.org</organization>
-      <timezone>-8</timezone>
-    </developer>
-    <developer>
-      <id>mzaun</id>
-      <name>Martin Zaun</name>
-      <email>martin.zaun@Sun.COM</email>
-      <organization>Sun Microsystems, Inc.</organization>
-      <timezone>-8</timezone>
-    </developer>
-    <developer>
-      <id>ebengtson</id>
-      <name>Erik Bengtson</name>
-      <email>erik@jpox.org</email>
-      <organization>JPOX</organization>
-      <timezone>1</timezone>
-    </developer>
-    <developer>
-      <id>geirm</id>
-      <name>Geir Magnusson, Jr.</name>
-      <email>geirm@apache.org</email>
-      <organization>Apache.org</organization>
-      <timezone>-8</timezone>
-    </developer>
-    <developer>
-      <id>brianm</id>
-      <name>Brian McCallister</name>
-      <email>brianm@apache.org</email>
-      <organization>Apache.org</organization>
-      <timezone>-8</timezone>
-    </developer>
-  </developers>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/</url>
-  </scm>
-
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <configuration>
-          <doctitle>${project.name} ${pom.currentVersion}</doctitle>
-          <windowtitle>${project.name} ${pom.currentVersion}</windowtitle>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-changes-plugin</artifactId>
-        <version>2.6</version>
-        <configuration>
-          <xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.6</version>
-        <configuration>
-          <configLocation>${basedir}/../jdo_checks.xml</configLocation>
-          <headerLocation>${basedir}/../LICENSE.txt</headerLocation>
-        </configuration>
-      </plugin>
-    </plugins>
-  </reporting>
 </project>

Modified: db/jdo/trunk/tck/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck/pom.xml?rev=1391517&r1=1391516&r2=1391517&view=diff
==============================================================================
--- db/jdo/trunk/tck/pom.xml (original)
+++ db/jdo/trunk/tck/pom.xml Fri Sep 28 16:22:47 2012
@@ -3,15 +3,16 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <parent>
         <groupId>javax.jdo</groupId>
-        <artifactId>root</artifactId>
+        <artifactId>parent-pom</artifactId>
         <version>3.1-SNAPSHOT</version>
+        <relativePath>../parent-pom</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo-tck</artifactId>
     <version>3.1-SNAPSHOT</version>
-    <name>JDO 3 Technology Compatibility Kit</name>
+    <name>JDO Technology Compatibility Kit (TCK)</name>
     <description>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.