[hornetq-commits] JBoss hornetq SVN: r10736 - in trunk: hornetq-commons and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu May 26 06:06:07 EDT 2011


Author: borges
Date: 2011-05-26 06:06:07 -0400 (Thu, 26 May 2011)
New Revision: 10736

Added:
   trunk/hornetq-commons/
Removed:
   trunk/hornetq-logging/
Modified:
   trunk/hornetq-commons/pom.xml
   trunk/pom.xml
Log:
HORNETQ-698 rename hq-logging into hq-commons

Modified: trunk/hornetq-commons/pom.xml
===================================================================
--- trunk/hornetq-logging/pom.xml	2011-05-25 17:46:07 UTC (rev 10732)
+++ trunk/hornetq-commons/pom.xml	2011-05-26 10:06:07 UTC (rev 10736)
@@ -8,9 +8,9 @@
       <version>2.2.3-SNAPSHOT</version>
    </parent>
 
-   <artifactId>hornetq-logging</artifactId>
+   <artifactId>hornetq-commons</artifactId>
    <packaging>jar</packaging>
-   <name>HornetQ Logging</name>
+   <name>HornetQ Commons</name>
 
    <dependencies>
       <dependency>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2011-05-25 21:41:06 UTC (rev 10735)
+++ trunk/pom.xml	2011-05-26 10:06:07 UTC (rev 10736)
@@ -125,7 +125,7 @@
       <module>hornetq-jms</module>
       <module>hornetq-jms-client</module>
       <module>hornetq-ra</module>
-      <module>hornetq-logging</module>
+      <module>hornetq-commons</module>
       <module>hornetq-bootstrap</module>
       <module>hornetq-jboss-as-integration</module>
       <module>hornetq-twitter-integration</module>



More information about the hornetq-commits mailing list