[jboss-cvs] JBossAS SVN: r86980 - branches/Branch_5_x/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 8 14:26:58 EDT 2009


Author: dimitris at jboss.org
Date: 2009-04-08 14:26:58 -0400 (Wed, 08 Apr 2009)
New Revision: 86980

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

Modified: branches/Branch_5_x/component-matrix/pom.xml
===================================================================
--- branches/Branch_5_x/component-matrix/pom.xml	2009-04-08 18:13:19 UTC (rev 86979)
+++ branches/Branch_5_x/component-matrix/pom.xml	2009-04-08 18:26:58 UTC (rev 86980)
@@ -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>
@@ -291,13 +292,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