[jboss-cvs] JBossAS SVN: r114650 - branches/JBPAPP_5/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 3 21:11:41 EST 2014


Author: huwang
Date: 2014-01-03 21:11:41 -0500 (Fri, 03 Jan 2014)
New Revision: 114650

Modified:
   branches/JBPAPP_5/component-matrix/pom.xml
Log:
Add version properties for commons-cli

Modified: branches/JBPAPP_5/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5/component-matrix/pom.xml	2014-01-03 11:56:15 UTC (rev 114649)
+++ branches/JBPAPP_5/component-matrix/pom.xml	2014-01-04 02:11:41 UTC (rev 114650)
@@ -111,6 +111,7 @@
     <version.apacheds>2.0.0-M7</version.apacheds>
     <version.org.apache.httpcomponents>4.2.1</version.org.apache.httpcomponents>
     <version.org.apache.santuario>1.5.6</version.org.apache.santuario>
+    <version.commons-cli.commons-cli>1.0</version.commons-cli.commons-cli>
   </properties>
 
   <!-- Dependency Management -->
@@ -199,7 +200,7 @@
       <dependency>
         <groupId>commons-cli</groupId>
         <artifactId>commons-cli</artifactId>
-        <version>1.0</version>
+        <version>${version.commons-cli.commons-cli}</version>
       </dependency>
       
       <dependency>



More information about the jboss-cvs-commits mailing list