[hibernate-commits] Hibernate SVN: r18595 - in core/trunk: documentation and 2 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Jan 20 15:31:29 EST 2010


Author: hardy.ferentschik
Date: 2010-01-20 15:31:29 -0500 (Wed, 20 Jan 2010)
New Revision: 18595

Modified:
   core/trunk/documentation/pom.xml
   core/trunk/jdbc3-testing/pom.xml
   core/trunk/jdbc4-testing/pom.xml
   core/trunk/pom.xml
Log:
HHH-4823 Reordered module list in top level pom. Also renamed some of the project names. now all project names start with "Hibernate" ;-)


Modified: core/trunk/documentation/pom.xml
===================================================================
--- core/trunk/documentation/pom.xml	2010-01-20 20:18:56 UTC (rev 18594)
+++ core/trunk/documentation/pom.xml	2010-01-20 20:31:29 UTC (rev 18595)
@@ -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>

Modified: core/trunk/jdbc3-testing/pom.xml
===================================================================
--- core/trunk/jdbc3-testing/pom.xml	2010-01-20 20:18:56 UTC (rev 18594)
+++ core/trunk/jdbc3-testing/pom.xml	2010-01-20 20:31:29 UTC (rev 18595)
@@ -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>

Modified: core/trunk/jdbc4-testing/pom.xml
===================================================================
--- core/trunk/jdbc4-testing/pom.xml	2010-01-20 20:18:56 UTC (rev 18594)
+++ core/trunk/jdbc4-testing/pom.xml	2010-01-20 20:31:29 UTC (rev 18595)
@@ -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>

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2010-01-20 20:18:56 UTC (rev 18594)
+++ core/trunk/pom.xml	2010-01-20 20:31:29 UTC (rev 18595)
@@ -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>            



More information about the hibernate-commits mailing list