Skip to content

Commit 0dc1968

Browse files
committed
Release picocli version 3.9.3
1 parent 852620f commit 0dc1968

File tree

105 files changed

+504
-460
lines changed

Some content is hidden

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

105 files changed

+504
-460
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.9.2 [Release Notes](https://github.com/remkop/picocli/releases/tag/v3.9.2)
48+
* [Releases](https://github.com/remkop/picocli/releases) - Latest: 3.9.3 [Release Notes](https://github.com/remkop/picocli/releases/tag/v3.9.3)
4949
* Older: Picocli 3.0.0 [Release Notes](https://github.com/remkop/picocli/releases/tag/v3.0.0)
5050
* Older: Picocli 2.0 [Release Notes](https://github.com/remkop/picocli/releases/tag/v2.0.0)
5151

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

182182
### Gradle
183183
```
184-
compile 'info.picocli:picocli:3.9.2'
184+
compile 'info.picocli:picocli:3.9.3'
185185
```
186186
### Maven
187187
```
188188
<dependency>
189189
<groupId>info.picocli</groupId>
190190
<artifactId>picocli</artifactId>
191-
<version>3.9.2</version>
191+
<version>3.9.3</version>
192192
</dependency>
193193
```
194194
### Scala SBT
195195
```
196-
libraryDependencies += "info.picocli" % "picocli" % "3.9.2"
196+
libraryDependencies += "info.picocli" % "picocli" % "3.9.3"
197197
```
198198
### Ivy
199199
```
200-
<dependency org="info.picocli" name="picocli" rev="3.9.2" />
200+
<dependency org="info.picocli" name="picocli" rev="3.9.3" />
201201
```
202202
### Grape
203203
```groovy
204204
@Grapes(
205-
@Grab(group='info.picocli', module='picocli', version='3.9.2')
205+
@Grab(group='info.picocli', module='picocli', version='3.9.3')
206206
)
207207
```
208208
### Leiningen
209209
```
210-
[info.picocli/picocli "3.9.2"]
210+
[info.picocli/picocli "3.9.3"]
211211
```
212212
### Buildr
213213
```
214-
'info.picocli:picocli:jar:3.9.2'
214+
'info.picocli:picocli:jar:3.9.3'
215215
```

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.9.3"></a> Picocli 3.9.3 (UNRELEASED)
3+
# <a name="3.9.3"></a> Picocli 3.9.3
44
The picocli community is pleased to announce picocli 3.9.3.
55

66
This release contains bugfixes and 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 Sun Jan 20 19:54:28 JST 2019 -->
6-
<title>All Classes (picocli 3.9.2 API)</title>
7-
<meta name="date" content="2019-01-20">
5+
<!-- Generated by javadoc (1.8.0_202) on Fri Feb 01 18:46:07 JST 2019 -->
6+
<title>All Classes (picocli 3.9.3 API)</title>
7+
<meta name="date" content="2019-02-01">
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 Sun Jan 20 19:54:28 JST 2019 -->
6-
<title>All Classes (picocli 3.9.2 API)</title>
7-
<meta name="date" content="2019-01-20">
5+
<!-- Generated by javadoc (1.8.0_202) on Fri Feb 01 18:46:07 JST 2019 -->
6+
<title>All Classes (picocli 3.9.3 API)</title>
7+
<meta name="date" content="2019-02-01">
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 Sun Jan 20 19:54:28 JST 2019 -->
6-
<title>Constant Field Values (picocli 3.9.2 API)</title>
7-
<meta name="date" content="2019-01-20">
5+
<!-- Generated by javadoc (1.8.0_202) on Fri Feb 01 18:46:06 JST 2019 -->
6+
<title>Constant Field Values (picocli 3.9.3 API)</title>
7+
<meta name="date" content="2019-02-01">
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.9.2 API)";
15+
parent.document.title="Constant Field Values (picocli 3.9.3 API)";
1616
}
1717
}
1818
catch(err) {
@@ -141,7 +141,7 @@ <h2 title="picocli">picocli.*</h2>
141141
<!-- -->
142142
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
143143
<td><code><a href="picocli/CommandLine.html#VERSION">VERSION</a></code></td>
144-
<td class="colLast"><code>"3.9.2"</code></td>
144+
<td class="colLast"><code>"3.9.3"</code></td>
145145
</tr>
146146
</tbody>
147147
</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 Sun Jan 20 19:54:28 JST 2019 -->
6-
<title>Deprecated List (picocli 3.9.2 API)</title>
7-
<meta name="date" content="2019-01-20">
5+
<!-- Generated by javadoc (1.8.0_202) on Fri Feb 01 18:46:07 JST 2019 -->
6+
<title>Deprecated List (picocli 3.9.3 API)</title>
7+
<meta name="date" content="2019-02-01">
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.9.2 API)";
15+
parent.document.title="Deprecated List (picocli 3.9.3 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 Sun Jan 20 19:54:28 JST 2019 -->
6-
<title>API Help (picocli 3.9.2 API)</title>
7-
<meta name="date" content="2019-01-20">
5+
<!-- Generated by javadoc (1.8.0_202) on Fri Feb 01 18:46:07 JST 2019 -->
6+
<title>API Help (picocli 3.9.3 API)</title>
7+
<meta name="date" content="2019-02-01">
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.9.2 API)";
15+
parent.document.title="API Help (picocli 3.9.3 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 Sun Jan 20 19:54:28 JST 2019 -->
6-
<title>Index (picocli 3.9.2 API)</title>
7-
<meta name="date" content="2019-01-20">
5+
<!-- Generated by javadoc (1.8.0_202) on Fri Feb 01 18:46:06 JST 2019 -->
6+
<title>Index (picocli 3.9.3 API)</title>
7+
<meta name="date" content="2019-02-01">
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.9.2 API)";
15+
parent.document.title="Index (picocli 3.9.3 API)";
1616
}
1717
}
1818
catch(err) {
@@ -3086,7 +3086,7 @@ <h2 class="title">V</h2>
30863086
</dd>
30873087
<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>
30883088
<dd>
3089-
<div class="block">This is picocli version "3.9.2".</div>
3089+
<div class="block">This is picocli version "3.9.3".</div>
30903090
</dd>
30913091
<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>
30923092
<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 Sun Jan 20 19:54:28 JST 2019 -->
6-
<title>picocli 3.9.2 API</title>
5+
<!-- Generated by javadoc (1.8.0_202) on Fri Feb 01 18:46:07 JST 2019 -->
6+
<title>picocli 3.9.3 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 Sun Jan 20 19:54:28 JST 2019 -->
6-
<title>Overview List (picocli 3.9.2 API)</title>
7-
<meta name="date" content="2019-01-20">
5+
<!-- Generated by javadoc (1.8.0_202) on Fri Feb 01 18:46:06 JST 2019 -->
6+
<title>Overview List (picocli 3.9.3 API)</title>
7+
<meta name="date" content="2019-02-01">
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)