From a83254b1c5522317b6237e154862215faa03dcec Mon Sep 17 00:00:00 2001 From: Codearte Continuous Delivery Bot Date: Thu, 5 Sep 2019 10:39:17 +0000 Subject: [PATCH] Release version: 0.21.1 [ci skip] Powered by CDeliveryBoy. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa4638a..022f73c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,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.0" + classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.1" } } @@ -47,7 +47,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.0' + id 'io.codearte.nexus-staging' version '0.21.1' } Buildscript and `apply plugin` sections can be ommited in that case.