Skip to content

Commit

Permalink
Release picocli version 4.0.0-beta-2
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Jun 19, 2019
1 parent 7a83925 commit 9f29386
Show file tree
Hide file tree
Showing 130 changed files with 2,272 additions and 1,026 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Picocli-based applications can easily [integrate](https://picocli.info/#_depende

### Releases
* [All Releases](https://github.com/remkop/picocli/releases)
* Latest: 4.0.0-beta-1b [Release Notes](https://github.com/remkop/picocli/releases/tag/v4.0.0-beta-1b)
* Latest: 4.0.0-beta-2 [Release Notes](https://github.com/remkop/picocli/releases/tag/v4.0.0-beta-2)
* Stable: Picocli 3.9.6 [Release Notes](https://github.com/remkop/picocli/releases/tag/v3.9.6)
* Older: Picocli 3.0.0 [Release Notes](https://github.com/remkop/picocli/releases/tag/v3.0.0)
* Older: Picocli 2.0 [Release Notes](https://github.com/remkop/picocli/releases/tag/v2.0.0)
Expand Down Expand Up @@ -208,35 +208,35 @@ See the [source code](https://github.com/remkop/picocli/blob/master/src/main/jav

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


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

Bugfixes and improvements.
Expand Down
7 changes: 4 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_202) on Wed Jun 05 20:56:44 JST 2019 -->
<title>All Classes (picocli 4.0.0-beta-1b API)</title>
<meta name="date" content="2019-06-05">
<!-- Generated by javadoc (1.8.0_202) on Thu Jun 20 00:39:56 JST 2019 -->
<title>All Classes (picocli 4.0.0-beta-2 API)</title>
<meta name="date" content="2019-06-20">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down Expand Up @@ -53,6 +53,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="picocli/CommandLine.IHelpSectionRenderer.html" title="interface in picocli" target="classFrame"><span class="interfaceName">CommandLine.IHelpSectionRenderer</span></a></li>
<li><a href="picocli/CommandLine.INegatableOptionTransformer.html" title="interface in picocli" target="classFrame"><span class="interfaceName">CommandLine.INegatableOptionTransformer</span></a></li>
<li><a href="picocli/CommandLine.InitializationException.html" title="class in picocli" target="classFrame">CommandLine.InitializationException</a></li>
<li><a href="picocli/CommandLine.IParameterConsumer.html" title="interface in picocli" target="classFrame"><span class="interfaceName">CommandLine.IParameterConsumer</span></a></li>
<li><a href="picocli/CommandLine.IParameterExceptionHandler.html" title="interface in picocli" target="classFrame"><span class="interfaceName">CommandLine.IParameterExceptionHandler</span></a></li>
<li><a href="picocli/CommandLine.IParseResultHandler.html" title="interface in picocli" target="classFrame"><span class="interfaceName">CommandLine.IParseResultHandler</span></a></li>
<li><a href="picocli/CommandLine.IParseResultHandler2.html" title="interface in picocli" target="classFrame"><span class="interfaceName">CommandLine.IParseResultHandler2</span></a></li>
Expand Down
7 changes: 4 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_202) on Wed Jun 05 20:56:44 JST 2019 -->
<title>All Classes (picocli 4.0.0-beta-1b API)</title>
<meta name="date" content="2019-06-05">
<!-- Generated by javadoc (1.8.0_202) on Thu Jun 20 00:39:56 JST 2019 -->
<title>All Classes (picocli 4.0.0-beta-2 API)</title>
<meta name="date" content="2019-06-20">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down Expand Up @@ -53,6 +53,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="picocli/CommandLine.IHelpSectionRenderer.html" title="interface in picocli"><span class="interfaceName">CommandLine.IHelpSectionRenderer</span></a></li>
<li><a href="picocli/CommandLine.INegatableOptionTransformer.html" title="interface in picocli"><span class="interfaceName">CommandLine.INegatableOptionTransformer</span></a></li>
<li><a href="picocli/CommandLine.InitializationException.html" title="class in picocli">CommandLine.InitializationException</a></li>
<li><a href="picocli/CommandLine.IParameterConsumer.html" title="interface in picocli"><span class="interfaceName">CommandLine.IParameterConsumer</span></a></li>
<li><a href="picocli/CommandLine.IParameterExceptionHandler.html" title="interface in picocli"><span class="interfaceName">CommandLine.IParameterExceptionHandler</span></a></li>
<li><a href="picocli/CommandLine.IParseResultHandler.html" title="interface in picocli"><span class="interfaceName">CommandLine.IParseResultHandler</span></a></li>
<li><a href="picocli/CommandLine.IParseResultHandler2.html" title="interface in picocli"><span class="interfaceName">CommandLine.IParseResultHandler2</span></a></li>
Expand Down
29 changes: 24 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_202) on Wed Jun 05 20:56:44 JST 2019 -->
<title>Constant Field Values (picocli 4.0.0-beta-1b API)</title>
<meta name="date" content="2019-06-05">
<!-- Generated by javadoc (1.8.0_202) on Thu Jun 20 00:39:56 JST 2019 -->
<title>Constant Field Values (picocli 4.0.0-beta-2 API)</title>
<meta name="date" content="2019-06-20">
<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 4.0.0-beta-1b API)";
parent.document.title="Constant Field Values (picocli 4.0.0-beta-2 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -141,7 +141,7 @@ <h2 title="picocli">picocli.*</h2>
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="picocli/CommandLine.html#VERSION">VERSION</a></code></td>
<td class="colLast"><code>"4.0.0-beta-1b"</code></td>
<td class="colLast"><code>"4.0.0-beta-2"</code></td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -245,6 +245,25 @@ <h2 title="picocli">picocli.*</h2>
</li>
<li class="blockList">
<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>picocli.<a href="picocli/CommandLine.Model.OptionSpec.html" title="class in picocli">CommandLine.Model.OptionSpec</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="picocli.CommandLine.Model.OptionSpec.DEFAULT_FALLBACK_VALUE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="picocli/CommandLine.Model.OptionSpec.html#DEFAULT_FALLBACK_VALUE">DEFAULT_FALLBACK_VALUE</a></code></td>
<td class="colLast"><code>""</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>picocli.<a href="picocli/CommandLine.Model.UsageMessageSpec.html" title="class in picocli">CommandLine.Model.UsageMessageSpec</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
Expand Down
Loading

0 comments on commit 9f29386

Please sign in to comment.