From 9bbee2928320bd9174375dc383477ec65c59de55 Mon Sep 17 00:00:00 2001 From: rpopma Date: Wed, 25 Oct 2017 22:53:50 +0900 Subject: [PATCH] Release picocli version 2.0.1 --- README.md | 2 +- RELEASE-NOTES.md | 36 +++++++++++++ build.gradle | 7 +-- docs/apidocs/allclasses-frame.html | 6 +-- docs/apidocs/allclasses-noframe.html | 6 +-- docs/apidocs/constant-values.html | 10 ++-- docs/apidocs/deprecated-list.html | 8 +-- docs/apidocs/help-doc.html | 8 +-- docs/apidocs/index-all.html | 10 ++-- docs/apidocs/index.html | 4 +- docs/apidocs/overview-frame.html | 6 +-- docs/apidocs/overview-summary.html | 10 ++-- docs/apidocs/overview-tree.html | 8 +-- docs/apidocs/picocli/AutoComplete.html | 8 +-- docs/apidocs/picocli/CommandLine.Command.html | 8 +-- .../CommandLine.DefaultExceptionHandler.html | 8 +-- ...e.DuplicateOptionAnnotationsException.html | 8 +-- .../CommandLine.ExecutionException.html | 8 +-- .../picocli/CommandLine.Help.Ansi.IStyle.html | 8 +-- .../picocli/CommandLine.Help.Ansi.Style.html | 8 +-- .../picocli/CommandLine.Help.Ansi.Text.html | 8 +-- .../picocli/CommandLine.Help.Ansi.html | 8 +-- .../picocli/CommandLine.Help.ColorScheme.html | 8 +-- .../CommandLine.Help.Column.Overflow.html | 8 +-- .../picocli/CommandLine.Help.Column.html | 8 +-- .../CommandLine.Help.IOptionRenderer.html | 8 +-- .../CommandLine.Help.IParamLabelRenderer.html | 8 +-- .../CommandLine.Help.IParameterRenderer.html | 8 +-- .../picocli/CommandLine.Help.Layout.html | 8 +-- .../CommandLine.Help.TextTable.Cell.html | 8 +-- .../picocli/CommandLine.Help.TextTable.html | 8 +-- docs/apidocs/picocli/CommandLine.Help.html | 8 +-- .../CommandLine.IExceptionHandler.html | 8 +-- .../CommandLine.IParseResultHandler.html | 8 +-- .../picocli/CommandLine.ITypeConverter.html | 8 +-- .../CommandLine.InitializationException.html | 8 +-- ...ne.MaxValuesforFieldExceededException.html | 8 +-- ...CommandLine.MissingParameterException.html | 8 +-- ...andLine.MissingTypeConverterException.html | 8 +-- docs/apidocs/picocli/CommandLine.Option.html | 8 +-- ...ommandLine.OverwrittenOptionException.html | 8 +-- .../CommandLine.ParameterException.html | 8 +-- ...ommandLine.ParameterIndexGapException.html | 8 +-- .../picocli/CommandLine.Parameters.html | 8 +-- .../picocli/CommandLine.PicocliException.html | 8 +-- docs/apidocs/picocli/CommandLine.Range.html | 8 +-- docs/apidocs/picocli/CommandLine.RunAll.html | 8 +-- .../apidocs/picocli/CommandLine.RunFirst.html | 8 +-- docs/apidocs/picocli/CommandLine.RunLast.html | 8 +-- .../CommandLine.TypeConversionException.html | 8 +-- ...ommandLine.UnmatchedArgumentException.html | 8 +-- docs/apidocs/picocli/CommandLine.html | 12 ++--- .../picocli/groovy/PicocliBaseScript.html | 8 +-- .../apidocs/picocli/groovy/PicocliScript.html | 8 +-- .../PicocliScriptASTTransformation.html | 8 +-- .../apidocs/picocli/groovy/package-frame.html | 6 +-- .../picocli/groovy/package-summary.html | 8 +-- docs/apidocs/picocli/groovy/package-tree.html | 8 +-- docs/apidocs/picocli/package-frame.html | 6 +-- docs/apidocs/picocli/package-summary.html | 8 +-- docs/apidocs/picocli/package-tree.html | 8 +-- docs/apidocs/serialized-form.html | 8 +-- docs/autocomplete.adoc | 4 +- docs/autocomplete.html | 8 +-- docs/index.adoc | 14 ++--- docs/index.html | 29 +++++------ src/main/java/picocli/CommandLine.java | 2 +- src/test/java/picocli/AutoCompleteTest.java | 2 +- src/test/java/picocli/CommandLineTest.java | 52 +++++++++++-------- 69 files changed, 334 insertions(+), 290 deletions(-) diff --git a/README.md b/README.md index fdf1fc01c..a6b3720c5 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ interactively showing users what options and subcommands are available. ![Picocli Demo help message with ANSI colors](docs/images/picocli.Demo.png?raw=true) -* [Releases](https://github.com/remkop/picocli/releases) - latest: 2.0 +* [Releases](https://github.com/remkop/picocli/releases) - latest: 2.0.1 * [What's New in Picocli 2.0](https://github.com/remkop/picocli/releases/tag/v2.0.0) - including some [potentially breaking changes](https://github.com/remkop/picocli/releases/tag/v2.0.0#2.0-breaking-changes) * [User manual: http://picocli.info](http://picocli.info) * [Command line autocompletion](http://picocli.info/autocomplete.html) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index b38be760f..73898a81a 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,41 @@ # picocli Release Notes +# (Unreleased) Picocli 2.0.1 + +The picocli community is pleased to announce picocli 2.0.1. + +This is a bugfix release that removes a dependency on Java 1.7 which was accidentally included. + +## Table of Contents + +* [New and noteworthy](#2.0.1-new) +* [Promoted features](#2.0.1-promoted) +* [Fixed issues](#2.0.1-fixes) +* [Deprecations](#2.0.1-deprecated) +* [Potentially breaking changes](#2.0.1-breaking-changes) + +## New and noteworthy + +This is a bugfix release and does not include any new features. + +## Promoted features +Promoted features are features that were incubating in previous versions of picocli but are now supported and subject to backwards compatibility. + +No features have been promoted in this picocli release. + +## Fixed issues + +- [#214] Removed a dependency on Java 1.7 that was accidentally included. Thanks to [sjsajj](https://github.com/sjsajj). + +## Deprecations + +This release does not deprecate any features. + +## Potentially breaking changes + +This release does not include any breaking features. + + # Picocli 2.0 The picocli community is pleased to announce picocli 2.0. diff --git a/build.gradle b/build.gradle index 6d2cf20fa..c85c2afbf 100644 --- a/build.gradle +++ b/build.gradle @@ -1,11 +1,11 @@ group 'info.picocli' description 'Annotation-based Java command line parser. Usage help with ANSI styles and colors. Autocomplete. Nested subcommands. Easily included as source to avoid adding a dependency.' -version '2.1.0-SNAPSHOT' +version '2.0.1' // for bumpVersion task -def oldVersion = '2\\.0\\.0' +def oldVersion = '2\\.1\\.0-SNAPSHOT' def oldRevdate = '2017\\-10\\-21' -def revDate = '2017-10-21' +def revDate = '2017-10-25' buildscript { repositories { @@ -25,6 +25,7 @@ apply plugin: 'distribution' apply plugin: 'maven-publish' sourceCompatibility = 1.5 +targetCompatibility = 1.5 repositories { jcenter() diff --git a/docs/apidocs/allclasses-frame.html b/docs/apidocs/allclasses-frame.html index 594120f0e..918b80804 100644 --- a/docs/apidocs/allclasses-frame.html +++ b/docs/apidocs/allclasses-frame.html @@ -2,9 +2,9 @@ - -All Classes (picocli 2.0.0 API) - + +All Classes (picocli 2.0.1 API) + diff --git a/docs/apidocs/allclasses-noframe.html b/docs/apidocs/allclasses-noframe.html index 6bb14e461..99602fbe9 100644 --- a/docs/apidocs/allclasses-noframe.html +++ b/docs/apidocs/allclasses-noframe.html @@ -2,9 +2,9 @@ - -All Classes (picocli 2.0.0 API) - + +All Classes (picocli 2.0.1 API) + diff --git a/docs/apidocs/constant-values.html b/docs/apidocs/constant-values.html index 604759757..5ccf545b0 100644 --- a/docs/apidocs/constant-values.html +++ b/docs/apidocs/constant-values.html @@ -2,9 +2,9 @@ - -Constant Field Values (picocli 2.0.0 API) - + +Constant Field Values (picocli 2.0.1 API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/apidocs/overview-summary.html b/docs/apidocs/overview-summary.html index 17ae1817c..e11f5a438 100644 --- a/docs/apidocs/overview-summary.html +++ b/docs/apidocs/overview-summary.html @@ -2,9 +2,9 @@ - -Overview (picocli 2.0.0 API) - + +Overview (picocli 2.0.1 API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/apidocs/picocli/groovy/package-summary.html b/docs/apidocs/picocli/groovy/package-summary.html index 3f8f7b8c6..3fbd91dd9 100644 --- a/docs/apidocs/picocli/groovy/package-summary.html +++ b/docs/apidocs/picocli/groovy/package-summary.html @@ -2,9 +2,9 @@ - -picocli.groovy (picocli 2.0.0 API) - + +picocli.groovy (picocli 2.0.1 API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/apidocs/picocli/package-summary.html b/docs/apidocs/picocli/package-summary.html index b9bb08a51..adb587133 100644 --- a/docs/apidocs/picocli/package-summary.html +++ b/docs/apidocs/picocli/package-summary.html @@ -2,9 +2,9 @@ - -picocli (picocli 2.0.0 API) - + +picocli (picocli 2.0.1 API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@