You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Benedikt Ritter <br...@apache.org> on 2015/06/18 08:48:52 UTC

[ANNOUNCE] Apache Commons CLI 1.3.1 released!

The Apache Commons Team is pleased to announce the release of Apache
Commons CLI 1.3.1.

The Apache Commons CLI library provides an API for parsing command line
options passed to programs. It's also able to print help messages detailing
the options available for a command line tool.

1.3.1 is binary compatible to the last release 1.3. The only change
compared to 1.3 is the fix of CLI-252 [1]. The minimum required JDK version
for this release is 1.5.

Source and binary distributions are available for download from the Apache
Commons download site:
  http://commons.apache.org/proper/commons-cli/download_cli.cgi

When downloading, please verify signatures using the KEYS file available at
the above location.

Alternatively the release can be pulled via maven:
<dependency>
  <groupId>commons-cli</groupId>
  <artifactId>commons-cli</artifactId>
  <version>1.3.1</version>
</dependency>

For complete information on Commons CLI, including instructions on how to
submit bug reports, patches, or suggestions for improvement, see the Apache
Commons CLI website:

http://commons.apache.org/proper/commons-cli/

Thank you!

Benedikt Ritter,
on behalf of the Apache Commons Community

[1] https://issues.apache.org/jira/browse/CLI-252


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter

Re: [ANNOUNCE] Apache Commons CLI 1.3.1 released!

Posted by Paul King <pa...@asert.com.au>.
Nice work!

On Thu, Jun 18, 2015 at 4:48 PM, Benedikt Ritter <br...@apache.org> wrote:

> The Apache Commons Team is pleased to announce the release of Apache
> Commons CLI 1.3.1.
>
> The Apache Commons CLI library provides an API for parsing command line
> options passed to programs. It's also able to print help messages detailing
> the options available for a command line tool.
>
> 1.3.1 is binary compatible to the last release 1.3. The only change
> compared to 1.3 is the fix of CLI-252 [1]. The minimum required JDK version
> for this release is 1.5.
>
> Source and binary distributions are available for download from the Apache
> Commons download site:
>   http://commons.apache.org/proper/commons-cli/download_cli.cgi
>
> When downloading, please verify signatures using the KEYS file available at
> the above location.
>
> Alternatively the release can be pulled via maven:
> <dependency>
>   <groupId>commons-cli</groupId>
>   <artifactId>commons-cli</artifactId>
>   <version>1.3.1</version>
> </dependency>
>
> For complete information on Commons CLI, including instructions on how to
> submit bug reports, patches, or suggestions for improvement, see the Apache
> Commons CLI website:
>
> http://commons.apache.org/proper/commons-cli/
>
> Thank you!
>
> Benedikt Ritter,
> on behalf of the Apache Commons Community
>
> [1] https://issues.apache.org/jira/browse/CLI-252
>
>
> --
> http://people.apache.org/~britter/
> http://www.systemoutprintln.de/
> http://twitter.com/BenediktRitter
> http://github.com/britter
>