Skip to content

Commit

Permalink
Release version: 0.30.0
Browse files Browse the repository at this point in the history
[ci skip]

Powered by CDeliveryBoy.
  • Loading branch information
oss-codearte committed Feb 26, 2021
1 parent fcb453c commit e7f5648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gradle-nexus-staging-plugin changelog

## 0.30.0 - Unreleased
## 0.30.0 - 2021-02-26

- 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)
- **Switch project development to maintenance mode** - see below
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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.22.0"
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.30.0"
}
}

Expand Down Expand Up @@ -54,7 +54,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.22.0'
id 'io.codearte.nexus-staging' version '0.30.0'
}

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

0 comments on commit e7f5648

Please sign in to comment.