[jboss-cvs] JBossAS SVN: r105895 - in trunk: depchain and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 9 14:38:16 EDT 2010


Author: pgier
Date: 2010-06-09 14:38:16 -0400 (Wed, 09 Jun 2010)
New Revision: 105895

Modified:
   trunk/build/pom.xml
   trunk/depchain/pom.xml
   trunk/hornetq-int/pom.xml
Log:
[JBAS-8091] Fix POM validation warnings.

Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml	2010-06-09 18:37:36 UTC (rev 105894)
+++ trunk/build/pom.xml	2010-06-09 18:38:16 UTC (rev 105895)
@@ -23,7 +23,7 @@
     <dependency>
       <groupId>org.jboss.jbossas</groupId>
       <artifactId>jboss-as-depchain</artifactId>
-      <version>${version}</version>
+      <version>${project.version}</version>
       <optional>true</optional>
       <type>pom</type>
     </dependency>

Modified: trunk/depchain/pom.xml
===================================================================
--- trunk/depchain/pom.xml	2010-06-09 18:37:36 UTC (rev 105894)
+++ trunk/depchain/pom.xml	2010-06-09 18:38:16 UTC (rev 105895)
@@ -1,5 +1,4 @@
-<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">
+<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.jboss.jbossas</groupId>
     <artifactId>jboss-as-parent</artifactId>
@@ -177,7 +176,7 @@
     <dependency>
       <groupId>org.jboss.jbossas.osgi</groupId>
       <artifactId>jboss-as-osgi-distribution</artifactId>
-      <version>${version}</version>
+      <version>${project.version}</version>
       <type>pom</type>
     </dependency>
     <dependency>
@@ -418,10 +417,6 @@
       <artifactId>hornetq-ra</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.hornetq</groupId>
-      <artifactId>hornetq-resources</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.jboss.spec.javax.el</groupId>
       <artifactId>jboss-el-api_2.2_spec</artifactId>
     </dependency>

Modified: trunk/hornetq-int/pom.xml
===================================================================
--- trunk/hornetq-int/pom.xml	2010-06-09 18:37:36 UTC (rev 105894)
+++ trunk/hornetq-int/pom.xml	2010-06-09 18:38:16 UTC (rev 105895)
@@ -15,7 +15,7 @@
   <description>JBoss Application Server (messaging module)</description>
   
   <build>
-    <finalName>${artifactId}</finalName>
+    <finalName>${project.artifactId}</finalName>
     <resources>
       <resource>
         <directory>src/resources</directory>



More information about the jboss-cvs-commits mailing list