Skip to content

Commit

Permalink
Updated apache commons cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
darcyparker committed Aug 27, 2015
1 parent 34f21b0 commit b85bad1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions getLibraries/get.apache-commons-cli.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
description="Installs apache-commons-cli library"
unless="ant-hology.availableLibraries.apache-commons-cli">
<getLibraryDefs.tasks.getLib
libUrl="http://mirror.nexcess.net/apache//commons/cli/binaries/commons-cli-1.3-bin.zip"
originalDestDir="commons-cli-1.3"
libUrl="http://mirror.nexcess.net/apache//commons/cli/binaries/commons-cli-1.3.1-bin.zip"
originalDestDir="commons-cli-1.3.1"
libName="apache-commons-cli"
libVersion="1.3"
libVersion="1.3.1"
classpath="apache-commons-cli.classpath"/>
</target>

Expand Down
2 changes: 1 addition & 1 deletion paths/apache-commons-cli.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- See http://commons.apache.org/proper/commons-cli/ -->
<path
id="apache-commons-cli.classpath"
path="${ant-hology.lib.dir}/apache-commons-cli-1.3/commons-cli-1.3.jar"
path="${ant-hology.lib.dir}/apache-commons-cli-1.3.1/commons-cli-1.3.1.jar"
/>

<property name="ant-hology.pathdefs.apache-commons-cli.loaded" value="true"/>
Expand Down

0 comments on commit b85bad1

Please sign in to comment.