Skip to content

Commit 264e386

Browse files
committed
Release version: 0.21.2
[ci skip] Powered by CDeliveryBoy.
1 parent 28e73ea commit 264e386

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gradle-nexus-staging-plugin changelog
22

3-
## 0.21.2 - Unreleased
3+
## 0.21.2 - 2019-12-23
44

55
- Workaround incompatibility with Gradle 6.0 caused by a Gradle bug ([#11466](https://github.com/gradle/gradle/issues/11466)) - [#141](https://github.com/Codearte/gradle-nexus-staging-plugin/issues/141) - PR by [Lars Grefer](https://github.com/larsgrefer)
66

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add gradle-nexus-staging-plugin to the `buildscript` dependencies in your build.
1818
//maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
1919
}
2020
dependencies {
21-
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.1"
21+
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.2"
2222
}
2323
}
2424

@@ -47,7 +47,7 @@ automatically appear into Maven Central within several minutes.
4747
In addition to Maven Central the plugin is available also from the [Plugin Portal](https://plugins.gradle.org/plugin/io.codearte.nexus-staging) and (in most cases) can be applied in a simplified way:
4848

4949
plugins {
50-
id 'io.codearte.nexus-staging' version '0.21.1'
50+
id 'io.codearte.nexus-staging' version '0.21.2'
5151
}
5252

5353
Buildscript and `apply plugin` sections can be ommited in that case.

0 commit comments

Comments
 (0)