Skip to content

Commit

Permalink
Release picocli version 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Sep 12, 2018
1 parent 92ac998 commit e469aeb
Show file tree
Hide file tree
Showing 112 changed files with 3,308 additions and 847 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Picocli-based applications can easily [integrate](https://picocli.info/#_depende
![Picocli Demo help message with ANSI colors](docs/images/picocli.Demo.png?raw=true)

### Releases
* [Releases](https://github.com/remkop/picocli/releases) - latest: 3.5.2
* [Releases](https://github.com/remkop/picocli/releases) - latest: 3.6.0
* [Picocli 3.0.0 Release Notes](https://github.com/remkop/picocli/releases/tag/v3.0.0) - note there are some [potential breaking changes](https://github.com/remkop/picocli/releases/tag/v3.0.0#3.0.0-breaking-changes) from prior versions
* [Picocli 2.0 Release Notes](https://github.com/remkop/picocli/releases/tag/v2.0.0) - note there are some [potential breaking changes](https://github.com/remkop/picocli/releases/tag/v2.0.0#2.0-breaking-changes) from prior versions

Expand Down Expand Up @@ -166,35 +166,35 @@ See the [source code](https://github.com/remkop/picocli/blob/master/src/main/jav

### Gradle
```
compile 'info.picocli:picocli:3.5.2'
compile 'info.picocli:picocli:3.6.0'
```
### Maven
```
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>3.5.2</version>
<version>3.6.0</version>
</dependency>
```
### Scala SBT
```
libraryDependencies += "info.picocli" % "picocli" % "3.5.2"
libraryDependencies += "info.picocli" % "picocli" % "3.6.0"
```
### Ivy
```
<dependency org="info.picocli" name="picocli" rev="3.5.2" />
<dependency org="info.picocli" name="picocli" rev="3.6.0" />
```
### Grape
```groovy
@Grapes(
@Grab(group='info.picocli', module='picocli', version='3.5.2')
@Grab(group='info.picocli', module='picocli', version='3.6.0')
)
```
### Leiningen
```
[info.picocli/picocli "3.5.2"]
[info.picocli/picocli "3.6.0"]
```
### Buildr
```
'info.picocli:picocli:jar:3.5.2'
'info.picocli:picocli:jar:3.6.0'
```
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# picocli Release Notes

# <a name="3.6.0"></a> Picocli 3.6.0 (UNRELEASED)
# <a name="3.6.0"></a> Picocli 3.6.0
The picocli community is pleased to announce picocli 3.6.0.

This release contains new features, bugfixes and enhancements.
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
group 'info.picocli'
description 'Java command line parser with both an annotations API and a programmatic API. Usage help with ANSI styles and colors. Autocomplete. Nested subcommands. Easily included as source to avoid adding a dependency.'
version '3.6.0-SNAPSHOT'
version '3.6.0'

// for bumpVersion task
def oldVersion = '3\\.5\\.3-SNAPSHOT'
def oldVersion = '3\\.6\\.0-SNAPSHOT'
def oldRevdate = '2018\\-08\\-14'
def revDate = '2018-08-14'
def revDate = '2018-09-12'

// for bumpReadmeVersion task
def previousReleaseVersion = '3.5.2'
Expand Down
2 changes: 1 addition & 1 deletion docs/announcing-picocli-1.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ <h2 id="_feedback_welcome">Feedback Welcome</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2017-12-28 22:53:33 +09:00
Last updated 2018-09-07 22:08:47 +09:00
</div>
</div>
</body>
Expand Down
8 changes: 5 additions & 3 deletions docs/apidocs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_161) on Tue Aug 14 12:48:00 JST 2018 -->
<title>All Classes (picocli 3.5.2 API)</title>
<meta name="date" content="2018-08-14">
<!-- Generated by javadoc (1.8.0_161) on Wed Sep 12 21:50:08 JST 2018 -->
<title>All Classes (picocli 3.6.0 API)</title>
<meta name="date" content="2018-09-12">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down Expand Up @@ -35,6 +35,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="picocli/CommandLine.Help.TextTable.Cell.html" title="class in picocli" target="classFrame">CommandLine.Help.TextTable.Cell</a></li>
<li><a href="picocli/CommandLine.Help.Visibility.html" title="enum in picocli" target="classFrame">CommandLine.Help.Visibility</a></li>
<li><a href="picocli/CommandLine.HelpCommand.html" title="class in picocli" target="classFrame">CommandLine.HelpCommand</a></li>
<li><a href="picocli/CommandLine.IDefaultValueProvider.html" title="interface in picocli" target="classFrame"><span class="interfaceName">CommandLine.IDefaultValueProvider</span></a></li>
<li><a href="picocli/CommandLine.IExceptionHandler.html" title="interface in picocli" target="classFrame"><span class="interfaceName">CommandLine.IExceptionHandler</span></a></li>
<li><a href="picocli/CommandLine.IExceptionHandler2.html" title="interface in picocli" target="classFrame"><span class="interfaceName">CommandLine.IExceptionHandler2</span></a></li>
<li><a href="picocli/CommandLine.IFactory.html" title="interface in picocli" target="classFrame"><span class="interfaceName">CommandLine.IFactory</span></a></li>
Expand All @@ -53,6 +54,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="picocli/CommandLine.Model.CommandSpec.html" title="class in picocli" target="classFrame">CommandLine.Model.CommandSpec</a></li>
<li><a href="picocli/CommandLine.Model.IGetter.html" title="interface in picocli" target="classFrame"><span class="interfaceName">CommandLine.Model.IGetter</span></a></li>
<li><a href="picocli/CommandLine.Model.ISetter.html" title="interface in picocli" target="classFrame"><span class="interfaceName">CommandLine.Model.ISetter</span></a></li>
<li><a href="picocli/CommandLine.Model.Messages.html" title="class in picocli" target="classFrame">CommandLine.Model.Messages</a></li>
<li><a href="picocli/CommandLine.Model.OptionSpec.html" title="class in picocli" target="classFrame">CommandLine.Model.OptionSpec</a></li>
<li><a href="picocli/CommandLine.Model.OptionSpec.Builder.html" title="class in picocli" target="classFrame">CommandLine.Model.OptionSpec.Builder</a></li>
<li><a href="picocli/CommandLine.Model.ParserSpec.html" title="class in picocli" target="classFrame">CommandLine.Model.ParserSpec</a></li>
Expand Down
8 changes: 5 additions & 3 deletions docs/apidocs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_161) on Tue Aug 14 12:48:00 JST 2018 -->
<title>All Classes (picocli 3.5.2 API)</title>
<meta name="date" content="2018-08-14">
<!-- Generated by javadoc (1.8.0_161) on Wed Sep 12 21:50:08 JST 2018 -->
<title>All Classes (picocli 3.6.0 API)</title>
<meta name="date" content="2018-09-12">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down Expand Up @@ -35,6 +35,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="picocli/CommandLine.Help.TextTable.Cell.html" title="class in picocli">CommandLine.Help.TextTable.Cell</a></li>
<li><a href="picocli/CommandLine.Help.Visibility.html" title="enum in picocli">CommandLine.Help.Visibility</a></li>
<li><a href="picocli/CommandLine.HelpCommand.html" title="class in picocli">CommandLine.HelpCommand</a></li>
<li><a href="picocli/CommandLine.IDefaultValueProvider.html" title="interface in picocli"><span class="interfaceName">CommandLine.IDefaultValueProvider</span></a></li>
<li><a href="picocli/CommandLine.IExceptionHandler.html" title="interface in picocli"><span class="interfaceName">CommandLine.IExceptionHandler</span></a></li>
<li><a href="picocli/CommandLine.IExceptionHandler2.html" title="interface in picocli"><span class="interfaceName">CommandLine.IExceptionHandler2</span></a></li>
<li><a href="picocli/CommandLine.IFactory.html" title="interface in picocli"><span class="interfaceName">CommandLine.IFactory</span></a></li>
Expand All @@ -53,6 +54,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="picocli/CommandLine.Model.CommandSpec.html" title="class in picocli">CommandLine.Model.CommandSpec</a></li>
<li><a href="picocli/CommandLine.Model.IGetter.html" title="interface in picocli"><span class="interfaceName">CommandLine.Model.IGetter</span></a></li>
<li><a href="picocli/CommandLine.Model.ISetter.html" title="interface in picocli"><span class="interfaceName">CommandLine.Model.ISetter</span></a></li>
<li><a href="picocli/CommandLine.Model.Messages.html" title="class in picocli">CommandLine.Model.Messages</a></li>
<li><a href="picocli/CommandLine.Model.OptionSpec.html" title="class in picocli">CommandLine.Model.OptionSpec</a></li>
<li><a href="picocli/CommandLine.Model.OptionSpec.Builder.html" title="class in picocli">CommandLine.Model.OptionSpec.Builder</a></li>
<li><a href="picocli/CommandLine.Model.ParserSpec.html" title="class in picocli">CommandLine.Model.ParserSpec</a></li>
Expand Down
10 changes: 5 additions & 5 deletions docs/apidocs/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_161) on Tue Aug 14 12:48:00 JST 2018 -->
<title>Constant Field Values (picocli 3.5.2 API)</title>
<meta name="date" content="2018-08-14">
<!-- Generated by javadoc (1.8.0_161) on Wed Sep 12 21:50:08 JST 2018 -->
<title>Constant Field Values (picocli 3.6.0 API)</title>
<meta name="date" content="2018-09-12">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (picocli 3.5.2 API)";
parent.document.title="Constant Field Values (picocli 3.6.0 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -94,7 +94,7 @@ <h2 title="picocli">picocli.*</h2>
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="picocli/CommandLine.html#VERSION">VERSION</a></code></td>
<td class="colLast"><code>"3.5.2"</code></td>
<td class="colLast"><code>"3.6.0"</code></td>
</tr>
</tbody>
</table>
Expand Down
8 changes: 4 additions & 4 deletions docs/apidocs/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_161) on Tue Aug 14 12:48:00 JST 2018 -->
<title>Deprecated List (picocli 3.5.2 API)</title>
<meta name="date" content="2018-08-14">
<!-- Generated by javadoc (1.8.0_161) on Wed Sep 12 21:50:08 JST 2018 -->
<title>Deprecated List (picocli 3.6.0 API)</title>
<meta name="date" content="2018-09-12">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (picocli 3.5.2 API)";
parent.document.title="Deprecated List (picocli 3.6.0 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/apidocs/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_161) on Tue Aug 14 12:48:01 JST 2018 -->
<title>API Help (picocli 3.5.2 API)</title>
<meta name="date" content="2018-08-14">
<!-- Generated by javadoc (1.8.0_161) on Wed Sep 12 21:50:08 JST 2018 -->
<title>API Help (picocli 3.6.0 API)</title>
<meta name="date" content="2018-09-12">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (picocli 3.5.2 API)";
parent.document.title="API Help (picocli 3.6.0 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit e469aeb

Please sign in to comment.