Skip to content

Commit cebee00

Browse files
committed
Release picocli version 3.6.1
1 parent 56dcfb8 commit cebee00

File tree

102 files changed

+444
-421
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+444
-421
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Picocli-based applications can easily [integrate](https://picocli.info/#_depende
4444
![Picocli Demo help message with ANSI colors](docs/images/picocli.Demo.png?raw=true)
4545

4646
### Releases
47-
* [Releases](https://github.com/remkop/picocli/releases) - latest: 3.6.0
47+
* [Releases](https://github.com/remkop/picocli/releases) - latest: 3.6.1
4848
* [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
4949
* [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
5050

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

169169
### Gradle
170170
```
171-
compile 'info.picocli:picocli:3.6.0'
171+
compile 'info.picocli:picocli:3.6.1'
172172
```
173173
### Maven
174174
```
175175
<dependency>
176176
<groupId>info.picocli</groupId>
177177
<artifactId>picocli</artifactId>
178-
<version>3.6.0</version>
178+
<version>3.6.1</version>
179179
</dependency>
180180
```
181181
### Scala SBT
182182
```
183-
libraryDependencies += "info.picocli" % "picocli" % "3.6.0"
183+
libraryDependencies += "info.picocli" % "picocli" % "3.6.1"
184184
```
185185
### Ivy
186186
```
187-
<dependency org="info.picocli" name="picocli" rev="3.6.0" />
187+
<dependency org="info.picocli" name="picocli" rev="3.6.1" />
188188
```
189189
### Grape
190190
```groovy
191191
@Grapes(
192-
@Grab(group='info.picocli', module='picocli', version='3.6.0')
192+
@Grab(group='info.picocli', module='picocli', version='3.6.1')
193193
)
194194
```
195195
### Leiningen
196196
```
197-
[info.picocli/picocli "3.6.0"]
197+
[info.picocli/picocli "3.6.1"]
198198
```
199199
### Buildr
200200
```
201-
'info.picocli:picocli:jar:3.6.0'
201+
'info.picocli:picocli:jar:3.6.1'
202202
```

RELEASE-NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# picocli Release Notes
22

3-
# <a name="3.6.1"></a> Picocli 3.6.1 (UNRELEASED)
3+
# <a name="3.6.1"></a> Picocli 3.6.1
44
The picocli community is pleased to announce picocli 3.6.1.
55

66
This release contains bugfixes, minor enhancements and documentation improvements.

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
group 'info.picocli'
22
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.'
3-
version '3.6.1-SNAPSHOT'
3+
version '3.6.1'
44

55
// for bumpVersion task
6-
def oldVersion = '3\\.6\\.0'
6+
def oldVersion = '3\\.6\\.1-SNAPSHOT'
77
def oldRevdate = '2018\\-09\\-12'
8-
def revDate = '2018-09-12'
8+
def revDate = '2018-09-28'
99

1010
// for bumpReadmeVersion task
1111
def previousReleaseVersion = '3.6.0'

docs/apidocs/allclasses-frame.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_161) on Wed Sep 12 21:50:08 JST 2018 -->
6-
<title>All Classes (picocli 3.6.0 API)</title>
7-
<meta name="date" content="2018-09-12">
5+
<!-- Generated by javadoc (1.8.0_161) on Fri Sep 28 07:07:21 JST 2018 -->
6+
<title>All Classes (picocli 3.6.1 API)</title>
7+
<meta name="date" content="2018-09-28">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/apidocs/allclasses-noframe.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_161) on Wed Sep 12 21:50:08 JST 2018 -->
6-
<title>All Classes (picocli 3.6.0 API)</title>
7-
<meta name="date" content="2018-09-12">
5+
<!-- Generated by javadoc (1.8.0_161) on Fri Sep 28 07:07:21 JST 2018 -->
6+
<title>All Classes (picocli 3.6.1 API)</title>
7+
<meta name="date" content="2018-09-28">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/apidocs/constant-values.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_161) on Wed Sep 12 21:50:08 JST 2018 -->
6-
<title>Constant Field Values (picocli 3.6.0 API)</title>
7-
<meta name="date" content="2018-09-12">
5+
<!-- Generated by javadoc (1.8.0_161) on Fri Sep 28 07:07:19 JST 2018 -->
6+
<title>Constant Field Values (picocli 3.6.1 API)</title>
7+
<meta name="date" content="2018-09-28">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="Constant Field Values (picocli 3.6.0 API)";
15+
parent.document.title="Constant Field Values (picocli 3.6.1 API)";
1616
}
1717
}
1818
catch(err) {
@@ -94,7 +94,7 @@ <h2 title="picocli">picocli.*</h2>
9494
<!-- -->
9595
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
9696
<td><code><a href="picocli/CommandLine.html#VERSION">VERSION</a></code></td>
97-
<td class="colLast"><code>"3.6.0"</code></td>
97+
<td class="colLast"><code>"3.6.1"</code></td>
9898
</tr>
9999
</tbody>
100100
</table>

docs/apidocs/deprecated-list.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_161) on Wed Sep 12 21:50:08 JST 2018 -->
6-
<title>Deprecated List (picocli 3.6.0 API)</title>
7-
<meta name="date" content="2018-09-12">
5+
<!-- Generated by javadoc (1.8.0_161) on Fri Sep 28 07:07:20 JST 2018 -->
6+
<title>Deprecated List (picocli 3.6.1 API)</title>
7+
<meta name="date" content="2018-09-28">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="Deprecated List (picocli 3.6.0 API)";
15+
parent.document.title="Deprecated List (picocli 3.6.1 API)";
1616
}
1717
}
1818
catch(err) {

docs/apidocs/help-doc.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_161) on Wed Sep 12 21:50:08 JST 2018 -->
6-
<title>API Help (picocli 3.6.0 API)</title>
7-
<meta name="date" content="2018-09-12">
5+
<!-- Generated by javadoc (1.8.0_161) on Fri Sep 28 07:07:21 JST 2018 -->
6+
<title>API Help (picocli 3.6.1 API)</title>
7+
<meta name="date" content="2018-09-28">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="API Help (picocli 3.6.0 API)";
15+
parent.document.title="API Help (picocli 3.6.1 API)";
1616
}
1717
}
1818
catch(err) {

docs/apidocs/index-all.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_161) on Wed Sep 12 21:50:08 JST 2018 -->
6-
<title>Index (picocli 3.6.0 API)</title>
7-
<meta name="date" content="2018-09-12">
5+
<!-- Generated by javadoc (1.8.0_161) on Fri Sep 28 07:07:20 JST 2018 -->
6+
<title>Index (picocli 3.6.1 API)</title>
7+
<meta name="date" content="2018-09-28">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="Index (picocli 3.6.0 API)";
15+
parent.document.title="Index (picocli 3.6.1 API)";
1616
}
1717
}
1818
catch(err) {
@@ -2831,7 +2831,7 @@ <h2 class="title">V</h2>
28312831
</dd>
28322832
<dt><span class="memberNameLink"><a href="picocli/CommandLine.html#VERSION">VERSION</a></span> - Static variable in class picocli.<a href="picocli/CommandLine.html" title="class in picocli">CommandLine</a></dt>
28332833
<dd>
2834-
<div class="block">This is picocli version "3.6.0".</div>
2834+
<div class="block">This is picocli version "3.6.1".</div>
28352835
</dd>
28362836
<dt><span class="memberNameLink"><a href="picocli/CommandLine.Model.OptionSpec.Builder.html#versionHelp--">versionHelp()</a></span> - Method in class picocli.<a href="picocli/CommandLine.Model.OptionSpec.Builder.html" title="class in picocli">CommandLine.Model.OptionSpec.Builder</a></dt>
28372837
<dd>

docs/apidocs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_161) on Wed Sep 12 21:50:08 JST 2018 -->
6-
<title>picocli 3.6.0 API</title>
5+
<!-- Generated by javadoc (1.8.0_161) on Fri Sep 28 07:07:21 JST 2018 -->
6+
<title>picocli 3.6.1 API</title>
77
<script type="text/javascript">
88
tmpTargetPage = "" + window.location.search;
99
if (tmpTargetPage != "" && tmpTargetPage != "undefined")

0 commit comments

Comments
 (0)