Skip to content

Commit e7f5648

Browse files
committed
Release version: 0.30.0
[ci skip] Powered by CDeliveryBoy.
1 parent fcb453c commit e7f5648

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.30.0 - Unreleased
3+
## 0.30.0 - 2021-02-26
44

55
- Replace from old unsupported HTTP Builder to OkHttp 4 - [#188](https://github.com/Codearte/gradle-nexus-staging-plugin/pull/188) - PR by [anuraaga](https://github.com/anuraaga)
66
- **Switch project development to maintenance mode** - see below

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add gradle-nexus-staging-plugin to the `buildscript` dependencies in your build.
2525
//maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
2626
}
2727
dependencies {
28-
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.22.0"
28+
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.30.0"
2929
}
3030
}
3131

@@ -54,7 +54,7 @@ automatically appear into Maven Central within several minutes.
5454
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:
5555

5656
plugins {
57-
id 'io.codearte.nexus-staging' version '0.22.0'
57+
id 'io.codearte.nexus-staging' version '0.30.0'
5858
}
5959

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

0 commit comments

Comments
 (0)