From f66398cf1cbad338403e40e6609d649f5a4b9266 Mon Sep 17 00:00:00 2001 From: Rob Spieldenner Date: Fri, 14 Aug 2015 13:43:53 -0700 Subject: [PATCH] Add apache license to pom --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- build.gradle | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a2dfec..7ec5230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +3.0.2 / 2015-08-14 +================== + +* Apply nebula.apache-license-pom to allow sync with maven central + 3.0.1 / 2015-08-14 ================== diff --git a/README.md b/README.md index 12ffc5c..21e0049 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ To apply this plugin if using Gradle 2.1 or newer plugins { - id 'nebula.plugin-plugin' version '3.0.1' + id 'nebula.plugin-plugin' version '3.0.2' } If using an older version of Gradle @@ -31,7 +31,7 @@ If using an older version of Gradle buildscript { repositories { jcenter() } dependencies { - classpath 'com.netflix.nebula:nebula-plugin-plugin:3.0.1' + classpath 'com.netflix.nebula:nebula-plugin-plugin:3.0.2' } } diff --git a/build.gradle b/build.gradle index d0fb487..a2d25c6 100644 --- a/build.gradle +++ b/build.gradle @@ -13,6 +13,7 @@ plugins { id 'idea' id 'jacoco' id 'nebula.maven-publishing' version '3.0.2' + id 'nebula.apache-license-pom' version '3.0.2' id 'nebula.javadoc-jar' version '3.0.2' id 'nebula.source-jar' version '3.0.2' id 'nebula.info' version '2.2.4'