Skip to content

Commit c2c7f58

Browse files
committed
Release version: 0.21.0
[ci skip] Powered by CDeliveryBoy.
1 parent 0be7d51 commit c2c7f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.20.0"
21+
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.0"
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.20.0'
50+
id 'io.codearte.nexus-staging' version '0.21.0'
5151
}
5252

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

0 commit comments

Comments
 (0)