[jboss-cvs] JBossAS SVN: r114528 - in branches/JBPAPP_5: component-matrix and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 9 05:54:14 EDT 2013


Author: wolfc
Date: 2013-10-09 05:54:14 -0400 (Wed, 09 Oct 2013)
New Revision: 114528

Modified:
   branches/JBPAPP_5/component-matrix/pom.xml
   branches/JBPAPP_5/pom.xml
Log:
JBPAPP-10712: fix build issues


Modified: branches/JBPAPP_5/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5/component-matrix/pom.xml	2013-10-09 09:39:18 UTC (rev 114527)
+++ branches/JBPAPP_5/component-matrix/pom.xml	2013-10-09 09:54:14 UTC (rev 114528)
@@ -974,12 +974,6 @@
         <version>${version.hornetq}</version>
       </dependency>
       
-       <dependency>
-       <groupId>org.hornetq</groupId>
-       <artifactId>hornetq-ra</artifactId>
-       <version>${version.hornetq}</version>
-     </dependency>
-
       <dependency>
         <groupId>org.hornetq</groupId>
         <artifactId>hornetq-bootstrap</artifactId>
@@ -1022,6 +1016,12 @@
         <version>${version.hornetq}</version>
       </dependency>
 
+      <dependency>
+        <groupId>org.hornetq</groupId>
+        <artifactId>hornetq-ra</artifactId>
+        <version>${version.hornetq}</version>
+      </dependency>
+
        <dependency>
          <groupId>org.jboss.netty</groupId>
          <artifactId>netty</artifactId>

Modified: branches/JBPAPP_5/pom.xml
===================================================================
--- branches/JBPAPP_5/pom.xml	2013-10-09 09:39:18 UTC (rev 114527)
+++ branches/JBPAPP_5/pom.xml	2013-10-09 09:54:14 UTC (rev 114528)
@@ -363,7 +363,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-enforcer-plugin</artifactId>
-                        <version>1.3.1</version>
+                        <version>1.0</version>
                         <executions>
                             <execution>
                                 <id>enforce-java-maven-versions</id>



More information about the jboss-cvs-commits mailing list