summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2010-08-08 09:15:56 -0700
committerCedric Beust <cedric@beust.com>2010-08-08 09:15:56 -0700
commit352b129e4630f602cc705668bf30e392f8b5060a (patch)
tree40d6440896e13eb2f5169942058f0b1043cb22db /doc
parentb5eff7a41137d62788593ee971e9c72dc9e6d4a3 (diff)
downloadplatform_external_jcommander-352b129e4630f602cc705668bf30e392f8b5060a.tar.gz
platform_external_jcommander-352b129e4630f602cc705668bf30e392f8b5060a.tar.bz2
platform_external_jcommander-352b129e4630f602cc705668bf30e392f8b5060a.zip
JCommander 1.5
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html
index e376145..36cec59 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -604,7 +604,7 @@ You can download JCommander from the following locations:
<ul>
<li><a href="http://github.com/cbeust/jcommander">Source on github</a></li>
- <li><a href="http://beust.com/jcommander/jcommander-1.4.jar">Jar file</a></li>
+ <li><a href="http://beust.com/jcommander/jcommander-1.5.jar">Jar file</a></li>
<li>Or if you are using Maven, add the following dependency to your <tt>pom.xml</tt>:
<pre class="brush: xml">
@@ -612,7 +612,7 @@ You can download JCommander from the following locations:
<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
- <version>1.4</version>
+ <version>1.5</version>
</dependency>
</pre>