Skip to content

Commit

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

Powered by CDeliveryBoy.
  • Loading branch information
oss-codearte committed Aug 17, 2017
1 parent d9b3676 commit 3f61b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0"
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.10.0"
}
}

Expand Down Expand Up @@ -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.9.0'
id 'io.codearte.nexus-staging' version '0.10.0'
}

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

0 comments on commit 3f61b6a

Please sign in to comment.