Skip to content

Commit

Permalink
[#1459] BUILD: The nexus-staging Gradle plugin must be applied to the…
Browse files Browse the repository at this point in the history
… root project, not to subprojects.
  • Loading branch information
remkop committed Nov 11, 2021
1 parent 4769e43 commit d2c4072
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# picocli Release Notes


# <a name="4.6.3"></a> Picocli 4.6.3
The picocli community is pleased to announce picocli 4.6.3.

This release includes bugfixes and enhancements.

This is the seventy-eighth public release.
Picocli follows [semantic versioning](http://semver.org/).

## <a name="4.6.3-toc"></a> Table of Contents
* [New and noteworthy](#4.6.3-new)
* [Fixed issues](#4.6.3-fixes)
* [Deprecations](#4.6.3-deprecated)
* [Potential breaking changes](#4.6.3-breaking-changes)

## <a name="4.6.3-new"></a> New and Noteworthy


## <a name="4.6.3-fixes"></a> Fixed issues
* [#1459] BUILD: The nexus-staging Gradle plugin must be applied to the root project, not to subprojects. Thanks to [Andreas Deininger](https://github.com/deining) for pointing this out.

## <a name="4.6.3-deprecated"></a> Deprecations
No features were deprecated in this release.

## <a name="4.6.3-breaking-changes"></a> Potential breaking changes
This release has no breaking changes.


# <a name="4.6.2"></a> Picocli 4.6.2
The picocli community is pleased to announce picocli 4.6.2.

Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ buildscript {
}

apply plugin: "org.beryx.jar"
apply plugin: 'io.codearte.nexus-staging'

if (System.getenv('MAVEN_OSS_USER')) { // on home system
apply plugin: 'biz.aQute.bnd.builder'
Expand Down
1 change: 0 additions & 1 deletion gradle/publish-mavencentral.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ apply plugin: 'java'
apply plugin: 'distribution'
apply plugin: 'maven-publish'
apply plugin: 'signing'
apply plugin: 'io.codearte.nexus-staging'


task javadocJar(type: Jar, dependsOn: javadoc) {
Expand Down

0 comments on commit d2c4072

Please sign in to comment.