Revision: 6310
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6310&view=rev
Author: manningr
Date: 2011-07-10 18:37:00 +0000 (Sun, 10 Jul 2011)
Log Message:
-----------
New property for commons-cli library. This is now used in two places (fw and dbcopy). This is being done for feature request 3291501. Also, this changes the version of commons-cli from 1.0 to 1.2. (This supposedly a backward-compatible change - we
'll see)
Modified Paths:
--------------
trunk/sql12/fw/pom.xml
Modified: trunk/sql12/fw/pom.xml
===================================================================
--- trunk/sql12/fw/pom.xml 2011-07-10 18:35:27 UTC (rev 6309)
+++ trunk/sql12/fw/pom.xml 2011-07-10 18:37:00 UTC (rev 6310)
@@ -82,7 +82,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
- <version>1.0</version>
+ <version>${commons-cli-version}</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|