From 622d5d08eb254b0d33ec9f573d811f1576823770 Mon Sep 17 00:00:00 2001 From: Toni Menzel Date: Thu, 1 Mar 2018 21:23:39 +0100 Subject: [PATCH] Update release number to latest latest release according to https://plugins.gradle.org/plugin/nebula.release is 6.3.0. Updated Readme.md accordingly. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3418872e..d0626792 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This plugin provides opinions and tasks for the release process provided by [gra # Applying the plugin plugins { - id 'nebula.release' version '6.0.0' + id 'nebula.release' version '6.3.0' } -or- @@ -20,7 +20,7 @@ This plugin provides opinions and tasks for the release process provided by [gra buildscript { repositories { jcenter() } dependencies { - classpath 'com.netflix.nebula:nebula-release-plugin:6.0.0' + classpath 'com.netflix.nebula:nebula-release-plugin:6.3.0' } } apply plugin: 'nebula.release'