diff --git a/cache-ehcache/pom.xml b/cache-ehcache/pom.xml index 952317a8da..4ceb6721ba 100644 --- a/cache-ehcache/pom.xml +++ b/cache-ehcache/pom.xml @@ -3,26 +3,26 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.hibernate - hibernate-code - 3.3.0.beta1 - ../pom.xml + hibernate-core-parent + 1 - + org.hibernate hibernate-ehcache - jar + 3.3.0-SNAPSHOT + jar - Hibernate Ehcache integration + Hibernate Ehcache Integration Integration of Hibernate with Ehcache ${groupId} - hibernate-core - ${hibernate.core.version} + hibernate-core + ${version} net.sf.ehcache @@ -31,4 +31,4 @@ - + diff --git a/cache-jbosscache/pom.xml b/cache-jbosscache/pom.xml index 24631cb66c..17ea3a204a 100644 --- a/cache-jbosscache/pom.xml +++ b/cache-jbosscache/pom.xml @@ -3,26 +3,26 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.hibernate - hibernate-code - 3.3.0.beta1 - ../pom.xml + hibernate-core-parent + 1 - + org.hibernate hibernate-jbosscache - jar + 3.3.0-SNAPSHOT + jar - Hibernate JBossCache integration + Hibernate JBossCache Integration Integration of Hibernate with JBossCache (based on JBossCache1.x APIs) ${groupId} - hibernate-core - ${hibernate.core.version} + hibernate-core + ${version} jboss @@ -62,4 +62,4 @@ - + diff --git a/cache-jbosscache2/pom.xml b/cache-jbosscache2/pom.xml index 6bccb9a6ea..919f91e4ba 100644 --- a/cache-jbosscache2/pom.xml +++ b/cache-jbosscache2/pom.xml @@ -3,31 +3,31 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.hibernate - hibernate-code - 3.3.0.beta1 - ../pom.xml + hibernate-core-parent + 1 - + org.hibernate hibernate-jbosscache2 - jar + 3.3.0-SNAPSHOT + jar - Hibernate JBossCache2.x integration + Hibernate JBossCache2.x Integration Integration of Hibernate with JBossCache (based on JBossCache2.x APIs) ${groupId} - hibernate-core - ${hibernate.core.version} + hibernate-core + ${version} jboss jboss-cache - 2.0.0.BETA2 @@ -36,16 +36,6 @@ - - org.apache.maven.plugins - maven-idea-plugin - - 1.5 - 5.0 - - true - - org.apache.maven.plugins maven-compiler-plugin @@ -57,4 +47,4 @@ - + diff --git a/cache-oscache/pom.xml b/cache-oscache/pom.xml index 53d6a949d6..1fcc5a6fb0 100644 --- a/cache-oscache/pom.xml +++ b/cache-oscache/pom.xml @@ -3,26 +3,26 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.hibernate - hibernate-code - 3.3.0.beta1 - ../pom.xml + hibernate-core-parent + 1 - + org.hibernate hibernate-oscache - jar + 3.3.0-SNAPSHOT + jar - Hibernate OSCache integration + Hibernate OSCache Integration Integration of Hibernate with OSCache ${groupId} - hibernate-core - ${hibernate.core.version} + hibernate-core + ${version} opensymphony @@ -31,4 +31,4 @@ - + diff --git a/cache-swarmcache/pom.xml b/cache-swarmcache/pom.xml index e20ebcb469..d612f86f26 100644 --- a/cache-swarmcache/pom.xml +++ b/cache-swarmcache/pom.xml @@ -3,26 +3,26 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.hibernate - hibernate-code - 3.3.0.beta1 - ../pom.xml + hibernate-core-parent + 1 - + org.hibernate hibernate-swarmcache - jar + 3.3.0-SNAPSHOT + jar - Hibernate SwarmCache integration + Hibernate SwarmCache Integration Integration of Hibernate with SwarmCache ${groupId} - hibernate-core - ${hibernate.core.version} + hibernate-core + ${version} swarmcache @@ -31,4 +31,4 @@ - + diff --git a/connection-c3p0/pom.xml b/connection-c3p0/pom.xml index 0a59572ca1..67d36ff233 100644 --- a/connection-c3p0/pom.xml +++ b/connection-c3p0/pom.xml @@ -3,17 +3,17 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.hibernate - hibernate-code - 3.3.0.beta1 - ../pom.xml + hibernate-core-parent + 1 - + org.hibernate hibernate-c3p0 - jar + 3.3.0-SNAPSHOT + jar Hibernate C3P0 ConnectionProvider C3P0-based implementation of the Hibernate ConnectionProvder contract @@ -21,8 +21,8 @@ ${groupId} - hibernate-core - ${hibernate.core.version} + hibernate-core + ${version} c3p0 @@ -31,4 +31,4 @@ - + diff --git a/connection-proxool/pom.xml b/connection-proxool/pom.xml index 0daf469af2..9c5355d034 100644 --- a/connection-proxool/pom.xml +++ b/connection-proxool/pom.xml @@ -3,17 +3,17 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.hibernate - hibernate-code - 3.3.0.beta1 - ../pom.xml + hibernate-core-parent + 1 - + org.hibernate hibernate-proxool - jar + 3.3.0-SNAPSHOT + jar Hibernate Proxool ConnectionProvider Proxool-based implementation of the Hibernate ConnectionProvder contract @@ -21,8 +21,8 @@ ${groupId} - hibernate-core - ${hibernate.core.version} + hibernate-core + ${version} proxool @@ -31,4 +31,4 @@ - + diff --git a/core/pom.xml b/core/pom.xml index ccf07a2cfc..d0f9c32ae4 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -2,17 +2,17 @@ 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"> - 4.0.0 - - - org.hibernate - hibernate-code - 3.3.0.beta1 - ../pom.xml + 4.0.0 + + + org.hibernate + hibernate-core-parent + 1 org.hibernate hibernate-core + 3.3.0-SNAPSHOT jar Hibernate Core @@ -32,7 +32,6 @@ commons-logging commons-logging - 1.0.4 dom4j diff --git a/documentation/manual/en-US/pom.xml b/documentation/manual/en-US/pom.xml index 154387eb27..a1e6c075c0 100644 --- a/documentation/manual/en-US/pom.xml +++ b/documentation/manual/en-US/pom.xml @@ -3,60 +3,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.hibernate - hibernate-manual - 3.3.0.beta1 - ../pom.xml + hibernate-manual-parent + 1 - + + org.hibernate hibernate-manual-${translation} - docbook - Hibernate Manual (${translation}) + 3.3.0-SNAPSHOT + jdocbook - - - - org.jboss.maven.plugins - maven-jboss-docbook-plugin - 2.0-SNAPSHOT - true - - - com.redhat - docbook-xslt - 0.1 - - - - master.xml - - - pdf - /standard/fopdf.xsl - Hibernate_Reference.pdf - - - eclipse - - - html - /standard/html.xsl - index.html - - - - true - saxon - - - 1.72.0 - - - - - + Hibernate Manual (${translation}) + The Hibernate reference manual (${translation}) en-US diff --git a/documentation/manual/es-ES/pom.xml b/documentation/manual/es-ES/pom.xml index 1b53f5021b..f739031f79 100644 --- a/documentation/manual/es-ES/pom.xml +++ b/documentation/manual/es-ES/pom.xml @@ -3,17 +3,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.hibernate - hibernate-manual - 3.3.0.beta1 - ../pom.xml + hibernate-manual-parent + 1 - + + org.hibernate hibernate-manual-${translation} - pom + 3.3.0-SNAPSHOT + jdocbook + Hibernate Manual (${translation}) + The Hibernate reference manual (${translation}) es-ES diff --git a/documentation/manual/fr-FR/pom.xml b/documentation/manual/fr-FR/pom.xml index f0926d82ed..9bc2988778 100644 --- a/documentation/manual/fr-FR/pom.xml +++ b/documentation/manual/fr-FR/pom.xml @@ -3,19 +3,23 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.hibernate - hibernate-manual - 3.3.0.beta1 - ../pom.xml + hibernate-manual-parent + 1 - + + org.hibernate hibernate-manual-${translation} - pom + 3.3.0-SNAPSHOT + jdocbook + Hibernate Manual (${translation}) + The Hibernate reference manual (${translation}) fr-FR + diff --git a/documentation/manual/ja-JP/pom.xml b/documentation/manual/ja-JP/pom.xml index fa54730671..50b1bd4662 100644 --- a/documentation/manual/ja-JP/pom.xml +++ b/documentation/manual/ja-JP/pom.xml @@ -3,17 +3,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.hibernate - hibernate-manual - 3.3.0.beta1 - ../pom.xml + hibernate-manual-parent + 1 - + + org.hibernate hibernate-manual-${translation} - pom + 3.3.0-SNAPSHOT + jdocbook + Hibernate Manual (${translation}) + The Hibernate reference manual (${translation}) ja-JP diff --git a/documentation/manual/ko-KR/pom.xml b/documentation/manual/ko-KR/pom.xml index 2984721749..057eea0f8d 100644 --- a/documentation/manual/ko-KR/pom.xml +++ b/documentation/manual/ko-KR/pom.xml @@ -3,17 +3,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.hibernate - hibernate-manual - 3.3.0.beta1 - ../pom.xml + hibernate-manual-parent + 1 - + + org.hibernate hibernate-manual-${translation} - pom + 3.3.0-SNAPSHOT + jdocbook + Hibernate Manual (${translation}) + The Hibernate reference manual (${translation}) ko-KR diff --git a/documentation/manual/pom.xml b/documentation/manual/pom.xml index c8f6bfdfc5..ac48e56190 100644 --- a/documentation/manual/pom.xml +++ b/documentation/manual/pom.xml @@ -3,86 +3,24 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.hibernate - hibernate-documentation - 3.3.0.beta1 - ../pom.xml + hibernate-core-parent + 1 - + + org.hibernate hibernate-manual + 3.3.0-SNAPSHOT pom - Hibernate Manual - The Hibernate reference manual + + Hibernate Manual (aggregator) + The Hibernate reference manual (aggregator) en-US fr-FR - - - - org.jboss.maven.plugins - maven-jboss-docbook-plugin - 1.0 - - - - generate - - - - - - org.hibernate - hibernate-docbook-xslt - 0.1 - - - - master.xml - - - pdf - /standard/fopdf.xsl - hibernate_reference.pdf - - - html - /standard/html.xsl - index.html - - - true - - true - saxon - - - custom.titlepage.img - ${basedir}/src/main/resources/shared/images/hibernate_logo_a.png - - - - - - - - - - - en-US - - diff --git a/documentation/manual/pt-BR/pom.xml b/documentation/manual/pt-BR/pom.xml index 570e1d1d24..2f277e6cfd 100644 --- a/documentation/manual/pt-BR/pom.xml +++ b/documentation/manual/pt-BR/pom.xml @@ -3,17 +3,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.hibernate - hibernate-manual - 3.3.0.beta1 - .../pom.xml + hibernate-manual-parent + 1 - + + org.hibernate hibernate-manual-${translation} - pom + 3.3.0-SNAPSHOT + jdocbook + Hibernate Manual (${translation}) + The Hibernate reference manual (${translation}) pt-BR diff --git a/documentation/manual/zh-CN/pom.xml b/documentation/manual/zh-CN/pom.xml index 7f120800c0..7093ab462a 100644 --- a/documentation/manual/zh-CN/pom.xml +++ b/documentation/manual/zh-CN/pom.xml @@ -3,17 +3,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.hibernate - hibernate-manual - 3.3.0.beta1 - ../pom.xml + hibernate-manual-parent + 1 - + + org.hibernate hibernate-manual-${translation} - pom + 3.3.0-SNAPSHOT + jdocbook + Hibernate Manual (${translation}) + The Hibernate reference manual (${translation}) zh-CN diff --git a/documentation/pom.xml b/documentation/pom.xml index 5530327015..99633cc1e1 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -3,18 +3,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.hibernate - hibernate-parent - 3.3.0.beta1 - ../pom.xml + hibernate-core-parent + 1 - + + org.hibernate hibernate-documentation + 3.3.0-SNAPSHOT pom - - Hibernate Core - Documentation + + Hibernate Core - Documentation Grouping of Hibernate Core Project documentation modules diff --git a/documentation/tutorial/pom.xml b/documentation/tutorial/pom.xml index ef8db1ebeb..2d42a2d841 100644 --- a/documentation/tutorial/pom.xml +++ b/documentation/tutorial/pom.xml @@ -3,17 +3,18 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.hibernate - hibernate-documentation - 3.3.0.beta1 - ../pom.xml + hibernate-core-parent + 1 - + org.hibernate hibernate-tutorial + 3.3.0-SNAPSHOT war + Hibernate Tutorial A tutorial project showcasing Hibernate usage @@ -21,7 +22,7 @@ org.hibernate hibernate-core - ${hibernate.core.version} + ${version} javax.servlet diff --git a/eg/pom.xml b/eg/pom.xml index 6a684b537b..b467f356bc 100644 --- a/eg/pom.xml +++ b/eg/pom.xml @@ -5,16 +5,16 @@ 4.0.0 - + org.hibernate - hibernate-code - 3.3.0.beta1 - ../pom.xml + hibernate-core-parent + 1 - + org.hibernate hibernate-eg + 3.3.0-SNAPSHOT jar Hibernate Example @@ -24,7 +24,7 @@ ${groupId} hibernate-core - ${hibernate.core.version} + ${version} diff --git a/jmx/pom.xml b/jmx/pom.xml index d782d131de..53252071c6 100644 --- a/jmx/pom.xml +++ b/jmx/pom.xml @@ -3,27 +3,31 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.hibernate - hibernate-code - 3.3.0.beta1 - ../pom.xml + hibernate-core-parent + 1 - + org.hibernate hibernate-jmx - jar + 3.3.0-SNAPSHOT + jar Hibernate JMX Module - Defines Hibernate JMX functionality + Defines Hibernate JMX capabilities ${groupId} - hibernate-core - ${hibernate.core.version} + hibernate-core + ${version} + + + junit + junit - + diff --git a/testing/pom.xml b/testing/pom.xml index cd82774242..2cd2702546 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -3,17 +3,17 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.hibernate - hibernate-code - 3.3.0.beta1 - ../pom.xml + hibernate-core-parent + 1 - + org.hibernate hibernate-testing - jar + 3.3.0-SNAPSHOT + jar Hibernate Testing Hibernate JUnit test utilities @@ -21,16 +21,15 @@ ${groupId} - hibernate-core - ${hibernate.core.version} + hibernate-core + ${version} junit junit - 3.8.1 compile - + diff --git a/testsuite/pom.xml b/testsuite/pom.xml index e3b0aab517..b2fc94d981 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -3,76 +3,80 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.hibernate - hibernate-code - 3.3.0.beta1 - ../pom.xml + hibernate-core-parent + 1 - + org.hibernate hibernate-testsuite - jar + 3.3.0-SNAPSHOT + jar Hibernate Testsuite The testsuite of Hibernate functionality - ${groupId} - hibernate-core - ${hibernate.core.version} + junit + junit - ${groupId} - hibernate-testing - ${hibernate.core.version} - - - ${groupId} - hibernate-ehcache - ${hibernate.core.version} - - - ${groupId} - hibernate-jbosscache - ${hibernate.core.version} - - - ${groupId} - hibernate-oscache - ${hibernate.core.version} - - - ${groupId} - hibernate-swarmcache - ${hibernate.core.version} + commons-logging + commons-logging log4j log4j - 1.2.11 + + + ${groupId} + hibernate-core + ${version} + + + ${groupId} + hibernate-testing + ${version} + + + ${groupId} + hibernate-ehcache + ${version} + + + ${groupId} + hibernate-jbosscache + ${version} + + + ${groupId} + hibernate-oscache + ${version} + + + ${groupId} + hibernate-swarmcache + ${version} javassist javassist 3.4.GA - true cglib cglib 2.1_3 - true asm asm-attrs 1.5.3 - true - + jaxen @@ -95,7 +99,20 @@ src/test/resources + + + org.jboss.maven.plugins + maven-test-ext-plugin + 1.0.3 + + + + extend + + + + org.apache.maven.plugins maven-surefire-plugin @@ -111,28 +128,9 @@ - - - hsqldb - - true - - - - - false - src/test/profile/hsqldb - - - - - - hsqldb - hsqldb - 1.8.0.2 - - - - + + ${basedir}/src/test/profile/hsqldb/hsqldb-env.xml + hsqldb + - +