From a7881253f630ad5852e046f6c7d508bfa9a94832 Mon Sep 17 00:00:00 2001 From: Schalk Cronje Date: Wed, 8 May 2019 17:24:14 +0200 Subject: [PATCH] Prepare 0.10 release --- CHANGELOG.adoc | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index eea5769..ed6b052 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -2,7 +2,7 @@ :issue: link:https://github.com/ysb33r/ivypot-gradle-plugin/issues/ :contributor: link:https://github.com/ -== 0.10 - Roadmap +== 0.10 === Improvements diff --git a/build.gradle b/build.gradle index 9ef9898..035cff8 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ buildScan { apply from: 'gradle/integration-tests.gradle' -version = '0.10-SNAPSHOT' +version = '0.10' group = 'org.ysb33r.gradle' sourceCompatibility = 1.8 targetCompatibility = 1.8 @@ -167,4 +167,4 @@ task release { pluginManager.withPlugin('idea') { tasks.ideaModule.dependsOn processResources -} \ No newline at end of file +}