summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2010-08-31 22:03:49 -0700
committerCedric Beust <cedric@beust.com>2010-08-31 22:03:49 -0700
commit2932c0bfad421f0fcc5634518b3418bf8453eeda (patch)
tree70310833db93055ab8825ea38f57cf54569a64b8 /doc
parente97a6429e8ec68a3feecb5d40ec3a75cfbadb526 (diff)
downloadjcommander-2932c0bfad421f0fcc5634518b3418bf8453eeda.tar.gz
Update doc to 1.6.
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 8a8ae1e..067dfae 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -615,7 +615,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.5.jar">Jar file</a></li>
+ <li><a href="http://beust.com/jcommander/jcommander-1.6.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">
@@ -623,7 +623,7 @@ You can download JCommander from the following locations:
<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
- <version>1.5</version>
+ <version>1.6</version>
</dependency>
</pre>