Skip to content

Commit f6492b5

Browse files
committed
Release picocli version 3.8.1
1 parent 5e773a9 commit f6492b5

File tree

103 files changed

+473
-424
lines changed

Some content is hidden

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

103 files changed

+473
-424
lines changed

README.md

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

4747
### Releases
48-
* [Releases](https://github.com/remkop/picocli/releases) - latest: 3.8.0
48+
* [Releases](https://github.com/remkop/picocli/releases) - latest: 3.8.1
4949
* [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
5050
* [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
5151

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

178178
### Gradle
179179
```
180-
compile 'info.picocli:picocli:3.8.0'
180+
compile 'info.picocli:picocli:3.8.1'
181181
```
182182
### Maven
183183
```
184184
<dependency>
185185
<groupId>info.picocli</groupId>
186186
<artifactId>picocli</artifactId>
187-
<version>3.8.0</version>
187+
<version>3.8.1</version>
188188
</dependency>
189189
```
190190
### Scala SBT
191191
```
192-
libraryDependencies += "info.picocli" % "picocli" % "3.8.0"
192+
libraryDependencies += "info.picocli" % "picocli" % "3.8.1"
193193
```
194194
### Ivy
195195
```
196-
<dependency org="info.picocli" name="picocli" rev="3.8.0" />
196+
<dependency org="info.picocli" name="picocli" rev="3.8.1" />
197197
```
198198
### Grape
199199
```groovy
200200
@Grapes(
201-
@Grab(group='info.picocli', module='picocli', version='3.8.0')
201+
@Grab(group='info.picocli', module='picocli', version='3.8.1')
202202
)
203203
```
204204
### Leiningen
205205
```
206-
[info.picocli/picocli "3.8.0"]
206+
[info.picocli/picocli "3.8.1"]
207207
```
208208
### Buildr
209209
```
210-
'info.picocli:picocli:jar:3.8.0'
210+
'info.picocli:picocli:jar:3.8.1'
211211
```

RELEASE-NOTES.md

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

33

4-
# <a name="3.8.1"></a> Picocli 3.8.1 (UNRELEASED)
4+
# <a name="3.8.1"></a> Picocli 3.8.1
55
The picocli community is pleased to announce picocli 3.8.1.
66

77
This release contains bugfixes and minor enhancements.

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 Tue Nov 13 21:04:52 JST 2018 -->
6-
<title>All Classes (picocli 3.8.0 API)</title>
7-
<meta name="date" content="2018-11-13">
5+
<!-- Generated by javadoc (1.8.0_161) on Sun Dec 02 18:47:33 JST 2018 -->
6+
<title>All Classes (picocli 3.8.1 API)</title>
7+
<meta name="date" content="2018-12-02">
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 Tue Nov 13 21:04:52 JST 2018 -->
6-
<title>All Classes (picocli 3.8.0 API)</title>
7-
<meta name="date" content="2018-11-13">
5+
<!-- Generated by javadoc (1.8.0_161) on Sun Dec 02 18:47:33 JST 2018 -->
6+
<title>All Classes (picocli 3.8.1 API)</title>
7+
<meta name="date" content="2018-12-02">
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 Tue Nov 13 21:04:52 JST 2018 -->
6-
<title>Constant Field Values (picocli 3.8.0 API)</title>
7-
<meta name="date" content="2018-11-13">
5+
<!-- Generated by javadoc (1.8.0_161) on Sun Dec 02 18:47:33 JST 2018 -->
6+
<title>Constant Field Values (picocli 3.8.1 API)</title>
7+
<meta name="date" content="2018-12-02">
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.8.0 API)";
15+
parent.document.title="Constant Field Values (picocli 3.8.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.8.0"</code></td>
97+
<td class="colLast"><code>"3.8.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 Tue Nov 13 21:04:52 JST 2018 -->
6-
<title>Deprecated List (picocli 3.8.0 API)</title>
7-
<meta name="date" content="2018-11-13">
5+
<!-- Generated by javadoc (1.8.0_161) on Sun Dec 02 18:47:33 JST 2018 -->
6+
<title>Deprecated List (picocli 3.8.1 API)</title>
7+
<meta name="date" content="2018-12-02">
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.8.0 API)";
15+
parent.document.title="Deprecated List (picocli 3.8.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 Tue Nov 13 21:04:52 JST 2018 -->
6-
<title>API Help (picocli 3.8.0 API)</title>
7-
<meta name="date" content="2018-11-13">
5+
<!-- Generated by javadoc (1.8.0_161) on Sun Dec 02 18:47:33 JST 2018 -->
6+
<title>API Help (picocli 3.8.1 API)</title>
7+
<meta name="date" content="2018-12-02">
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.8.0 API)";
15+
parent.document.title="API Help (picocli 3.8.1 API)";
1616
}
1717
}
1818
catch(err) {

docs/apidocs/index-all.html

Lines changed: 6 additions & 6 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 Tue Nov 13 21:04:52 JST 2018 -->
6-
<title>Index (picocli 3.8.0 API)</title>
7-
<meta name="date" content="2018-11-13">
5+
<!-- Generated by javadoc (1.8.0_161) on Sun Dec 02 18:47:33 JST 2018 -->
6+
<title>Index (picocli 3.8.1 API)</title>
7+
<meta name="date" content="2018-12-02">
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.8.0 API)";
15+
parent.document.title="Index (picocli 3.8.1 API)";
1616
}
1717
}
1818
catch(err) {
@@ -1041,7 +1041,7 @@ <h2 class="title">E</h2>
10411041
</dd>
10421042
<dt><span class="memberNameLink"><a href="picocli/CommandLine.ExecutionException.html#ExecutionException-picocli.CommandLine-java.lang.String-">ExecutionException(CommandLine, String)</a></span> - Constructor for exception picocli.<a href="picocli/CommandLine.ExecutionException.html" title="class in picocli">CommandLine.ExecutionException</a></dt>
10431043
<dd>&nbsp;</dd>
1044-
<dt><span class="memberNameLink"><a href="picocli/CommandLine.ExecutionException.html#ExecutionException-picocli.CommandLine-java.lang.String-java.lang.Exception-">ExecutionException(CommandLine, String, Exception)</a></span> - Constructor for exception picocli.<a href="picocli/CommandLine.ExecutionException.html" title="class in picocli">CommandLine.ExecutionException</a></dt>
1044+
<dt><span class="memberNameLink"><a href="picocli/CommandLine.ExecutionException.html#ExecutionException-picocli.CommandLine-java.lang.String-java.lang.Throwable-">ExecutionException(CommandLine, String, Throwable)</a></span> - Constructor for exception picocli.<a href="picocli/CommandLine.ExecutionException.html" title="class in picocli">CommandLine.ExecutionException</a></dt>
10451045
<dd>&nbsp;</dd>
10461046
<dt><span class="memberNameLink"><a href="picocli/CommandLine.AbstractHandler.html#exitCode--">exitCode()</a></span> - Method in class picocli.<a href="picocli/CommandLine.AbstractHandler.html" title="class in picocli">CommandLine.AbstractHandler</a></dt>
10471047
<dd>
@@ -2868,7 +2868,7 @@ <h2 class="title">V</h2>
28682868
</dd>
28692869
<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>
28702870
<dd>
2871-
<div class="block">This is picocli version "3.8.0".</div>
2871+
<div class="block">This is picocli version "3.8.1".</div>
28722872
</dd>
28732873
<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>
28742874
<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 Tue Nov 13 21:04:52 JST 2018 -->
6-
<title>picocli 3.8.0 API</title>
5+
<!-- Generated by javadoc (1.8.0_161) on Sun Dec 02 18:47:33 JST 2018 -->
6+
<title>picocli 3.8.1 API</title>
77
<script type="text/javascript">
88
tmpTargetPage = "" + window.location.search;
99
if (tmpTargetPage != "" && tmpTargetPage != "undefined")

docs/apidocs/overview-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 Tue Nov 13 21:04:52 JST 2018 -->
6-
<title>Overview List (picocli 3.8.0 API)</title>
7-
<meta name="date" content="2018-11-13">
5+
<!-- Generated by javadoc (1.8.0_161) on Sun Dec 02 18:47:33 JST 2018 -->
6+
<title>Overview List (picocli 3.8.1 API)</title>
7+
<meta name="date" content="2018-12-02">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

0 commit comments

Comments
 (0)