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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 6 05:32:18 EST 2008


Author: dimitris at jboss.org
Date: 2008-11-06 05:32:18 -0500 (Thu, 06 Nov 2008)
New Revision: 80580

Modified:
   trunk/component-matrix/pom.xml
Log:
actually use version.junit

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2008-11-06 10:31:14 UTC (rev 80579)
+++ trunk/component-matrix/pom.xml	2008-11-06 10:32:18 UTC (rev 80580)
@@ -28,7 +28,7 @@
 
   <!-- Properties -->
   <properties>
-    <version.junit>3.8.2-brew</version.junit>
+    <version.junit>3.8.2</version.junit>
     <version.jacorb>2.3.0jboss.patch5-brew</version.jacorb>
     <version.jboss.jbossts>4.4.0.GA</version.jboss.jbossts>
     <version.jboss.jms-integration-tests>1.0.1.GA</version.jboss.jms-integration-tests>
@@ -985,13 +985,12 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>3.8.1</version>
+        <version>${version.junit}</version>
       </dependency>
-      
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>3.8.1</version>
+        <version>${version.junit}</version>
         <scope>test</scope>
       </dependency>
       




More information about the jboss-cvs-commits mailing list