Skip to content

Commit 3aaf71e

Browse files
committed
Release picocli version 3.9.1
1 parent 8f8592a commit 3aaf71e

File tree

106 files changed

+452
-434
lines changed

Some content is hidden

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

106 files changed

+452
-434
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.0 [Release Notes](https://github.com/remkop/picocli/releases/tag/v3.9.0)
48+
* [Releases](https://github.com/remkop/picocli/releases) - Latest: 3.9.1 [Release Notes](https://github.com/remkop/picocli/releases/tag/v3.9.1)
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

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

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

66
The `picocli.AutoComplete` application no longer calls `System.exit()` unless requested by setting system property `picocli.autocomplete.systemExitOnError` or `picocli.autocomplete.systemExitOnSuccess` to any value other than `false`. Applications that rely on the exit codes introduced in picocli 3.9.0 need to set these system properties.

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,8 @@ Release procedure:
314314
7a update README.md (latest version, release notes)
315315
8. commit -m "Release picocli version ..."
316316
9. tag v$version
317-
10. gradlew publishPluginPublicationToBintrayRepository
317+
10.a gradlew bintrayUpload - to publish to bintray.com
318+
10.b gradlew bintrayPublish - to sign, publish and Maven central sync task)
318319
319320
11. edit version numbers: increase minor version and add -SNAPSHOT classifier
320321
12. gradlew bumpVersion

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 Fri Jan 04 21:45:47 JST 2019 -->
6-
<title>All Classes (picocli 3.9.0 API)</title>
7-
<meta name="date" content="2019-01-04">
5+
<!-- Generated by javadoc (1.8.0_161) on Thu Jan 10 23:55:45 JST 2019 -->
6+
<title>All Classes (picocli 3.9.1 API)</title>
7+
<meta name="date" content="2019-01-10">
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 Fri Jan 04 21:45:47 JST 2019 -->
6-
<title>All Classes (picocli 3.9.0 API)</title>
7-
<meta name="date" content="2019-01-04">
5+
<!-- Generated by javadoc (1.8.0_161) on Thu Jan 10 23:55:45 JST 2019 -->
6+
<title>All Classes (picocli 3.9.1 API)</title>
7+
<meta name="date" content="2019-01-10">
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 Fri Jan 04 21:45:47 JST 2019 -->
6-
<title>Constant Field Values (picocli 3.9.0 API)</title>
7-
<meta name="date" content="2019-01-04">
5+
<!-- Generated by javadoc (1.8.0_161) on Thu Jan 10 23:55:45 JST 2019 -->
6+
<title>Constant Field Values (picocli 3.9.1 API)</title>
7+
<meta name="date" content="2019-01-10">
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.0 API)";
15+
parent.document.title="Constant Field Values (picocli 3.9.1 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.0"</code></td>
144+
<td class="colLast"><code>"3.9.1"</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 Fri Jan 04 21:45:47 JST 2019 -->
6-
<title>Deprecated List (picocli 3.9.0 API)</title>
7-
<meta name="date" content="2019-01-04">
5+
<!-- Generated by javadoc (1.8.0_161) on Thu Jan 10 23:55:45 JST 2019 -->
6+
<title>Deprecated List (picocli 3.9.1 API)</title>
7+
<meta name="date" content="2019-01-10">
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.0 API)";
15+
parent.document.title="Deprecated List (picocli 3.9.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 Fri Jan 04 21:45:47 JST 2019 -->
6-
<title>API Help (picocli 3.9.0 API)</title>
7-
<meta name="date" content="2019-01-04">
5+
<!-- Generated by javadoc (1.8.0_161) on Thu Jan 10 23:55:45 JST 2019 -->
6+
<title>API Help (picocli 3.9.1 API)</title>
7+
<meta name="date" content="2019-01-10">
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.0 API)";
15+
parent.document.title="API Help (picocli 3.9.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 Fri Jan 04 21:45:47 JST 2019 -->
6-
<title>Index (picocli 3.9.0 API)</title>
7-
<meta name="date" content="2019-01-04">
5+
<!-- Generated by javadoc (1.8.0_161) on Thu Jan 10 23:55:45 JST 2019 -->
6+
<title>Index (picocli 3.9.1 API)</title>
7+
<meta name="date" content="2019-01-10">
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.0 API)";
15+
parent.document.title="Index (picocli 3.9.1 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.0".</div>
3089+
<div class="block">This is picocli version "3.9.1".</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 Fri Jan 04 21:45:47 JST 2019 -->
6-
<title>picocli 3.9.0 API</title>
5+
<!-- Generated by javadoc (1.8.0_161) on Thu Jan 10 23:55:45 JST 2019 -->
6+
<title>picocli 3.9.1 API</title>
77
<script type="text/javascript">
88
tmpTargetPage = "" + window.location.search;
99
if (tmpTargetPage != "" && tmpTargetPage != "undefined")

0 commit comments

Comments
 (0)