From 81f0c62e6ce3caf31c8524f9a4010397be34992b Mon Sep 17 00:00:00 2001 From: Codearte Continuous Delivery Bot <oss@codearte.io> Date: Fri, 18 Aug 2017 11:35:26 +0000 Subject: [PATCH] Release version: 0.11.0 [ci skip] Powered by CDeliveryBoy. --- CHANGELOG.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35d638a..4f6dc5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # gradle-nexus-staging-plugin changelog -## 0.11.0 - Unreleased +## 0.11.0 - 2017-08-18 - Fail when applied on non-root project - [#47](https://github.com/Codearte/gradle-nexus-staging-plugin/issues/47) - Less confusing log output without "info" logging enabled - [#60](https://github.com/Codearte/gradle-nexus-staging-plugin/issues/60) diff --git a/README.md b/README.md index 670ef07..619edc6 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.10.0" + classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.11.0" } } @@ -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.10.0' + id 'io.codearte.nexus-staging' version '0.11.0' } Buildscript and `apply plugin` sections can be ommited in that case.