Java Mailing List Archive

http://www.gg3721.com/

Home » Hibernate Commits List »

[hibernate-commits] Hibernate SVN: r15070 - in core/branches:
 Branch_3_3 and 19 other directories.

hibernate-commits

2008-08-14


Author LoginPost Reply
Author: steve.ebersole@(protected)
Date: 2008-08-14 11:58:41 -0400 (Thu, 14 Aug 2008)
New Revision: 15070

Added:
 core/branches/Branch_3_3/
 core/branches/Branch_3_3/cache-ehcache/pom.xml
 core/branches/Branch_3_3/cache-jbosscache/pom.xml
 core/branches/Branch_3_3/cache-jbosscache2/pom.xml
 core/branches/Branch_3_3/cache-oscache/pom.xml
 core/branches/Branch_3_3/cache-swarmcache/pom.xml
 core/branches/Branch_3_3/connection-c3p0/pom.xml
 core/branches/Branch_3_3/connection-proxool/pom.xml
 core/branches/Branch_3_3/core/pom.xml
 core/branches/Branch_3_3/distribution/pom.xml
 core/branches/Branch_3_3/documentation/manual/pom.xml
 core/branches/Branch_3_3/documentation/pom.xml
 core/branches/Branch_3_3/documentation/releasenotes/pom.xml
 core/branches/Branch_3_3/jmx/pom.xml
 core/branches/Branch_3_3/parent/pom.xml
 core/branches/Branch_3_3/pom.xml
 core/branches/Branch_3_3/testing/pom.xml
 core/branches/Branch_3_3/testsuite/pom.xml
 core/branches/Branch_3_3/tutorials/eg/pom.xml
 core/branches/Branch_3_3/tutorials/pom.xml
 core/branches/Branch_3_3/tutorials/web/pom.xml
Removed:
 core/branches/Branch_3_3/cache-ehcache/pom.xml
 core/branches/Branch_3_3/cache-jbosscache/pom.xml
 core/branches/Branch_3_3/cache-jbosscache2/pom.xml
 core/branches/Branch_3_3/cache-oscache/pom.xml
 core/branches/Branch_3_3/cache-swarmcache/pom.xml
 core/branches/Branch_3_3/connection-c3p0/pom.xml
 core/branches/Branch_3_3/connection-proxool/pom.xml
 core/branches/Branch_3_3/core/pom.xml
 core/branches/Branch_3_3/distribution/pom.xml
 core/branches/Branch_3_3/documentation/manual/pom.xml
 core/branches/Branch_3_3/documentation/pom.xml
 core/branches/Branch_3_3/documentation/releasenotes/pom.xml
 core/branches/Branch_3_3/jmx/pom.xml
 core/branches/Branch_3_3/parent/pom.xml
 core/branches/Branch_3_3/pom.xml
 core/branches/Branch_3_3/testing/pom.xml
 core/branches/Branch_3_3/testsuite/pom.xml
 core/branches/Branch_3_3/tutorials/eg/pom.xml
 core/branches/Branch_3_3/tutorials/pom.xml
 core/branches/Branch_3_3/tutorials/web/pom.xml
Log:
[maven-release-plugin] copy for branch Branch_3_3

Copied: core/branches/Branch_3_3 (from rev 15067, core/trunk)

Deleted: core/branches/Branch_3_3/cache-ehcache/pom.xml
===================================================================
--- core/trunk/cache-ehcache/pom.xml  2008-08-14 15:35:40 UTC (rev 15067)
+++ core/branches/Branch_3_3/cache-ehcache/pom.xml  2008-08-14 15:58:41 UTC (rev 15070)
@@(protected) @@
-<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>
-
-   <parent>
-     <groupId>org.hibernate</groupId>
-     <artifactId>hibernate-parent</artifactId>
-     <version>3.4.0-SNAPSHOT</version>
-     <relativePath>../parent/pom.xml</relativePath>
-   </parent>
-  
-   <groupId>org.hibernate</groupId>
-   <artifactId>hibernate-ehcache</artifactId>
-   <packaging>jar</packaging>
-
-   <name>Hibernate Ehcache Integration</name>
-   <description>Integration of Hibernate with Ehcache</description>
-
-   <dependencies>
-     <dependency>
-        <groupId>${groupId}</groupId>
-        <artifactId>hibernate-core</artifactId>
-        <version>${version}</version>
-     </dependency>
-     <dependency>
-        <groupId>net.sf.ehcache</groupId>
-        <artifactId>ehcache</artifactId>
-        <version>1.2.3</version>
-     </dependency>
-
-     <!-- testing deps -->
-     <dependency>
-        <groupId>${groupId}</groupId>
-        <artifactId>hibernate-testing</artifactId>
-        <version>${version}</version>
-        <scope>test</scope>
-     </dependency>
-     <dependency>
-        <groupId>hsqldb</groupId>
-        <artifactId>hsqldb</artifactId>
-        <version>1.8.0.2</version>
-        <scope>test</scope>
-     </dependency>
-     <dependency>
-        <groupId>commons-logging</groupId>
-        <artifactId>commons-logging</artifactId>
-        <version>99.0-does-not-exist</version>
-        <scope>test</scope>
-     </dependency>
-     <dependency>
-        <groupId>commons-logging</groupId>
-        <artifactId>commons-logging-api</artifactId>
-        <version>99.0-does-not-exist</version>
-        <scope>test</scope>
-     </dependency>
-     <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>jcl104-over-slf4j</artifactId>
-        <version>1.4.2</version>
-        <scope>test</scope>
-     </dependency>
-     <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>slf4j-log4j12</artifactId>
-        <version>1.4.2</version>
-        <scope>test</scope>
-     </dependency>
-     <dependency>
-        <groupId>log4j</groupId>
-        <artifactId>log4j</artifactId>
-        <version>1.2.14</version>
-        <scope>test</scope>
-     </dependency>
-     <!-- these are optional on core... :( -->
-     <dependency>
-        <groupId>javassist</groupId>
-        <artifactId>javassist</artifactId>
-        <version>3.4.GA</version>
-        <scope>test</scope>
-     </dependency>
-     <dependency>
-        <groupId>cglib</groupId>
-        <artifactId>cglib</artifactId>
-        <version>2.1_3</version>
-        <scope>test</scope>
-     </dependency>
-     <dependency>
-        <groupId>asm</groupId>
-        <artifactId>asm-attrs</artifactId>
-        <version>1.5.3</version>
-        <scope>test</scope>
-     </dependency>
-   </dependencies>
-</project>
\ No newline at end of file

Copied: core/branches/Branch_3_3/cache-ehcache/pom.xml (from rev 15068, core/trunk/cache-ehcache/pom.xml)
===================================================================
--- core/branches/Branch_3_3/cache-ehcache/pom.xml                  (rev 0)
+++ core/branches/Branch_3_3/cache-ehcache/pom.xml  2008-08-14 15:58:41 UTC (rev 15070)
@@(protected) @@
+<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>
+
+   <parent>
+     <groupId>org.hibernate</groupId>
+     <artifactId>hibernate-parent</artifactId>
+     <version>3.3.0-SNAPSHOT</version>
+     <relativePath>../parent/pom.xml</relativePath>
+   </parent>
+  
+   <groupId>org.hibernate</groupId>
+   <artifactId>hibernate-ehcache</artifactId>
+   <packaging>jar</packaging>
+
+   <name>Hibernate Ehcache Integration</name>
+   <description>Integration of Hibernate with Ehcache</description>
+
+   <dependencies>
+     <dependency>
+        <groupId>${groupId}</groupId>
+        <artifactId>hibernate-core</artifactId>
+        <version>${version}</version>
+     </dependency>
+     <dependency>
+        <groupId>net.sf.ehcache</groupId>
+        <artifactId>ehcache</artifactId>
+        <version>1.2.3</version>
+     </dependency>
+
+     <!-- testing deps -->
+     <dependency>
+        <groupId>${groupId}</groupId>
+        <artifactId>hibernate-testing</artifactId>
+        <version>${version}</version>
+        <scope>test</scope>
+     </dependency>
+     <dependency>
+        <groupId>hsqldb</groupId>
+        <artifactId>hsqldb</artifactId>
+        <version>1.8.0.2</version>
+        <scope>test</scope>
+     </dependency>
+     <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+        <version>99.0-does-not-exist</version>
+        <scope>test</scope>
+     </dependency>
+     <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging-api</artifactId>
+        <version>99.0-does-not-exist</version>
+        <scope>test</scope>
+     </dependency>
+     <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>jcl104-over-slf4j</artifactId>
+        <version>1.4.2</version>
+        <scope>test</scope>
+     </dependency>
+     <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-log4j12</artifactId>
+        <version>1.4.2</version>
+        <scope>test</scope>
+     </dependency>
+     <dependency>
+        <groupId>log4j</groupId>
+        <artifactId>log4j</artifactId>
+        <version>1.2.14</version>
+        <scope>test</scope>
+     </dependency>
+     <!-- these are optional on core... :( -->
+     <dependency>
+        <groupId>javassist</groupId>
+        <artifactId>javassist</artifactId>
+        <version>3.4.GA</version>
+        <scope>test</scope>
+     </dependency>
+     <dependency>
+        <groupId>cglib</groupId>
+        <artifactId>cglib</artifactId>
+        <version>2.1_3</version>
+        <scope>test</scope>
+     </dependency>
+     <dependency>
+        <groupId>asm</groupId>
+        <artifactId>asm-attrs</artifactId>
+        <version>1.5.3</version>
+        <scope>test</scope>
+     </dependency>
+   </dependencies>
+</project>
\ No newline at end of file

Deleted: core/branches/Branch_3_3/cache-jbosscache/pom.xml
===================================================================
--- core/trunk/cache-jbosscache/pom.xml  2008-08-14 15:35:40 UTC (rev 15067)
+++ core/branches/Branch_3_3/cache-jbosscache/pom.xml  2008-08-14 15:58:41 UTC (rev 15070)
@@(protected) @@
-<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>
-
-   <parent>
-     <groupId>org.hibernate</groupId>
-     <artifactId>hibernate-parent</artifactId>
-     <version>3.4.0-SNAPSHOT</version>
-     <relativePath>../parent/pom.xml</relativePath>
-   </parent>
-  
-   <groupId>org.hibernate</groupId>
-   <artifactId>hibernate-jbosscache</artifactId>
-   <packaging>jar</packaging>
-
-   <name>Hibernate JBossCache Integration</name>
-   <description>Integration of Hibernate with JBossCache (based on JBossCache1.x APIs)</description>
-
-   <dependencies>
-     <dependency>
-        <groupId>${groupId}</groupId>
-        <artifactId>hibernate-core</artifactId>
-        <version>${version}</version>
-     </dependency>
-     <dependency>
-        <groupId>jboss</groupId>
-        <artifactId>jboss-cache</artifactId>
-        <version>1.4.1.GA</version>
-     </dependency>
-     <!-- jboss-cache (the one from the jboss repo, anyway) does not properly define its dependencies -->
-     <dependency>
-        <groupId>jboss</groupId>
-        <artifactId>jboss-system</artifactId>
-        <version>4.0.2</version>
-     </dependency>
-     <dependency>
-        <groupId>jboss</groupId>
-        <artifactId>jboss-common</artifactId>
-        <version>4.0.2</version>
-     </dependency>
-     <dependency>
-        <groupId>jboss</groupId>
-        <artifactId>jboss-minimal</artifactId>
-        <version>4.0.2</version>
-     </dependency>
-     <dependency>
-        <groupId>jboss</groupId>
-        <artifactId>jboss-j2se</artifactId>
-        <version>200504122039</version>
-     </dependency>
-     <dependency>
-        <groupId>concurrent</groupId>
-        <artifactId>concurrent</artifactId>
-        <version>1.3.4</version>
-     </dependency>
-     <dependency>
-        <groupId>jgroups</groupId>
-        <artifactId>jgroups-all</artifactId>
-        <version>2.2.7</version>
-     </dependency>
-
-     <!-- testing deps -->
-     <dependency>
-        <groupId>${groupId}</groupId>
-        <artifactId>hibernate-testing</artifactId>
-        <version>${version}</version>
-        <scope>test</scope>
-     </dependency>
-     <dependency>
-        <groupId>hsqldb</groupId>
-        <artifactId>hsqldb</artifactId>
-        <version>1.8.0.2</version>
-        <scope>test</scope>
-     </dependency>
-     <dependency>
-        <groupId>commons-logging</groupId>
-        <artifactId>commons-logging</artifactId>
-        <version>99.0-does-not-exist</version>
-        <scope>test</scope>
-     </dependency>
-     <dependency>
-        <groupId>commons-logging</groupId>
-        <artifactId>commons-logging-api</artifactId>
-        <version>99.0-does-not-exist</version>
-        <scope>test</scope>
-     </dependency>
-     <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>jcl104-over-slf4j</artifactId>
-        <version>1.4.2</version>
-        <scope>test</scope>
-     </dependency>
-     <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>slf4j-log4j12</artifactId>
-        <version>1.4.2</version>
-        <scope>test</scope>
-     </dependency>
-     <dependency>
-        <groupId>log4j</groupId>
-        <artifactId>log4j</artifactId>
-        <version>1.2.14</version>
-        <scope>test</scope>
-     </dependency>
-     <!-- these are optional on core... :( -->
-     <dependency>
-        <groupId>javassist</groupId>
-        <artifactId>javassist</artifactId>
-        <version>3.4.GA</version>
-        <scope>test</scope>
-     </dependency>
-     <dependency>
-        <groupId>cglib</groupId>
-        <artifactId>cglib</artifactId>
-        <version>2.1_3</version>
-        <scope>test</scope>
-     </dependency>
-     <dependency>
-        <groupId>asm</groupId>
-        <artifactId>asm-attrs</artifactId>
-        <version>1.5.3</version>
-        <scope>test</scope>
-     </dependency>
-   </dependencies>
-</project>
\ No newline at end of file

Copied: core/branches/Branch_3_3/cache-jbosscache/pom.xml (from rev 15068, core/trunk/cache-jbosscache/pom.xml)
===================================================================
--- core/branches/Branch_3_3/cache-jbosscache/pom.xml                  (rev 0)
+++ core/branches/Branch_3_3/cache-jbosscache/pom.xml  2008-08-14 15:58:41 UTC (rev 15070)
@@(protected) @@
+<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>
+
+   <parent>
+     <groupId>org.hibernate</groupId>
+     <artifactId>hibernate-parent</artifactId>
+     <version>3.3.0-SNAPSHOT</version>
+     <relativePath>../parent/pom.xml</relativePath>
+   </parent>
+  
+   <groupId>org.hibernate</groupId>
+   <artifactId>hibernate-jbosscache</artifactId>
+   <packaging>jar</packaging>
+
+   <name>Hibernate JBossCache Integration</name>
+   <description>Integration of Hibernate with JBossCache (based on JBossCache1.x APIs)</description>
+
+   <dependencies>
+     <dependency>
+        <groupId>${groupId}</groupId>
+        <artifactId>hibernate-core</artifactId>
+        <version>${version}</version>
+     </dependency>
+     <dependency>
+        <groupId>jboss</groupId>
+        <artifactId>jboss-cache</artifactId>
+        <version>1.4.1.GA</version>
+     </dependency>
+     <!-- jboss-cache (the one from the jboss repo, anyway) does not properly define its dependencies -->
+     <dependency>
+        <groupId>jboss</groupId>
+        <artifactId>jboss-system</artifactId>
+        <version>4.0.2</version>
+     </dependency>
+     <dependency>
+        <groupId>jboss</groupId>
+        <artifactId>jboss-common</artifactId>
+        <version>4.0.2</version>
+     </dependency>
+     <dependency>
+        <groupId>jboss</groupId>
+        <artifactId>jboss-minimal</artifactId>
+        <version>4.0.2</version>
+     </dependency>
+     <dependency>
+        <groupId>jboss</groupId>
+        <artifactId>jboss-j2se</artifactId>
+        <version>200504122039</version>
+     </dependency>
+     <dependency>
+        <groupId>concurrent</groupId>
+        <artifactId>concurrent</artifactId>
+        <version>1.3.4</version>
+     </dependency>
+     <dependency>
+        <groupId>jgroups</groupId>
+        <artifactId>jgroups-all</artifactId>
+        <version>2.2.7</version>
+     </dependency>
+
+     <!-- testing deps -->
+     <dependency>
+        <groupId>${groupId}</groupId>
+        <artifactId>hibernate-testing</artifactId>
+        <version>${version}</version>
+        <scope>test</scope>
+     </dependency>
+     <dependency>
+        <groupId>hsqldb</groupId>
+        <artifactId>hsqldb</artifactId>
+        <version>1.8.0.2</version>
+        <scope>test</scope>
+     </dependency>
+     <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+        <version>99.0-does-not-exist</version>
+        <scope>test</scope>
+     </dependency>
+     <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging-api</artifactId>
+        <version>99.0-does-not-exist</version>
+        <scope>test</scope>
+     </dependency>
+     <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>jcl104-over-slf4j</artifactId>
+        <version>1.4.2</version>
+        <scope>test</scope>
+     </dependency>
+     <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-log4j12</artifactId>
+        <version>1.4.2</version>
+        <scope>test</scope>
+     </dependency>
+     <dependency>
+        <groupId>log4j</groupId>
+        <artifactId>log4j</artifactId>
+        <version>1.2.14</version>
+        <scope>test</scope>
+     </dependency>
+     <!-- these are optional on core... :( -->
+     <dependency>
+        <groupId>javassist</groupId>
+        <artifactId>javassist</artifactId>
+        <version>3.4.GA</version>
+        <scope>test</scope>
+     </dependency>
+     <dependency>
+        <groupId>cglib</groupId>
+        <artifactId>cglib</artifactId>
+        <version>2.1_3</version>
+        <scope>test</scope>
+     </dependency>
+     <dependency>
+        <groupId>asm</groupId>
+        <artifactId>asm-attrs</artifactId>
+        <version>1.5.3</version>
+        <scope>test</scope>
+     </dependency>
+   </dependencies>
+</project>
\ No newline at end of file

Deleted: core/branches/Branch_3_3/cache-jbosscache2/pom.xml
===================================================================
--- core/trunk/cache-jbosscache2/pom.xml  2008-08-14 15:35:40 UTC (rev 15067)
+++ core/branches/Branch_3_3/cache-jbosscache2/pom.xml  2008-08-14 15:58:41 UTC (rev 15070)
@@(protected) @@
-<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>
-
-   <parent>
-     <groupId>org.hibernate</groupId>
-     <artifactId>hibernate-parent</artifactId>
-     <version>3.4.0-SNAPSHOT</version>
-     <relativePath>../parent/pom.xml</relativePath>
-   </parent>
-  
-   <groupId>org.hibernate</groupId>
-   <artifactId>hibernate-jbosscache2</artifactId>
-   <packaging>jar</packaging>
-
-   <name>Hibernate JBossCache2.x Integration</name>
-   <description>Integration of Hibernate with JBossCache (based on JBossCache2.x APIs)</description>
-
-   <dependencies>
-     <dependency>
-        <groupId>${groupId}</groupId>
-        <artifactId>hibernate-core</artifactId>
-        <version>${version}</version>
-     </dependency>
-     <dependency>
-        <groupId>org.jboss.cache</groupId>
-        <artifactId>jbosscache-core</artifactId>
-        <version>2.1.1.GA</version>
-     </dependency>
-    
-     <!-- test dependencies -->
-     <dependency>
-        <groupId>${groupId}</groupId>
-        <artifactId>hibernate-testing</artifactId>
-        <version>${version}</version>
-        <scope>test</scope>
-     </dependency>
-     <dependency>
-        <groupId>hsqldb</groupId>
-        <artifactId>hsqldb</artifactId>
-        <version>1.8.0.2</version>
-        <scope>test</scope>
-     </dependency>
-     <dependency>
-        <groupId>commons-logging</groupId>
-        <artifactId>commons-logging</artifactId>
-        <version>99.0-does-not-exist</version>
-        <scope>test</scope>
-     </dependency>
-     <dependency>
-        <groupId>commons-logging</groupId>
-        <artifactId>commons-logging-api</artifactId>
-        <version>99.0-does-not-exist</version>
-        <scope>test</scope>
-     </dependency>
-     <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>jcl104-over-slf4j</artifactId>
-        <version>1.4.2</version>
-        <scope>test</scope>
-     </dependency>
-     <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>slf4j-log4j12</artifactId>
-        <version>1.4.2</version>
-        <scope>test</scope>
-     </dependency>
-     <dependency>
-        <groupId>log4j</groupId>
-        <artifactId>log4j</artifactId>
-        <version>1.2.14</version>
-        <scope>test</scope>
-     </dependency>
-     <!-- this is optional on core :( and needed for testing -->
-     <dependency>
-        <groupId>javassist</groupId>
-        <artifactId>javassist</artifactId>
-        <version>3.4.GA</version>
-        <scope>test</scope>
-     </dependency>
-   </dependencies>
-
-   <build>
-     <testResources>
-        <testResource>
-           <filtering>false</filtering>
-           <directory>src/test/java</directory>
-           <includes>
-             <include>**/*.xml</include>
-           </includes>
-        </testResource>
-        <testResource>
-           <filtering>true</filtering>
-           <directory>src/test/resources</directory>
-        </testResource>
-     </testResources>
-    
-     <plugins>
-        <plugin>
-           <groupId>org.apache.maven.plugins</groupId>
-           <artifactId>maven-compiler-plugin</artifactId>
-           <configuration>
-             <source>1.5</source>
-             <target>1.5</target>
-           </configuration>
-        </plugin>
-        <plugin>
-           <groupId>org.apache.maven.plugins</groupId>
-           <artifactId>maven-surefire-plugin</artifactId>
-           <configuration>
-             <excludes>
-                <!-- Skip a long-running test of a prototype class -->
-                <exclude>**/ClusteredConcurrentTimestampRegionTestCase.java</exclude>
-             </excludes>
-             <systemProperties>
-                <property>
-                   <name>hibernate.test.validatefailureexpected</name>
-                   <value>true</value>
-                </property>
-                <property>
-                   <name>jgroups.bind_addr</name>
-                   <value>${jgroups.bind_addr}</value>
-                </property>
-                <!-- There are problems with multicast and IPv6 on some
-                   OS/JDK combos, so we tell Java to use IPv4. If you
-                   have problems with multicast when running the tests
-                   you can try setting this to 'false', although typically
-                   that won't be helpful.
-                -->
-                <property>
-                   <name>java.net.preferIPv4Stack</name>
-                   <value>true</value>
-                </property>
-                <!-- Tell JGroups to only wait a short time for PING
-                   responses before determining coordinator. Speeds cluster
-                   formation during integration tests. (This is too
-                   low a value for a real system; only use for tests.)
-                -->
-                <property>
-                   <name>jgroups.ping.timeout</name>
-                   <value>500</value>
-                </property>
-                <!-- Tell JGroups to only require one PING response
-                   before determining coordinator. Speeds cluster
-                   formation during integration tests. (This is too
-                   low a value for a real system; only use for tests.)
-                -->
-                <property>
-                   <name>jgroups.ping.num_initial_members</name>
-                   <value>1</value>
-                </property>
-                <!-- Disable the JGroups message bundling feature
-                   to speed tests and avoid FLUSH issue -->
-                <property>
-                   <name>jgroups.udp.enable_bundling</name>
-                   <value>false</value>
-                </property>
-             </systemProperties>
-             <skipExec>${skipUnitTests}</skipExec>
-           </configuration>
-        </plugin>
-     </plugins>
-   </build>
-
-   <properties>
-     <skipUnitTests>true</skipUnitTests>
-     <!--
-        Following is the default jgroups mcast address. If you find the testsuite runs very slowly, there
-        may be problems with multicast on the interface JGroups uses by default on your machine. You can
-        try to resolve setting 'jgroups.bind_addr' as a system-property to the jvm launching maven and
-        setting the value to an interface where you know multicast works
-     -->
-     <jgroups.bind_addr>127.0.0.1</jgroups.bind_addr>
-   </properties>
-
-   <profiles>
-     <profile>
-        <id>test</id>
-        <activation>
-           <activeByDefault>false</activeByDefault>
-        </activation>
-        <properties>
-           <skipUnitTests>false</skipUnitTests>
-        </properties>
-     </profile>
-   </profiles>
-</project>

Copied: core/branches/Branch_3_3/cache-jbosscache2/pom.xml (from rev 15068, core/trunk/cache-jbosscache2/pom.xml)
===================================================================
--- core/branches/Branch_3_3/cache-jbosscache2/pom.xml                  (rev 0)
+++ core/branches/Branch_3_3/cache-jbosscache2/pom.xml  2008-08-14 15:58:41 UTC (rev 15070)
@@(protected) @@
+<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>
+
+   <parent>
+     <groupId>org.hibernate</groupId>
+     <artifactId>hibernate-parent</artifactId>
+     <version>3.3.0-SNAPSHOT</version>
+     <relativePath>../parent/pom.xml</relativePath>
+   </parent>
+  
+   <groupId>org.hibernate</groupId>
+   <artifactId>hibernate-jbosscache2</artifactId>
+   <packaging>jar</packaging>
+
+   <name>Hibernate JBossCache2.x Integration</name>
+   <description>Integration of Hibernate with JBossCache (based on JBossCache2.x APIs)</description>
+
+   <dependencies>
+     <dependency>
+        <groupId>${groupId}</groupId>
+        <artifactId>hibernate-core</artifactId>
+        <version>${version}</version>
+     </dependency>
+     <dependency>
+        <groupId>org.jboss.cache</groupId>
+        <artifactId>jbosscache-core</artifactId>
+        <version>2.1.1.GA</version>
+     </dependency>
+    
+     <!-- test dependencies -->
+     <dependency>
+        <groupId>${groupId}</groupId>
+        <artifactId>hibernate-testing</artifactId>
+        <version>${version}</version>
+        <scope>test</scope>
+     </dependency>
+     <dependency>
+        <groupId>hsqldb</groupId>
+        <artifactId>hsqldb</artifactId>
+        <version>1.8.0.2</version>
+        <scope>test</scope>
+     </dependency>
+     <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+        <version>99.0-does-not-exist</version>
+        <scope>test</scope>
+     </dependency>
+     <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging-api</artifactId>
+        <version>99.0-does-not-exist</version>
+        <scope>test</scope>
+     </dependency>
+     <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>jcl104-over-slf4j</artifactId>
+        <version>1.4.2</version>
+        <scope>test</scope>
+     </dependency>
+     <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-log4j12</artifactId>
+        <version>1.4.2</version>
+        <scope>test</scope>
+     </dependency>
+     <dependency>
+        <groupId>log4j</groupId>
+        <artifactId>log4j</artifactId>
+        <version>1.2.14</version>
+        <scope>test</scope>
+     </dependency>
+     <!-- this is optional on core :( and needed for testing -->
+     <dependency>
+        <groupId>javassist</groupId>
+        <artifactId>javassist</artifactId>
+        <version>3.4.GA</version>
+        <scope>test</scope>
+     </dependency>
+   </dependencies>
+
+   <build>
+     <testResources>
+        <testResource>
+           <filtering>false</filtering>
+           <directory>src/test/java</directory>
+           <includes>
+             <include>**/*.xml</include>
+           </includes>
+        </testResource>
+        <testResource>
+           <filtering>true</filtering>
+           <directory>src/test/resources</directory>
+        </testResource>
+     </testResources>
+    
+     <plugins>
+        <plugin>
+           <groupId>org.apache.maven.plugins</groupId>
+           <artifactId>maven-compiler-plugin</artifactId>
+           <configuration>
+             <source>1.5</source>
+             <target>1.5</target>
+           </configuration>
+        </plugin>
+        <plugin>
+           <groupId>org.apache.maven.plugins</groupId>
+           <artifactId>maven-surefire-plugin</artifactId>
+           <configuration>
+             <excludes>
+                <!-- Skip a long-running test of a prototype class -->
+                <exclude>**/ClusteredConcurrentTimestampRegionTestCase.java</exclude>
+             </excludes>
+             <systemProperties>
+                <property>
+                   <name>hibernate.test.validatefailureexpected</name>
+                   <value>true</value>
+                </property>
+                <property>
+                   <name>jgroups.bind_addr</name>
+                   <value>${jgroups.bind_addr}</value>
+                </property>
+                <!-- There are problems with multicast and IPv6 on some
+                   OS/JDK combos, so we tell Java to use IPv4. If you
+                   have problems with multicast when running the tests
+                   you can try setting this to 'false', although typically
+                   that won't be helpful.
+                -->
+                <property>
+                   <name>java.net.preferIPv4Stack</name>
+                   <value>true</value>
+                </property>
+                <!-- Tell JGroups to only wait a short time for PING
+                   responses before determining coordinator. Speeds cluster
+                   formation during integration tests. (This is too
+                   low a value for a real system; only use for tests.)
+                -->
+                <property>
+                   <name>jgroups.ping.timeout</name>
+                   <value>500</value>
+                </property>
+                <!-- Tell JGroups to only require one PING response
+                   before determining coordinator. Speeds cluster
+                   formation during integration tests. (This is too
+                   low a value for a real system; only use for tests.)
+                -->
+                <property>
+                   <name>jgroups.ping.num_initial_members</name>
+                   <value>1</value>
+                </property>
+                <!-- Disable the JGroups message bundling feature
+                   to speed tests and avoid FLUSH issue -->
+                <property>
+                   <name>jgroups.udp.enable_bundling</name>
+                   <value>false</value>
+                </property>
+             </systemProperties>
+             <skipExec>${skipUnitTests}</skipExec>
+           </configuration>
+        </plugin>
+     </plugins>
+   </build>
+
+   <properties>
+     <skipUnitTests>true</skipUnitTests>
+     <!--
+        Following is the default jgroups mcast address. If you find the testsuite runs very slowly, there
+        may be problems with multicast on the interface JGroups uses by default on your machine. You can
+        try to resolve setting 'jgroups.bind_addr' as a system-property to the jvm launching maven and
+        setting the value to an interface where you know multicast works
+     -->
+     <jgroups.bind_addr>127.0.0.1</jgroups.bind_addr>
+   </properties>
+
+   <profiles>
+     <profile>
+        <id>test</id>
+        <activation>
+           <activeByDefault>false</activeByDefault>
+        </activation>
+        <properties>
+           <skipUnitTests>false</skipUnitTests>
+        </properties>
+     </profile>
+   </profiles>
+</project>

Deleted: core/branches/Branch_3_3/cache-oscache/pom.xml
===================================================================
--- core/trunk/cache-oscache/pom.xml  2008-08-14 15:35:40 UTC (rev 15067)
+++ core/branches/Branch_3_3/cache-oscache/pom.xml  2008-08-14 15:58:41 UTC (rev 15070)
@@(protected) @@
-<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>
-
-   <parent>
-     <groupId>org.hibernate</groupId>
-     <artifactId>hibernate-parent</artifactId>
-     <version>3.4.0-SNAPSHOT</version>
-     <relativePath>../parent/pom.xml</relativePath>
-   </parent>
-  
-   <groupId>org.hibernate</groupId>
-   <artifactId>hibernate-oscache</artifactId>
-   <packaging>jar</packaging>
-
-   <name>Hibernate OSCache Integration</name>
-   <description>Integration of Hibernate with OSCache</description>
-
-   <dependencies>
-     <dependency>
-        <groupId>${groupId}</groupId>
-        <artifactId>hibernate-core</artifactId>
-        <version>${version}</version>
-     </dependency>
-     <dependency>
-        <groupId>opensymphony</groupId>
-        <artifactId>oscache</artifactId>
-        <version>2.1</version>
-     </dependency>
-   </dependencies>
-</project>
\ No newline at end of file

Copied: core/branches/Branch_3_3/cache-oscache/pom.xml (from rev 15068, core/trunk/cache-oscache/pom.xml)
===================================================================
--- core/branches/Branch_3_3/cache-oscache/pom.xml                  (rev 0)
+++ core/branches/Branch_3_3/cache-oscache/pom.xml  2008-08-14 15:58:41 UTC (rev 15070)
@@(protected) @@
+<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>
+
+   <parent>
+     <groupId>org.hibernate</groupId>
+     <artifactId>hibernate-parent</artifactId>
+     <version>3.3.0-SNAPSHOT</version>
+     <relativePath>../parent/pom.xml</relativePath>
+   </parent>
+  
+   <groupId>org.hibernate</groupId>
+   <artifactId>hibernate-oscache</artifactId>
+   <packaging>jar</packaging>
+
+   <name>Hibernate OSCache Integration</name>
+   <description>Integration of Hibernate with OSCache</description>
+
+   <dependencies>
+     <dependency>
+        <groupId>${groupId}</groupId>
+        <artifactId>hibernate-core</artifactId>
+        <version>${version}</version>
+     </dependency>
+     <dependency>
+        <groupId>opensymphony</groupId>
+        <artifactId>oscache</artifactId>
+        <version>2.1</version>
+     </dependency>
+   </dependencies>
+</project>
\ No newline at end of file

Deleted: core/branches/Branch_3_3/cache-swarmcache/pom.xml
===================================================================
--- core/trunk/cache-swarmcache/pom.xml  2008-08-14 15:35:40 UTC (rev 15067)
+++ core/branches/Branch_3_3/cache-swarmcache/pom.xml  2008-08-14 15:58:41 UTC (rev 15070)
@@(protected) @@
-<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>
-
-   <parent>
-     <groupId>org.hibernate</groupId>
-     <artifactId>hibernate-parent</artifactId>
-     <version>3.4.0-SNAPSHOT</version>
-     <relativePath>../parent/pom.xml</relativePath>
-   </parent>
-  
-   <groupId>org.hibernate</groupId>
-   <artifactId>hibernate-swarmcache</artifactId>
-   <packaging>jar</packaging>
-
-   <name>Hibernate SwarmCache Integration</name>
-   <description>Integration of Hibernate with SwarmCache</description>
-
-   <dependencies>
-     <dependency>
-        <groupId>${groupId}</groupId>
-        <artifactId>hibernate-core</artifactId>
-        <version>${version}</version>
-     </dependency>
-     <dependency>
-        <groupId>swarmcache</groupId>
-        <artifactId>swarmcache</artifactId>
-        <version>1.0RC2</version>
-     </dependency>
-   </dependencies>
-</project>
\ No newline at end of file

Copied: core/branches/Branch_3_3/cache-swarmcache/pom.xml (from rev 15068, core/trunk/cache-swarmcache/pom.xml)
===================================================================
--- core/branches/Branch_3_3/cache-swarmcache/pom.xml                  (rev 0)
+++ core/branches/Branch_3_3/cache-swarmcache/pom.xml  2008-08-14 15:58:41 UTC (rev 15070)
@@(protected) @@
+<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>
+
+   <parent>
+     <groupId>org.hibernate</groupId>
+     <artifactId>hibernate-parent</artifactId>
+     <version>3.3.0-SNAPSHOT</version>
+     <relativePath>../parent/pom.xml</relativePath>
+   </parent>
+  
+   <groupId>org.hibernate</groupId>
+   <artifactId>hibernate-swarmcache</artifactId>
+   <packaging>jar</packaging>
+
+   <name>Hibernate SwarmCache Integration</name>
+   <description>Integration of Hibernate with SwarmCache</description>
+
+   <dependencies>
+     <dependency>
+        <groupId>${groupId}</groupId>
+        <artifactId>hibernate-core</artifactId>
+        <version>${version}</version>
+     </dependency>
+     <dependency>
+        <groupId>swarmcache</groupId>
+        <artifactId>swarmcache</artifactId>
+        <version>1.0RC2</version>
+     </dependency>
+   </dependencies>
+</project>
\ No newline at end of file

Deleted: core/branches/Branch_3_3/connection-c3p0/pom.xml
===================================================================
--- core/trunk/connection-c3p0/pom.xml  2008-08-14 15:35:40 UTC (rev 15067)
+++ core/branches/Branch_3_3/connection-c3p0/pom.xml  2008-08-14 15:58:41 UTC (rev 15070)
@@(protected) @@
-<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>
-
-   <parent>
-     <groupId>org.hibernate</groupId>
-     <artifactId>hibernate-parent</artifactId>
-     <version>3.4.0-SNAPSHOT</version>
-     <relativePath>../parent/pom.xml</relativePath>
-   </parent>
-  
-   <groupId>org.hibernate</groupId>
-   <artifactId>hibernate-c3p0</artifactId>
-   <packaging>jar</packaging>
-
-   <name>Hibernate C3P0 ConnectionProvider</name>
-   <description>C3P0-based implementation of the Hibernate ConnectionProvder contract</description>
-
-   <dependencies>
-     <dependency>
-        <groupId>${groupId}</groupId>
-        <artifactId>hibernate-core</artifactId>
-        <version>${version}</version>
-     </dependency>
-     <dependency>
-        <groupId>c3p0</groupId>
-        <artifactId>c3p0</artifactId>
-        <version>0.9.1</version>
-     </dependency>
-   </dependencies>
-</project>
\ No newline at end of file

Copied: core/branches/Branch_3_3/connection-c3p0/pom.xml (from rev 15068, core/trunk/connection-c3p0/pom.xml)
===================================================================
--- core/branches/Branch_3_3/connection-c3p0/pom.xml                  (rev 0)
+++ core/branches/Branch_3_3/connection-c3p0/pom.xml  2008-08-14 15:58:41 UTC (rev 15070)
@@(protected) @@
+<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>
+
+   <parent>
+     <groupId>org.hibernate</groupId>
+     <artifactId>hibernate-parent</artifactId>
+     <version>3.3.0-SNAPSHOT</version>
+     <relativePath>../parent/pom.xml</relativePath>
+   </parent>
+  
+   <groupId>org.hibernate</groupId>
+   <artifactId>hibernate-c3p0</artifactId>
+   <packaging>jar</packaging>
+
+   <name>Hibernate C3P0 ConnectionProvider</name>
+   <description>C3P0-based implementation of the Hibernate ConnectionProvder contract</description>
+
+   <dependencies>
+     <dependency>
+        <groupId>${groupId}</groupId>
+        <artifactId>hibernate-core</artifactId>
+        <version>${version}</version>
+     </dependency>
+     <dependency>
+        <groupId>c3p0</groupId>
+        <artifactId>c3p0</artifactId>
+        <version>0.9.1</version>
+     </dependency>
+   </dependencies>
+</project>
\ No newline at end of file

Deleted: core/branches/Branch_3_3/connection-proxool/pom.xml
===================================================================
--- core/trunk/connection-proxool/pom.xml  2008-08-14 15:35:40 UTC (rev 15067)
+++ core/branches/Branch_3_3/connection-proxool/pom.xml  2008-08-14 15:58:41 UTC (rev 15070)
@@(protected) @@
-<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>
-
-   <parent>
-     <groupId>org.hibernate</groupId>
-     <artifactId>hibernate-parent</artifactId>
-     <version>3.4.0-SNAPSHOT</version>
-     <relativePath>../parent/pom.xml</relativePath>
-   </parent>
-  
-   <groupId>org.hibernate</groupId>
-   <artifactId>hibernate-proxool</artifactId>
-   <packaging>jar</packaging>
-
-   <name>Hibernate Proxool ConnectionProvider</name>
-   <description>Proxool-based implementation of the Hibernate ConnectionProvder contract</description>
-
-   <dependencies>
-     <dependency>
-        <groupId>${groupId}</groupId>
-        <artifactId>hibernate-core</artifactId>
-        <version>${version}</version>
-     </dependency>
-     <dependency>
-        <groupId>proxool</groupId>
-        <artifactId>proxool</artifactId>
-        <version>0.8.3</version>
-     </dependency>
-   </dependencies>
-</project>
\ No newline at end of file

Copied: core/branches/Branch_3_3/connection-proxool/pom.xml (from rev 15068, core/trunk/connection-proxool/pom.xml)
===================================================================
--- core/branches/Branch_3_3/connection-proxool/pom.xml                  (rev 0)
+++ core/branches/Branch_3_3/connection-proxool/pom.xml  2008-08-14 15:58:41 UTC (rev 15070)
@@(protected) @@
+<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>
+
+   <parent>
+     <groupId>org.hibernate</groupId>
+     <artifactId>hibernate-parent</artifactId>
+     <version>3.3.0-SNAPSHOT</version>
+     <relativePath>../parent/pom.xml</relativePath>
+   </parent>
+  
+   <groupId>org.hibernate</groupId>
+   <artifactId>hibernate-proxool</artifactId>
+   <packaging>jar</packaging>
+
+   <name>Hibernate Proxool ConnectionProvider</name>
+   <description>Proxool-based implementation of the Hibernate ConnectionProvder contract</description>
+
+   <dependencies>
+     <dependency>
+        <groupId>${groupId}</groupId>
+        <artifactId>hibernate-core</artifactId>
+        <version>${version}</version>
+     </dependency>
+     <dependency>
+        <groupId>proxool</groupId>
+        <artifactId>proxool</artifactId>
+        <version>0.8.3</version>
+     </dependency>
+   </dependencies>
+</project>
\ No newline at end of file

Deleted: core/branches/Branch_3_3/core/pom.xml
===================================================================
--- core/trunk/core/pom.xml  2008-08-14 15:35:40 UTC (rev 15067)
+++ core/branches/Branch_3_3/core/pom.xml  2008-08-14 15:58:41 UTC (rev 15070)
@@(protected) @@
-<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>
-
-   <parent>
-     <groupId>org.hibernate</groupId>
-     <artifactId>hibernate-parent</artifactId>
-     <version>3.4.0-SNAPSHOT</version>
-     <relativePath>../parent/pom.xml</relativePath>
-   </parent>
-
-   <groupId>org.hibernate</groupId>
-   <artifactId>hibernate-core</artifactId>
-   <packaging>jar</packaging>
-
-   <name>Hibernate Core</name>
-   <description>The core functionality of Hibernate</description>
-
-   <dependencies>
-     <dependency>
-        <groupId>antlr</groupId>
-        <artifactId>antlr</artifactId>
-     </dependency>
-     <dependency>
-        <groupId>commons-collections</groupId>
-        <artifactId>commons-collections</artifactId>
-     </dependency>
-     <dependency>
-        <groupId>dom4j</groupId>
-        <artifactId>dom4j</artifactId>
-     </dependency>
-
-     <dependency>
-        <!-- YUCK, YUCK, YUCK!!!! -->
-        <groupId>javax.transaction</groupId>
-        <artifactId>jta</artifactId>
-        <version>1.1</version>
-     </dependency>
-     <dependency>
-        <groupId>javax.security</groupId>
-        <artifactId>jaas</artifactId>
-        <version>1.0.01</version>
-        <scope>provided</scope>
-     </dependency>
-     <dependency>
-        <groupId>javax.security</groupId>
-        <artifactId>jacc</artifactId>
-        <version>1.0</version>
-        <scope>provided</scope>
-     </dependency>
-     <dependency>
-        <groupId>ant</groupId>
-        <artifactId>ant</artifactId>
-        <version>1.6.5</version>
-        <scope>provided</scope>
-     </dependency>
-
-     <!-- optional deps for bytecode providers until those are finally properly scoped -->
-     <dependency>
-        <groupId>javassist</groupId>
-        <artifactId>javassist</artifactId>
-        <version>3.4.GA</version>
-        <optional>true</optional>
-     </dependency>
-     <dependency>
-        <groupId>org.hibernate</groupId>
-        <artifactId>hibernate-cglib-repack</artifactId>
-        <version>2.1_3</version>
-        <optional>true</optional>
-     </dependency>
-   </dependencies>
-
-   <build>
-     <plugins>
-        <plugin>
-           <groupId>org.codehaus.mojo</groupId>
-           <artifactId>antlr-maven-plugin</artifactId>
-           <version>${antlrPluginVersion}</version>
-           <configuration>
-             <grammars>hql.g,hql-sql.g,sql-gen.g</grammars>
-           </configuration>
-           <executions>
-             <execution>
-                <goals>
-                   <goal>generate</goal>
-                </goals>
-             </execution>
-           </executions>
-        </plugin>
-     </plugins>
-   </build>
-
-   <reporting>
-     <plugins>
-        <plugin>
-           <groupId>org.codehaus.mojo</groupId>
-           <artifactId>antlr-maven-plugin</artifactId>
-           <version>${antlrPluginVersion}</version>
-           <configuration>
-             <!-- eventually should be based on the second phase grammar -->
-             <grammars>hql.g</grammars>
-           </configuration>
-        </plugin>
-        <plugin>
-           <groupId>org.apache.maven.plugins</groupId>
-           <artifactId>maven-javadoc-plugin</artifactId>
-           <configuration>
-             <!--
-             for the time being, gonna ignore the custom stylesheet (what did it do anyway???)
-             <stylesheetfile>xyz</stylesheetfile>
-             -->
-             <groups>
-                <group>
-                   <title>Core API</title>
-                   <packages>org.hibernate:org.hibernate.classic:org.hibernate.criterion:org.hibernate.metadata:org.hibernate.cfg:org.hibernate.usertype</packages>
-                </group>
-                <group>
-                   <title>Extension API</title>
-                   <packages>org.hibernate.id:org.hibernate.connection:org.hibernate.transaction:org.hibernate.type:org.hibernate.dialect*:org.hibernate.cache*:org.hibernate.event*:org.hibernate.action:org.hibernate.property:org.hibernate.loader*:org.hibernate.persister*:org.hibernate.proxy:org.hibernate.tuple:org.hibernate.transform:org.hibernate.collection:org.hibernate.jdbc</packages>
-                </group>
-                <group>
-                   <title>Miscellaneous API</title>
-                   <packages>org.hibernate.stat:org.hibernate.tool.hbm2ddl:org.hibernate.jmx:org.hibernate.mapping:org.hibernate.tool.instrument</packages>
-                </group>
-                <group>
-                   <title>Internal Implementation</title>
-         <packages>org.hibernate.engine:org.hibernate.impl:org.hibernate.sql:org.hibernate.lob:org.hibernate.util:org.hibernate.exception:org.hibernate.hql:org.hibernate.hql.ast:org.hibernate.hql.antlr:org.hibernate.hql.classic:org.hibernate.intercept:org.hibernate.secure:org.hibernate.pretty</packages>
-                </group>
-             </groups>
-           </configuration>
-        </plugin>
-     </plugins>
-   </reporting>
-
-   <properties>
-     <antlrPluginVersion>2.1</antlrPluginVersion>
-   </properties>
-</project>
\ No newline at end of file

Copied: core/branches/Branch_3_3/core/pom.xml (from rev 15068, core/trunk/core/pom.xml)
===================================================================
--- core/branches/Branch_3_3/core/pom.xml                  (rev 0)
+++ core/branches/Branch_3_3/core/pom.xml  2008-08-14 15:58:41 UTC (rev 15070)
@@(protected) @@
+<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>
+
+   <parent>
+     <groupId>org.hibernate</groupId>
+     <artifactId>hibernate-parent</artifactId>
+     <version>3.3.0-SNAPSHOT</version>
+     <relativePath>../parent/pom.xml</relativePath>
+   </parent>
+
+   <groupId>org.hibernate</groupId>
+   <artifactId>hibernate-core</artifactId>
+   <packaging>jar</packaging>
+
+   <name>Hibernate Core</name>
+   <description>The core functionality of Hibernate</description>
+
+   <dependencies>
+     <dependency>
+        <groupId>antlr</groupId>
+        <artifactId>antlr</artifactId>
+     </dependency>
+     <dependency>
+        <groupId>commons-collections</groupId>
+        <artifactId>commons-collections</artifactId>
+     </dependency>
+     <dependency>
+        <groupId>dom4j</groupId>
+        <artifactId>dom4j</artifactId>
+     </dependency>
+
+     <dependency>
+        <!-- YUCK, YUCK, YUCK!!!! -->
+        <groupId>javax.transaction</groupId>
+        <artifactId>jta</artifactId>
+        <version>1.1</version>
+     </dependency>
+     <dependency>
+        <groupId>javax.security</groupId>
+        <artifactId>jaas</artifactId>
+        <version>1.0.01</version>
+        <scope>provided</scope>
+     </dependency>
+     <dependency>
+        <groupId>javax.security</groupId>
+        <artifactId>jacc</artifactId>
+        <version>1.0</version>
+        <scope>provided</scope>
+     </dependency>
+     <dependency>
+        <groupId>ant</groupId>
+        <artifactId>ant</artifactId>
+        <version>1.6.5</version>
+        <scope>provided</scope>
+     </dependency>
+
+     <!-- optional deps for bytecode providers until those are finally properly scoped -->
+     <dependency>
+        <groupId>javassist</groupId>
+        <artifactId>javassist</artifactId>
+        <version>3.4.GA</version>
+        <optional>true</optional>
+     </dependency>
+     <dependency>
+        <groupId>org.hibernate</groupId>
+        <artifactId>hibernate-cglib-repack</artifactId>
+        <version>2.1_3</version>
+        <optional>true</optional>
+     </dependency>
+   </dependencies>
+
+   <build>
+     <plugins>
+        <plugin>
+           <groupId>org.codehaus.mojo</groupId>
+           <artifactId>antlr-maven-plugin</artifactId>
+           <version>${antlrPluginVersion}</version>
+           <configuration>
+             <grammars>hql.g,hql-sql.g,sql-gen.g</grammars>
+           </configuration>
+           <executions>
+             <execution>
+                <goals>
+                   <goal>generate</goal>
+                </goals>
+             </execution>
+           </executions>
+        </plugin>
+     </plugins>
+   </build>
+
+   <reporting>
+     <plugins>
+        <plugin>
+           <groupId>org.codehaus.mojo</groupId>
+           <artifactId>antlr-maven-plugin</artifactId>
+           <version>${antlrPluginVersion}</version>
+           <configuration>
+             <!-- eventually should be based on the second phase grammar -->
+             <grammars>hql.g</grammars>
+           </configuration>
+        </plugin>
+        <plugin>
+           <groupId>org.apache.maven.plugins</groupId>
+           <artifactId>maven-javadoc-plugin</artifactId>
+           <configuration>
+             <!--
+             for the time being, gonna ignore the custom stylesheet (what did it do anyway???)
+             <stylesheetfile>xyz</stylesheetfile>
+             -->
+             <groups>
+                <group>
+                   <title>Core API</title>
+                   <packages>org.hibernate:org.hibernate.classic:org.hibernate.criterion:org.hibernate.metadata:org.hibernate.cfg:org.hibernate.usertype</packages>
+                </group>
+                <group>
+                   <title>Extension API</title>
+                   <packages>org.hibernate.id:org.hibernate.connection:org.hibernate.transaction:org.hibernate.type:org.hibernate.dialect*:org.hibernate.cache*:org.hibernate.event*:org.hibernate.action:org.hibernate.property:org.hibernate.loader*:org.hibernate.persister*:org.hibernate.proxy:org.hibernate.tuple:org.hibernate.transform:org.hibernate.collection:org.hibernate.jdbc</packages>
+                </group>
+                <group>
+                   <title>Miscellaneous API</title>
+                   <packages>org.hibernate.stat:org.hibernate.tool.hbm2ddl:org.hibernate.jmx:org.hibernate.mapping:org.hibernate.tool.instrument</packages>
+                </group>
+                <group>
+                   <title>Internal Implementation</title>
+         <packages>org.hibernate.engine:org.hibernate.impl:org.hibernate.sql:org.hibernate.lob:org.hibernate.util:org.hibernate.exception:org.hibernate.hql:org.hibernate.hql.ast:org.hibernate.hql.antlr:org.hibernate.hql.classic:org.hibernate.intercept:org.hibernate.secure:org.hibernate.pretty</packages>
+                </group>
+             </groups>
+           </configuration>
+        </plugin>
+     </plugins>
+   </reporting>
+
+   <properties>
+     <antlrPluginVersion>2.1</antlrPluginVersion>
+   </properties>
+</project>
\ No newline at end of file

Deleted: core/branches/Branch_3_3/distribution/pom.xml
===================================================================
--- core/trunk/distribution/pom.xml  2008-08-14 15:35:40 UTC (rev 15067)
+++ core/branches/Branch_3_3/distribution/pom.xml  2008-08-14 15:58:41 UTC (rev 15070)
@@(protected) @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
- ~ Hibernate, Relational Persistence for Idiomatic Java
- ~
- ~ Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as
- ~ indicated by the @author tags or express copyright attribution
- ~ statements applied by the authors. All third-party contributions are
- ~ distributed under license by Red Hat Middleware LLC.
- ~
- ~ This copyrighted material is made available to anyone wishing to use, modify,
- ~ copy, or redistribute it subject to the terms and conditions of the GNU
- ~ Lesser General Public License, as published by the Free Software Foundation.
- ~
- ~ This program is distributed in the hope that it will be useful,
- ~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- ~ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
- ~ for more details.
- ~
- ~ You should have received a copy of the GNU Lesser General Public License
- ~ along with this distribution; if not, write to:
- ~ Free Software Foundation, Inc.
- ~ 51 Franklin Street, Fifth Floor
- ~ Boston, MA 02110-1301 USA
- ~
- -->
-
-<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>
-
-   <parent>
-     <groupId>org.hibernate</groupId>
-     <artifactId>hibernate-parent</artifactId>
-     <version>3.4.0-SNAPSHOT</version>
-     <relativePath>../parent/pom.xml</relativePath>
-   </parent>
-
-   <groupId>org.hibernate</groupId>
-   <artifactId>hibernate-distribution</artifactId>
-   <packaging>pom</packaging>
-
-   <name>Hibernate Distribution</name>
-   <description>Builds the complete Hibernate distribution bundles</description>
-
-   <build>
-     <pluginManagement>
-        <plugins>
-           <plugin>
-             <groupId>org.apache.maven.plugins</groupId>
-             <artifactId>maven-assembly-plugin</artifactId>
-             <version>2.2-beta-2</version>
-             <configuration>
-                <descriptors>
-                   <descriptor>src/assembly/hibernate-all.xml</descriptor>
-                   <descriptor>src/assembly/dist.xml</descriptor>
-                </descriptors>
-             </configuration>
-           </plugin>
-        </plugins>
-     </pluginManagement>
-   </build>
-
-   <!--
-     The assemblies work off of dependency sets since the stuff to be
-     aggregated is no longer sub-modules after moving assembly itself
-     into this 'distribution' module.
-   -->
-   <dependencies>
-     <dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>hibernate-core</artifactId>
-        <version>${project.version}</version>
-     </dependency>
-     <dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>hibernate-jmx</artifactId>
-        <version>${project.version}</version>
-     </dependency>
-     <dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>hibernate-ehcache</artifactId>
-        <version>${project.version}</version>
-     </dependency>
-     <dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>hibernate-jbosscache</artifactId>
-        <version>${project.version}</version>
-     </dependency>
-     <dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>hibernate-jbosscache2</artifactId>
-        <version>${project.version}</version>
-     </dependency>
-     <dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>hibernate-oscache</artifactId>
-        <version>${project.version}</version>
-     </dependency>
-     <dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>hibernate-swarmcache</artifactId>
-        <version>${project.version}</version>
-     </dependency>
-     <dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>hibernate-c3p0</artifactId>
-        <version>${project.version}</version>
-     </dependency>
-     <dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>hibernate-proxool</artifactId>
-        <version>${project.version}</version>
-     </dependency>
-
-     <!-- optional deps for bytecode providers since they are optional on core -->
-     <dependency>
-        <groupId>javassist</groupId>
-        <artifactId>javassist</artifactId>
-        <version>3.4.GA</version>
-        <optional>true</optional>
-     </dependency>
-     <dependency>
-        <groupId>cglib</groupId>
-        <artifactId>cglib</artifactId>
-        <version>2.1_3</version>
-        <optional>true</optional>
-     </dependency>
-     <dependency>
-        <groupId>asm</groupId>
-        <artifactId>asm-attrs</artifactId>
-        <version>1.5.3</version>
-        <optional>true</optional>
-     </dependency>
-   </dependencies>
-
-   <profiles>
-     <profile>
-        <!--
-           A profile used implicitly by the release plugin. Here we use
-           it to implicitly execute assembly building when deploy is executed
-           as part of release ( I think/hope :p )
-        -->
-        <id>release-profile</id>
-        <activation>
-           <property>
-             <name>performRelease</name>
-             <value>true</value>
-           </property>
-        </activation>
-        <build>
-           <plugins>
-             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.2-beta-2</version>
-                <executions>
-                   <execution>
-                     <phase>deploy</phase>
-                     <goals>
-                        <goal>single</goal>
-                     </goals>
-                   </execution>
-                </executions>
-             </plugin>
-           </plugins>
-        </build>
-     </profile>
-   </profiles>
-
-</project>
\ No newline at end of file

Copied: core/branches/Branch_3_3/distribution/pom.xml (from rev 15068, core/trunk/distribution/pom.xml)
===================================================================
--- core/branches/Branch_3_3/distribution/pom.xml                  (rev 0)
+++ core/branches/Branch_3_3/distribution/pom.xml  2008-08-14 15:58:41 UTC (rev 15070)
@@(protected) @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ ~ Hibernate, Relational Persistence for Idiomatic Java
+ ~
+ ~ Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as
+ ~ indicated by the @author tags or express copyright attribution
+ ~ statements applied by the authors. All third-party contributions are
+ ~ distributed under license by Red Hat Middleware LLC.
+ ~
+ ~ This copyrighted material is made available to anyone wishing to use, modify,
+ ~ copy, or redistribute it subject to the terms and conditions of the GNU
+ ~ Lesser General Public License, as published by the Free Software Foundation.
+ ~
+ ~ This program is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ ~ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
+ ~ for more details.
+ ~
+ ~ You should have received a copy of the GNU Lesser General Public License
+ ~ along with this distribution; if not, write to:
+ ~ Free Software Foundation, Inc.
+ ~ 51 Franklin Street, Fifth Floor
+ ~ Boston, MA 02110-1301 USA
+ ~
+ -->
+
+<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>
+
+   <parent>
+     <groupId>org.hibernate</groupId>
+     <artifactId>hibernate-parent</artifactId>
+     <version>3.3.0-SNAPSHOT</version>
+     <relativePath>../parent/pom.xml</relativePath>
+   </parent>
+
+   <groupId>org.hibernate</groupId>
+   <artifactId>hibernate-distribution</artifactId>
+   <packaging>pom</packaging>
+
+   <name>Hibernate Distribution</name>
+   <description>Builds the complete Hibernate distribution bundles</description>
+
+   <build>
+     <pluginManagement>
+        <plugins>
+           <plugin>
+             <groupId>org.apache.maven.plugins</groupId>
+             <artifactId>maven-assembly-plugin</artifactId>
+             <version>2.2-beta-2</version>
+             <configuration>
+                <descriptors>
+                   <descriptor>src/assembly/hibernate-all.xml</descriptor>
+                   <descriptor>src/assembly/dist.xml</descriptor>
+                </descriptors>
+             </configuration>
+           </plugin>
+        </plugins>
+     </pluginManagement>
+   </build>
+
+   <!--
+     The assemblies work off of dependency sets since the stuff to be
+     aggregated is no longer sub-modules after moving assembly itself
+     into this 'distribution' module.
+   -->
+   <dependencies>
+     <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>hibernate-core</artifactId>
+        <version>${project.version}</version>
+     </dependency>
+     <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>hibernate-jmx</artifactId>
+        <version>${project.version}</version>
+     </dependency>
+     <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>hibernate-ehcache</artifactId>
+        <version>${project.version}</version>
+     </dependency>
+     <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>hibernate-jbosscache</artifactId>
+        <version>${project.version}</version>
+     </dependency>
+     <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>hibernate-jbosscache2</artifactId>
+        <version>${project.version}</version>
+     </dependency>
+     <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>hibernate-oscache</artifactId>
+        <version>${project.version}</version>
+     </dependency>
+     <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>hibernate-swarmcache</artifactId>
+        <version>${project.version}</version>
+     </dependency>
+     <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>hibernate-c3p0</artifactId>
+        <version>${project.version}</version>
+     </dependency>
+     <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>hibernate-proxool</artifactId>
+        <version>${project.version}</version>
+     </dependency>
+
+     <!-- optional deps for bytecode providers since they are optional on core -->
+     <dependency>
+        <groupId>javassist</groupId>
+        <artifactId>javassist</artifactId>
+        <version>3.4.GA</version>
+        <optional>true</optional>
+     </dependency>
+     <dependency>
+        <groupId>cglib</groupId>
+        <artifactId>cglib</artifactId>
+        <version>2.1_3</version>
+        <optional>true</optional>
+     </dependency>
+     <dependency>
+        <groupId>asm</groupId>
+        <artifactId>asm-attrs</artifactId>
+        <version>1.5.3</version>
+        <optional>true</optional>
+     </dependency>
+   </dependencies>
+
+   <profiles>
+     <profile>
+        <!--
+           A profile used implicitly by the release plugin. Here we use
+           it to implicitly execute assembly building when deploy is executed
+           as part of release ( I think/hope :p )
+        -->
+        <id>release-profile</id>
+        <activation>
+           <property>
+             <name>performRelease</name>
+             <value>true</value>
+           </property>
+        </activation>
+        <build>
+           <plugins>
+             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <version>2.2-beta-2</version>
+                <executions>
+                   <execution>
+                     <phase>deploy</phase>
+                     <goals>
+                        <goal>single</goal>
+                     </goals>
+                   </execution>
+                </executions>
+             </plugin>
+           </plugins>
+        </build>
+     </profile>
+   </profiles>
+
+</project>
\ No newline at end of file

Deleted: core/branches/Branch_3_3/documentation/manual/pom.xml
===================================================================
--- core/trunk/documentation/manual/pom.xml  2008-08-14 15:35:40 UTC (rev 15067)
+++ core/branches/Branch_3_3/documentation/manual/pom.xml  2008-08-14 15:58:41 UTC (rev 15070)
@@(protected) @@
-<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>
-
-   <parent>
-     <groupId>org.hibernate</groupId>
-     <artifactId>hibernate-parent</artifactId>
-     <version>3.4.0-SNAPSHOT</version>
-     <relativePath>../../parent/pom.xml</relativePath>
-   </parent>
-  
-   <groupId>org.hibernate</groupId>
-   <artifactId>hibernate-manual</artifactId>
-   <version>3.4.0-SNAPSHOT</version>
-   <packaging>jdocbook</packaging>
-
-   <name>Hibernate Manual</name>
-   <description>The Hibernate reference manual</description>
-
-   <build>
-     <plugins>
-        <plugin>
-           <groupId>org.jboss.maven.plugins</groupId>
-           <artifactId>maven-jdocbook-plugin</artifactId>
-           <version>2.1.2</version>
-           <extensions>true</extensions>
-           <executions>
-             <execution>
-                <!--
-                   here we are attaching the translate goal so that the translations are processed
-                   before compilation so that the transated XML is also transformed during
-                   generation
-                -->
-                <phase>process-resources</phase>
-                <goals>
-                   <goal>translate</goal>
-                </goals>
-             </execution>
-           </executions>
-           <dependencies>
-             <dependency>
-           &