[jboss-cvs] JBossAS SVN: r86982 - trunk/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 8 14:39:43 EDT 2009


Author: dimitris at jboss.org
Date: 2009-04-08 14:39:43 -0400 (Wed, 08 Apr 2009)
New Revision: 86982

Modified:
   trunk/component-matrix/pom.xml
Log:
prepare for xalan upgrade

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2009-04-08 18:30:49 UTC (rev 86981)
+++ trunk/component-matrix/pom.xml	2009-04-08 18:39:43 UTC (rev 86982)
@@ -28,6 +28,7 @@
 
   <!-- Properties -->
   <properties>
+    <version.apache.xalan>2.7.0.patch01-brew</version.apache.xalan>
     <version.jacorb>2.3.0jboss.patch6-brew</version.jacorb>
     <version.javax.faces>1.2_12</version.javax.faces>
     <version.jboss.jaxr>1.2.1.GA</version.jboss.jaxr>
@@ -292,13 +293,13 @@
       <dependency>
         <groupId>apache-xalan</groupId>
         <artifactId>serializer</artifactId>
-        <version>2.7.0.patch01-brew</version>
+        <version>${version.apache.xalan}</version>
       </dependency>
       
       <dependency>
         <groupId>apache-xalan</groupId>
         <artifactId>xalan</artifactId>
-        <version>2.7.0.patch01-brew</version>
+        <version>${version.apache.xalan}</version>
       </dependency>
       
       <dependency>




More information about the jboss-cvs-commits mailing list