You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# gradle-nexus-staging-plugin changelog
2
2
3
-
## 0.30.0 - Unreleased
3
+
## 0.30.0 - 2021-02-26
4
4
5
5
- 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)
6
6
-**Switch project development to maintenance mode** - see below
@@ -54,7 +54,7 @@ automatically appear into Maven Central within several minutes.
54
54
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:
55
55
56
56
plugins {
57
-
id 'io.codearte.nexus-staging' version '0.22.0'
57
+
id 'io.codearte.nexus-staging' version '0.30.0'
58
58
}
59
59
60
60
Buildscript and `apply plugin` sections can be ommited in that case.
0 commit comments