HHH-4823 Reordered module list in top level pom. Also renamed some of the project names. now all project names start with "Hibernate" ;-)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18595 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
1a090752a3
commit
373e4f13a8
|
@ -13,7 +13,7 @@
|
|||
<artifactId>hibernate-documentation</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>Hibernate Core - Documentation</name>
|
||||
<name>Hibernate Core Documentation</name>
|
||||
<description>Grouping of Hibernate Core Project documentation modules</description>
|
||||
|
||||
<modules>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<artifactId>hibernate-jdbc3-testing</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>JDBC3-JdbcSupport Testing</name>
|
||||
<name>Hibernate JDBC3-JdbcSupport Testing</name>
|
||||
<description>Test support of JDBC3 through JdbcSupport</description>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
</parent>
|
||||
|
||||
<artifactId>hibernate-jdbc4-testing</artifactId>
|
||||
<name>JDBC4-JdbcSupport Testing</name>
|
||||
<name>Hibernate JDBC4-JdbcSupport Testing</name>
|
||||
<description>Test support of JDBC4 through JdbcSupport</description>
|
||||
|
||||
<build>
|
||||
|
|
10
pom.xml
10
pom.xml
|
@ -19,6 +19,8 @@
|
|||
<modules>
|
||||
<module>parent</module>
|
||||
<module>core</module>
|
||||
<module>testing</module>
|
||||
<module>testsuite</module>
|
||||
<module>cache-ehcache</module>
|
||||
<module>cache-jbosscache</module>
|
||||
<module>cache-oscache</module>
|
||||
|
@ -28,8 +30,6 @@
|
|||
<module>annotations</module>
|
||||
<module>envers</module>
|
||||
<module>jmx</module>
|
||||
<module>testing</module>
|
||||
<module>testsuite</module>
|
||||
<module>jdbc3-testing</module>
|
||||
<module>cache-infinispan</module>
|
||||
<!--
|
||||
|
@ -48,9 +48,6 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
<!--
|
||||
<version>2.0-beta-7</version>
|
||||
-->
|
||||
<version>2.0-beta-9</version>
|
||||
<configuration>
|
||||
<autoVersionSubmodules>true</autoVersionSubmodules>
|
||||
|
@ -84,9 +81,6 @@
|
|||
</activation>
|
||||
<modules>
|
||||
<module>entitymanager</module>
|
||||
<!--
|
||||
<module>cache-infinispan</module>
|
||||
-->
|
||||
<module>jdbc4-testing</module>
|
||||
</modules>
|
||||
</profile>
|
||||
|
|
Loading…
Reference in New Issue