[hornetq-commits] JBoss hornetq SVN: r11111 - in trunk: hornetq-ra and 3 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Aug 4 05:47:53 EDT 2011


Author: borges
Date: 2011-08-04 05:47:53 -0400 (Thu, 04 Aug 2011)
New Revision: 11111

Modified:
   trunk/hornetq-bootstrap/pom.xml
   trunk/hornetq-ra/pom.xml
   trunk/hornetq-rest/hornetq-rest/pom.xml
   trunk/tests/joram-tests/pom.xml
   trunk/tests/pom.xml
Log:
Fix Maven warnings.

Modified: trunk/hornetq-bootstrap/pom.xml
===================================================================
--- trunk/hornetq-bootstrap/pom.xml	2011-08-04 08:58:14 UTC (rev 11110)
+++ trunk/hornetq-bootstrap/pom.xml	2011-08-04 09:47:53 UTC (rev 11111)
@@ -10,7 +10,6 @@
 
     <artifactId>hornetq-bootstrap</artifactId>
     <packaging>jar</packaging>
-    <version>2.2.3-SNAPSHOT</version>
     <name>HornetQ Bootstrap</name>
 
     <dependencies>
@@ -22,12 +21,10 @@
         <dependency>
             <groupId>org.jboss.microcontainer</groupId>
             <artifactId>jboss-kernel</artifactId>
-            <version>2.0.6.GA</version>
         </dependency>
         <dependency>
             <groupId>org.jboss</groupId>
             <artifactId>jboss-common-core</artifactId>
-            <version>2.2.14.GA</version>
         </dependency>
     </dependencies>
 

Modified: trunk/hornetq-ra/pom.xml
===================================================================
--- trunk/hornetq-ra/pom.xml	2011-08-04 08:58:14 UTC (rev 11110)
+++ trunk/hornetq-ra/pom.xml	2011-08-04 09:47:53 UTC (rev 11111)
@@ -1,4 +1,5 @@
-<project>
+<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/maven-v4_0_0.xsd">
    <name>HornetQ RAR POM</name>
    <modelVersion>4.0.0</modelVersion>
 

Modified: trunk/hornetq-rest/hornetq-rest/pom.xml
===================================================================
--- trunk/hornetq-rest/hornetq-rest/pom.xml	2011-08-04 08:58:14 UTC (rev 11110)
+++ trunk/hornetq-rest/hornetq-rest/pom.xml	2011-08-04 09:47:53 UTC (rev 11111)
@@ -7,7 +7,6 @@
         <version>2.2.3-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.hornetq.rest</groupId>
     <artifactId>hornetq-rest</artifactId>
     <packaging>jar</packaging>
     <name>HornetQ REST Interface Implementation</name>

Modified: trunk/tests/joram-tests/pom.xml
===================================================================
--- trunk/tests/joram-tests/pom.xml	2011-08-04 08:58:14 UTC (rev 11110)
+++ trunk/tests/joram-tests/pom.xml	2011-08-04 09:47:53 UTC (rev 11111)
@@ -20,7 +20,6 @@
       <version>2.2.3-SNAPSHOT</version>
    </parent>
 
-   <groupId>org.hornetq.tests</groupId>
    <artifactId>joram-tests</artifactId>
    <packaging>jar</packaging>
    <name>HornetQ Joram Tests</name>

Modified: trunk/tests/pom.xml
===================================================================
--- trunk/tests/pom.xml	2011-08-04 08:58:14 UTC (rev 11110)
+++ trunk/tests/pom.xml	2011-08-04 09:47:53 UTC (rev 11111)
@@ -1,4 +1,5 @@
-<project>
+<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/maven-v4_0_0.xsd">
    <parent>
       <groupId>org.hornetq</groupId>
       <artifactId>hornetq-pom</artifactId>



More information about the hornetq-commits mailing list