Skip to content

Commit ee73859

Browse files
committed
Release version: 0.22.0
[ci skip] Powered by CDeliveryBoy.
1 parent 0d5d2ac commit ee73859

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.22.0 - Unreleased
3+
## 0.22.0 - 2020-08-17
44

55
- Change default retrying time to 5 minutes - a value recommended by Sonatype (suggestion by [Mikhail Yakushin](https://github.com/driver733))
66
- Switch build to Gradle 6.6

README.md

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

@@ -48,7 +48,7 @@ automatically appear into Maven Central within several minutes.
4848
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:
4949

5050
plugins {
51-
id 'io.codearte.nexus-staging' version '0.21.2'
51+
id 'io.codearte.nexus-staging' version '0.22.0'
5252
}
5353

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

0 commit comments

Comments
 (0)