From ee738594cd6f8194476422a43c816f5ad590898f Mon Sep 17 00:00:00 2001 From: Codearte Continuous Delivery Bot Date: Mon, 17 Aug 2020 19:38:59 +0000 Subject: [PATCH] Release version: 0.22.0 [ci skip] Powered by CDeliveryBoy. --- CHANGELOG.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20247ed..fac4f35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # gradle-nexus-staging-plugin changelog -## 0.22.0 - Unreleased +## 0.22.0 - 2020-08-17 - Change default retrying time to 5 minutes - a value recommended by Sonatype (suggestion by [Mikhail Yakushin](https://github.com/driver733)) - Switch build to Gradle 6.6 diff --git a/README.md b/README.md index fce2c14..9779570 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add gradle-nexus-staging-plugin to the `buildscript` dependencies in your build. //maven { url "http://oss.sonatype.org/content/repositories/snapshots/" } } dependencies { - classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.2" + classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.22.0" } } @@ -48,7 +48,7 @@ automatically appear into Maven Central within several minutes. 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: plugins { - id 'io.codearte.nexus-staging' version '0.21.2' + id 'io.codearte.nexus-staging' version '0.22.0' } Buildscript and `apply plugin` sections can be ommited in that case.