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 mc...@apache.org on 2013/09/08 03:53:31 UTC

svn commit: r1520823 - in /db/jdo/branches/3.1-rc1: api/pom.xml copyjdorijars/pom.xml exectck/pom.xml parent-pom/pom.xml pom.xml tck/pom.xml

Author: mcaisse
Date: Sun Sep  8 01:53:30 2013
New Revision: 1520823

URL: http://svn.apache.org/r1520823
Log:
[maven-release-plugin] prepare release 3.1-rc1

Modified:
    db/jdo/branches/3.1-rc1/api/pom.xml
    db/jdo/branches/3.1-rc1/copyjdorijars/pom.xml
    db/jdo/branches/3.1-rc1/exectck/pom.xml
    db/jdo/branches/3.1-rc1/parent-pom/pom.xml
    db/jdo/branches/3.1-rc1/pom.xml
    db/jdo/branches/3.1-rc1/tck/pom.xml

Modified: db/jdo/branches/3.1-rc1/api/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/branches/3.1-rc1/api/pom.xml?rev=1520823&r1=1520822&r2=1520823&view=diff
==============================================================================
--- db/jdo/branches/3.1-rc1/api/pom.xml (original)
+++ db/jdo/branches/3.1-rc1/api/pom.xml Sun Sep  8 01:53:30 2013
@@ -16,14 +16,12 @@
     limitations under the License.
 -->
 
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
   <parent>
     <groupId>org.apache.jdo</groupId>
     <artifactId>parent-pom</artifactId>
-    <version>3.1-SNAPSHOT</version>
+    <version>3.1-rc1</version>
     <relativePath>../parent-pom</relativePath>
   </parent>
 
@@ -31,14 +29,14 @@
   <groupId>javax.jdo</groupId>
   <artifactId>jdo-api</artifactId>
   <name>JDO API</name>
-  <version>3.1-SNAPSHOT</version>
+  <version>3.1-rc1</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>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/branches/3.1-rc1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/branches/3.1-rc1</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/tags/3.1-rc1/3.1-rc1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/tags/3.1-rc1/3.1-rc1</developerConnection>
     <tag>HEAD</tag>
-    <url>http://svn.apache.org/viewvc/db/jdo</url>
+    <url>http://svn.apache.org/viewvc/db/jdo/tags/3.1-rc1/jdo</url>
   </scm>
 
   <build>

Modified: db/jdo/branches/3.1-rc1/copyjdorijars/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/branches/3.1-rc1/copyjdorijars/pom.xml?rev=1520823&r1=1520822&r2=1520823&view=diff
==============================================================================
--- db/jdo/branches/3.1-rc1/copyjdorijars/pom.xml (original)
+++ db/jdo/branches/3.1-rc1/copyjdorijars/pom.xml Sun Sep  8 01:53:30 2013
@@ -1,133 +1,133 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-  
-       http://www.apache.org/licenses/LICENSE-2.0
-  
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->     
-
-<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.jdo</groupId>
-    <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>copy-jdori-jars</artifactId>
-  <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>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/branches/3.1-rc1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/branches/3.1-rc1</developerConnection>
-    <tag>HEAD</tag>
-    <url>http://svn.apache.org/viewvc/db/jdo</url>
-  </scm>
-  
-  <build>
-    <sourceDirectory>src/main</sourceDirectory>
-    <resources>
-      <resource>
-	<directory>${basedir}/src/main/resources</directory>
-        <targetPath>${basedir}/../lib/jdori</targetPath>
-      </resource>
-    </resources>
-    <plugins>
-      <plugin>
-        <artifactId>maven-clean-plugin</artifactId>
-        <version>2.5</version>
-        <configuration>
-          <filesets>
-            <fileset>
-              <directory>${basedir}/../lib/jdori</directory>
-              <includes>
-                <include>*</include>
-              </includes>
-              <followSymlinks>false</followSymlinks>
-            </fileset>
-          </filesets>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>copy-dependencies</id>
-            <phase>package</phase>
-            <goals>
-              <goal>copy-dependencies</goal>
-            </goals>
-            <configuration>
-              <outputDirectory>${basedir}/../lib/jdori</outputDirectory>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <version>2.6</version>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  
-  <dependencies>
-    <dependency>
-      <groupId>org.datanucleus</groupId>
-      <artifactId>datanucleus-core</artifactId>
-      <version>3.2.5</version>
-    </dependency>
-    <dependency>
-      <groupId>org.datanucleus</groupId>
-      <artifactId>datanucleus-rdbms</artifactId>
-      <version>3.2.4</version>
-    </dependency>
-    <dependency>
-      <groupId>org.datanucleus</groupId>
-      <artifactId>datanucleus-api-jdo</artifactId>
-      <version>3.2.4</version>
-    </dependency>
-    <dependency>
-      <groupId>org.datanucleus</groupId>
-      <artifactId>datanucleus-api-jpa</artifactId>
-      <version>3.2.4</version>
-    </dependency>
-    <dependency>
-      <groupId>c3p0</groupId>
-      <artifactId>c3p0</artifactId>
-      <version>0.9.0.2</version>
-    </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.16</version>
-    </dependency>
-  </dependencies>
-
-  <repositories>
-    <repository>
-      <id>DataNucleus Nightly</id>
-      <url>http://www.datanucleus.org/downloads/maven2-nightly</url>
-    </repository>
-  </repositories>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->     
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+  <parent>
+    <groupId>org.apache.jdo</groupId>
+    <artifactId>parent-pom</artifactId>
+    <version>3.1-rc1</version>
+    <relativePath>../parent-pom</relativePath>
+  </parent>
+  
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.jdo</groupId>
+  <artifactId>copy-jdori-jars</artifactId>
+  <name>JDO RI Jar Copy</name>
+  <version>3.1-rc1</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>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/tags/3.1-rc1/3.1-rc1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/tags/3.1-rc1/3.1-rc1</developerConnection>
+    <tag>HEAD</tag>
+    <url>http://svn.apache.org/viewvc/db/jdo/tags/3.1-rc1/jdo</url>
+  </scm>
+  
+  <build>
+    <sourceDirectory>src/main</sourceDirectory>
+    <resources>
+      <resource>
+	<directory>${basedir}/src/main/resources</directory>
+        <targetPath>${basedir}/../lib/jdori</targetPath>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <artifactId>maven-clean-plugin</artifactId>
+        <version>2.5</version>
+        <configuration>
+          <filesets>
+            <fileset>
+              <directory>${basedir}/../lib/jdori</directory>
+              <includes>
+                <include>*</include>
+              </includes>
+              <followSymlinks>false</followSymlinks>
+            </fileset>
+          </filesets>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>copy-dependencies</id>
+            <phase>package</phase>
+            <goals>
+              <goal>copy-dependencies</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>${basedir}/../lib/jdori</outputDirectory>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <version>2.6</version>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <dependencies>
+    <dependency>
+      <groupId>org.datanucleus</groupId>
+      <artifactId>datanucleus-core</artifactId>
+      <version>3.2.5</version>
+    </dependency>
+    <dependency>
+      <groupId>org.datanucleus</groupId>
+      <artifactId>datanucleus-rdbms</artifactId>
+      <version>3.2.4</version>
+    </dependency>
+    <dependency>
+      <groupId>org.datanucleus</groupId>
+      <artifactId>datanucleus-api-jdo</artifactId>
+      <version>3.2.4</version>
+    </dependency>
+    <dependency>
+      <groupId>org.datanucleus</groupId>
+      <artifactId>datanucleus-api-jpa</artifactId>
+      <version>3.2.4</version>
+    </dependency>
+    <dependency>
+      <groupId>c3p0</groupId>
+      <artifactId>c3p0</artifactId>
+      <version>0.9.0.2</version>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.16</version>
+    </dependency>
+  </dependencies>
+
+  <repositories>
+    <repository>
+      <id>DataNucleus Nightly</id>
+      <url>http://www.datanucleus.org/downloads/maven2-nightly</url>
+    </repository>
+  </repositories>
+
+</project>

Modified: db/jdo/branches/3.1-rc1/exectck/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/branches/3.1-rc1/exectck/pom.xml?rev=1520823&r1=1520822&r2=1520823&view=diff
==============================================================================
--- db/jdo/branches/3.1-rc1/exectck/pom.xml (original)
+++ db/jdo/branches/3.1-rc1/exectck/pom.xml Sun Sep  8 01:53:30 2013
@@ -1,124 +1,123 @@
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-    <parent>
-        <groupId>org.apache.jdo</groupId>
-        <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-exectck</artifactId>
-    <packaging>maven-plugin</packaging>
-    <version>3.1-SNAPSHOT</version>
-    <name>JDO TCK Execution Maven Mojo</name>
-    <url>http://maven.apache.org</url>
-
-   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/branches/3.1-rc1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/branches/3.1-rc1</developerConnection>
-    <tag>HEAD</tag>
-    <url>http://svn.apache.org/viewvc/db/jdo</url>
-  </scm>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <version>2.0.2</version>
-                <configuration>
-                    <source>1.6</source>
-                    <target>1.6</target>
-                </configuration>
-            </plugin>
-	    <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-deploy-plugin</artifactId>
-              <version>2.6</version>
-              <configuration>
-                <skip>true</skip>
-              </configuration>
-            </plugin>
-        </plugins>
-    </build>
-    <profiles>
-        <profile>
-            <id>iut</id>
-            <activation>
-                <property>
-                    <name>jdo.tck.impl</name>
-                    <value>iut</value>
-                </property>
-            </activation>
-        </profile>
-        <profile>
-            <id>jdori</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-        </profile>
-    </profiles>
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.maven</groupId>
-            <artifactId>maven-plugin-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.derby</groupId>
-            <artifactId>derby</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.derby</groupId>
-            <artifactId>derbytools</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>commons-io</groupId>
-            <artifactId>commons-io</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>javax.jdo</groupId>
-            <artifactId>jdo-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-beans</artifactId>
-        </dependency>
-<!--        <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>c3p0</groupId>
-            <artifactId>c3p0</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>commons-dbcp</groupId>
-            <artifactId>commons-dbcp</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>commons-pool</groupId>
-            <artifactId>commons-pool</artifactId>
-        </dependency>-->
-        <dependency>
-            <groupId>commons-collections</groupId>
-            <artifactId>commons-collections</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_2.0_spec</artifactId>
-        </dependency>
-    </dependencies>
-</project>
-
-
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <parent>
+        <groupId>org.apache.jdo</groupId>
+        <artifactId>parent-pom</artifactId>
+        <version>3.1-rc1</version>
+        <relativePath>../parent-pom</relativePath>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.jdo</groupId>
+    <artifactId>jdo-exectck</artifactId>
+    <packaging>maven-plugin</packaging>
+    <version>3.1-rc1</version>
+    <name>JDO TCK Execution Maven Mojo</name>
+    <url>http://maven.apache.org</url>
+
+   <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/tags/3.1-rc1/3.1-rc1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/tags/3.1-rc1/3.1-rc1</developerConnection>
+    <tag>HEAD</tag>
+    <url>http://svn.apache.org/viewvc/db/jdo/tags/3.1-rc1/jdo</url>
+  </scm>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <version>2.0.2</version>
+                <configuration>
+                    <source>1.6</source>
+                    <target>1.6</target>
+                </configuration>
+            </plugin>
+	    <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-deploy-plugin</artifactId>
+              <version>2.6</version>
+              <configuration>
+                <skip>true</skip>
+              </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <profiles>
+        <profile>
+            <id>iut</id>
+            <activation>
+                <property>
+                    <name>jdo.tck.impl</name>
+                    <value>iut</value>
+                </property>
+            </activation>
+        </profile>
+        <profile>
+            <id>jdori</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+        </profile>
+    </profiles>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-plugin-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derby</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derbytools</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.jdo</groupId>
+            <artifactId>jdo-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-beans</artifactId>
+        </dependency>
+<!--        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>c3p0</groupId>
+            <artifactId>c3p0</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>commons-dbcp</groupId>
+            <artifactId>commons-dbcp</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>commons-pool</groupId>
+            <artifactId>commons-pool</artifactId>
+        </dependency>-->
+        <dependency>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jpa_2.0_spec</artifactId>
+        </dependency>
+    </dependencies>
+</project>
+
+

Modified: db/jdo/branches/3.1-rc1/parent-pom/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/branches/3.1-rc1/parent-pom/pom.xml?rev=1520823&r1=1520822&r2=1520823&view=diff
==============================================================================
--- db/jdo/branches/3.1-rc1/parent-pom/pom.xml (original)
+++ db/jdo/branches/3.1-rc1/parent-pom/pom.xml Sun Sep  8 01:53:30 2013
@@ -1,248 +1,247 @@
-<?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>11</version>
-    <relativePath></relativePath>
-  </parent>
-
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.jdo</groupId>
-  <artifactId>parent-pom</artifactId>
-  <version>3.1-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  <name>JDO PARENT</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>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/branches/3.1-rc1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/branches/3.1-rc1</developerConnection> <tag>HEAD</tag> <url>http://svn.apache.org/viewvc/db/jdo</url> </scm> <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>org.apache.jdo</groupId>
-        <artifactId>jdo-exectck</artifactId>
-        <version>3.1-SNAPSHOT</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.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.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>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>
-    </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>
-        <version>2.3.2</version>
-        <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>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <version>2.6</version>
-        <configuration>
-          <skip>false</skip>
-        </configuration>
-       </plugin>
-    </plugins>
-  </reporting>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>11</version>
+    <relativePath />
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.jdo</groupId>
+  <artifactId>parent-pom</artifactId>
+  <version>3.1-rc1</version>
+  <packaging>pom</packaging>
+  <name>JDO PARENT</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>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/tags/3.1-rc1/3.1-rc1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/tags/3.1-rc1/3.1-rc1</developerConnection> <tag>HEAD</tag> <url>http://svn.apache.org/viewvc/db/jdo/tags/3.1-rc1/jdo</url> </scm> <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-rc1</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.jdo</groupId>
+        <artifactId>jdo-exectck</artifactId>
+        <version>3.1-rc1</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.jdo</groupId>
+        <artifactId>jdo-tck</artifactId>
+        <version>3.1-rc1</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.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>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>
+    </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>
+        <version>2.3.2</version>
+        <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>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <version>2.6</version>
+        <configuration>
+          <skip>false</skip>
+        </configuration>
+       </plugin>
+    </plugins>
+  </reporting>
+</project>

Modified: db/jdo/branches/3.1-rc1/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/branches/3.1-rc1/pom.xml?rev=1520823&r1=1520822&r2=1520823&view=diff
==============================================================================
--- db/jdo/branches/3.1-rc1/pom.xml (original)
+++ db/jdo/branches/3.1-rc1/pom.xml Sun Sep  8 01:53:30 2013
@@ -1,12 +1,11 @@
 <?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">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache</groupId>
   <artifactId>jdo</artifactId>
   <packaging>pom</packaging>
-  <version>3.1-SNAPSHOT</version>
+  <version>3.1-rc1</version>
   <name>JDO Root POM</name>
 
   <modules>
@@ -20,16 +19,16 @@
   <parent>
     <groupId>org.apache.jdo</groupId>
     <artifactId>parent-pom</artifactId>
-    <version>3.1-SNAPSHOT</version>
+    <version>3.1-rc1</version>
     <relativePath>parent-pom</relativePath>
   </parent>
   
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/branches/3.1-rc1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/branches/3.1-rc1</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/tags/3.1-rc1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/tags/3.1-rc1</developerConnection>
     <tag>HEAD</tag>
-    <url>http://svn.apache.org/viewvc/db/jdo</url>
+    <url>http://svn.apache.org/viewvc/db/jdo/tags/3.1-rc1</url>
   </scm>
   
   <profiles>

Modified: db/jdo/branches/3.1-rc1/tck/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/branches/3.1-rc1/tck/pom.xml?rev=1520823&r1=1520822&r2=1520823&view=diff
==============================================================================
--- db/jdo/branches/3.1-rc1/tck/pom.xml (original)
+++ db/jdo/branches/3.1-rc1/tck/pom.xml Sun Sep  8 01:53:30 2013
@@ -1,183 +1,182 @@
-<?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.jdo</groupId>
-        <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 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.
-
-    NOTE!! There are no unit tests in this project.
-    </description>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/branches/3.1-rc1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/branches/3.1-rc1</developerConnection>
-    <tag>HEAD</tag>
-    <url>http://svn.apache.org/viewvc/db/jdo</url>
-  </scm>
-
-    <build>
-        <sourceDirectory>src/java</sourceDirectory>
-        <resources>
-            <resource>
-                <targetPath>META-INF</targetPath>
-                <directory>src/main/resources</directory>
-                <includes>
-                    <include>META-INF/NOTICE.txt</include>
-                </includes>
-            </resource>
-            <resource>
-                <directory>${basedir}/src/conf</directory>
-            </resource>
-            <resource>
-                <directory>${basedir}/src/jdo</directory>
-            </resource>
-            <resource>
-                <directory>${basedir}/src/orm</directory>
-            </resource>
-            <resource>
-                <directory>${basedir}/src/sql</directory>
-            </resource>
-            <resource>
-                <directory>${basedir}/src/testdata</directory>
-            </resource>
-        </resources>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.jdo</groupId>
-                <artifactId>jdo-exectck</artifactId>
-                <version>3.1-SNAPSHOT</version>
-                <executions>
-                    <execution>
-                        <phase>integration-test</phase>
-                        <goals>
-                            <goal>help</goal>
-                            <goal>installSchema</goal>
-                            <goal>enhance</goal>
-                            <goal>runtck</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-            <plugin>
-                <artifactId>maven-jar-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <configuration>
-                    <doctitle>${project.name} ${pom.currentVersion}</doctitle>
-                    <windowtitle>${project.name} ${pom.currentVersion}</windowtitle>
-                </configuration>
-            </plugin>
-	    <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-deploy-plugin</artifactId>
-              <version>2.6</version>
-              <configuration>
-                <skip>true</skip>
-              </configuration>
-            </plugin>
-        </plugins>
-    </build>
-    <profiles>
-        <profile>
-            <id>iut</id>
-            <activation>
-                <property>
-                    <name>jdo.tck.impl</name>
-                    <value>iut</value>
-                </property>
-            </activation>
-        </profile>
-        <profile>
-            <id>jdori</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-        </profile>
-    </profiles>
-    <dependencies>
-        <dependency>
-            <groupId>javax.jdo</groupId>
-            <artifactId>jdo-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-        </dependency>
-<!--        <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-        </dependency>-->
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>javax.transaction</groupId>
-            <artifactId>transaction-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-beans</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_2.0_spec</artifactId>
-        </dependency>
-    </dependencies>
-    <reporting>
-        <plugins>
-            <plugin>
-                <artifactId>maven-changes-plugin</artifactId>
-                <configuration>
-                    <xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
-                </configuration>
-            </plugin>
-            <plugin>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <configuration>
-                    <configLocation>${basedir}/../jdo_checks.xml</configLocation>
-                    <headerLocation>${basedir}/../LICENSE.txt</headerLocation>
-                </configuration>
-            </plugin>
-            <plugin>
-                <artifactId>maven-clean-plugin</artifactId>
-                <version>2.5</version>
-                <configuration>
-                    <filesets>
-                        <fileset>
-                            <directory>${basedir}</directory>
-                            <includes>
-                                <include>query.ser</include>
-                                <include>datanucleus.txt</include>
-                            </includes>
-                        </fileset>
-                    </filesets>
-                </configuration>
-            </plugin>
-        </plugins>
-    </reporting>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <parent>
+        <groupId>org.apache.jdo</groupId>
+        <artifactId>parent-pom</artifactId>
+        <version>3.1-rc1</version>
+        <relativePath>../parent-pom</relativePath>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.jdo</groupId>
+    <artifactId>jdo-tck</artifactId>
+    <version>3.1-rc1</version>
+    <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.
+
+    NOTE!! There are no unit tests in this project.
+    </description>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/tags/3.1-rc1/3.1-rc1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/tags/3.1-rc1/3.1-rc1</developerConnection>
+    <tag>HEAD</tag>
+    <url>http://svn.apache.org/viewvc/db/jdo/tags/3.1-rc1/jdo</url>
+  </scm>
+
+    <build>
+        <sourceDirectory>src/java</sourceDirectory>
+        <resources>
+            <resource>
+                <targetPath>META-INF</targetPath>
+                <directory>src/main/resources</directory>
+                <includes>
+                    <include>META-INF/NOTICE.txt</include>
+                </includes>
+            </resource>
+            <resource>
+                <directory>${basedir}/src/conf</directory>
+            </resource>
+            <resource>
+                <directory>${basedir}/src/jdo</directory>
+            </resource>
+            <resource>
+                <directory>${basedir}/src/orm</directory>
+            </resource>
+            <resource>
+                <directory>${basedir}/src/sql</directory>
+            </resource>
+            <resource>
+                <directory>${basedir}/src/testdata</directory>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.jdo</groupId>
+                <artifactId>jdo-exectck</artifactId>
+                <version>3.1-rc1</version>
+                <executions>
+                    <execution>
+                        <phase>integration-test</phase>
+                        <goals>
+                            <goal>help</goal>
+                            <goal>installSchema</goal>
+                            <goal>enhance</goal>
+                            <goal>runtck</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                </configuration>
+            </plugin>
+            <plugin>
+                <artifactId>maven-jar-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <doctitle>${project.name} ${pom.currentVersion}</doctitle>
+                    <windowtitle>${project.name} ${pom.currentVersion}</windowtitle>
+                </configuration>
+            </plugin>
+	    <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-deploy-plugin</artifactId>
+              <version>2.6</version>
+              <configuration>
+                <skip>true</skip>
+              </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <profiles>
+        <profile>
+            <id>iut</id>
+            <activation>
+                <property>
+                    <name>jdo.tck.impl</name>
+                    <value>iut</value>
+                </property>
+            </activation>
+        </profile>
+        <profile>
+            <id>jdori</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+        </profile>
+    </profiles>
+    <dependencies>
+        <dependency>
+            <groupId>javax.jdo</groupId>
+            <artifactId>jdo-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+<!--        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+        </dependency>-->
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.transaction</groupId>
+            <artifactId>transaction-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-beans</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jpa_2.0_spec</artifactId>
+        </dependency>
+    </dependencies>
+    <reporting>
+        <plugins>
+            <plugin>
+                <artifactId>maven-changes-plugin</artifactId>
+                <configuration>
+                    <xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
+                </configuration>
+            </plugin>
+            <plugin>
+                <artifactId>maven-checkstyle-plugin</artifactId>
+                <configuration>
+                    <configLocation>${basedir}/../jdo_checks.xml</configLocation>
+                    <headerLocation>${basedir}/../LICENSE.txt</headerLocation>
+                </configuration>
+            </plugin>
+            <plugin>
+                <artifactId>maven-clean-plugin</artifactId>
+                <version>2.5</version>
+                <configuration>
+                    <filesets>
+                        <fileset>
+                            <directory>${basedir}</directory>
+                            <includes>
+                                <include>query.ser</include>
+                                <include>datanucleus.txt</include>
+                            </includes>
+                        </fileset>
+                    </filesets>
+                </configuration>
+            </plugin>
+        </plugins>
+    </reporting>
+</project>