From fc9ee5675932dd469f0a61054e892534dbf0ac9b Mon Sep 17 00:00:00 2001 From: Alan Krueger Date: Mon, 6 Feb 2012 10:56:58 -0600 Subject: [PATCH] bump version to 1.1 for next release --- History.md | 7 +++++++ README.md | 2 +- build.gradle | 3 +-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 404a8ec..157c5a5 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,10 @@ +v1.1 - 2012-04-03 +================= + * update to Gradle 1.0-milestone-9 + * change to use archivesBaseName rather than the project name directly + * change to use extension properties rather than dynamic properties + * update plugin to apply BasePlugin + v1.0 - 2012-01-03 ================= * update to use "fileType" instead of "directive" since the latter diff --git a/README.md b/README.md index 7fcbfd9..4d06a6b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ derived from RedHat. It leverages [Redline](http://redline-rpm.org/) Java libra } dependencies { - classpath 'com.trigonic:gradle-rpm-plugin:1.0' + classpath 'com.trigonic:gradle-rpm-plugin:1.1' } } diff --git a/build.gradle b/build.gradle index d240a2c..497b121 100644 --- a/build.gradle +++ b/build.gradle @@ -4,8 +4,7 @@ apply plugin: 'signing' apply plugin: 'eclipse' group = 'com.trigonic' -artifact = 'gradle-rpm-plugin' -version = '1.0' +version = '1.1' def props = new Properties(); def localProperties = new File("local.properties")