Skip to content

Commit

Permalink
Release picocli version 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Aug 26, 2020
1 parent d556672 commit d5ed13e
Show file tree
Hide file tree
Showing 196 changed files with 64,898 additions and 31,135 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The user manual has an [example](https://picocli.info/#_guice_example) of integr

### Releases
* [All Releases](https://github.com/remkop/picocli/releases)
* Latest: 4.5.0 [Release Notes](https://github.com/remkop/picocli/releases/tag/v4.5.0)
* Latest: 4.5.1 [Release Notes](https://github.com/remkop/picocli/releases/tag/v4.5.1)
* Older: Picocli 4.0 [Release Notes](https://github.com/remkop/picocli/releases/tag/v4.0.0)
* Older: Picocli 3.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 @@ -235,9 +235,9 @@ If you like picocli, there are a few things you can do to help:
* Upvote my [StackOverflow answer](https://stackoverflow.com/a/43780433/1446916) to "How do I parse command line arguments in Java?"
* Tweet about picocli! What do you like about it? How has it helped you? How is it different from the alternatives?

If you like picocli and your project is on GitHub, consider adding this badge to your README.md: [![picocli](https://img.shields.io/badge/picocli-4.5.0-green.svg)](https://github.com/remkop/picocli)
If you like picocli and your project is on GitHub, consider adding this badge to your README.md: [![picocli](https://img.shields.io/badge/picocli-4.5.1-green.svg)](https://github.com/remkop/picocli)
```
[![picocli](https://img.shields.io/badge/picocli-4.5.0-green.svg)](https://github.com/remkop/picocli)
[![picocli](https://img.shields.io/badge/picocli-4.5.1-green.svg)](https://github.com/remkop/picocli)
```


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

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


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

This release contains bug fixes and enhancements.
Expand All @@ -10,11 +10,10 @@ Fixed bug in the `picocli-codegen` annotation processor that resulted in errors

Suppress generation of Gradle Module Metadata, to fix Gradle build failures for projects using picocli 4.4.0 or 4.5.0.

Fix terminal width detection on macOS.
Fixed terminal width detection on macOS.

The user manual now has a new section on [Validation](https://picocli.info/#_validation).

Various documentation improvements.
The user manual now has a new section on [Validation](https://picocli.info/#_validation). Various other documentation improvements.
The javadoc now uses the new Java-9 style.


This is the seventy-third public release.
Expand Down
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,10 @@ task bumpVersion {
ant.replaceregexp(match: "rev=\"$projectPreviousVersionRegex\"", replace: "rev=\\\"$version\\\"", flags: 'g', byline: true, encoding: 'UTF8') {
fileset(dir: 'docs', includes: 'index.adoc')
}
// Running the Application and Packaging sections
ant.replaceregexp(match: "picocli-${projectPreviousVersionRegex}.jar", replace: "picocli-${version}.jar", flags: 'g', byline: true, encoding: 'UTF8') {
fileset(dir: 'docs', includes: 'index.adoc')
}
ant.replaceregexp(match: releaseDatePreviousRegex, replace: releaseDate, flags: 'g', byline: true, encoding: 'UTF8') {
fileset(dir: 'docs', includes: 'index.adoc')
fileset(dir: 'docs', includes: 'quick-guide.adoc')
Expand Down
4 changes: 2 additions & 2 deletions docs/A-Whirlwind-Tour-of-Picocli.html
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
<h1>A Whirlwind Tour of Picocli</h1>
<div class="details">
<span id="author" class="author">Remko Popma</span><br>
<span id="revnumber">version 4.5.0</span>
<span id="revnumber">version 4.5.1</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -1966,7 +1966,7 @@ <h2 id="_conclusion">Conclusion</h2>
</div>
<div id="footer">
<div id="footer-text">
Version 4.5.0<br>
Version 4.5.1<br>
Last updated 2020-06-07 07:46:58 +0900
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/announcing-picocli-1.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
<h1>Announcing picocli 1.0 - a mighty tiny command line interface</h1>
<div class="details">
<span id="author" class="author">Remko Popma</span><br>
<span id="revnumber">version 4.5.0,</span>
<span id="revnumber">version 4.5.1,</span>
<span id="revdate">2017-09-10</span>
</div>
</div>
Expand Down Expand Up @@ -652,7 +652,7 @@ <h2 id="_feedback_welcome">Feedback Welcome</h2>
</div>
<div id="footer">
<div id="footer-text">
Version 4.5.0<br>
Version 4.5.1<br>
Last updated 2018-12-02 18:44:56 +0900
</div>
</div>
Expand Down
Loading

0 comments on commit d5ed13e

Please sign in to comment.