Skip to content

Commit

Permalink
Add apache license to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
rspieldenner committed Aug 14, 2015
1 parent ec05983 commit f66398c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
==================

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ 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

buildscript {
repositories { jcenter() }
dependencies {
classpath 'com.netflix.nebula:nebula-plugin-plugin:3.0.1'
classpath 'com.netflix.nebula:nebula-plugin-plugin:3.0.2'
}
}

Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f66398c

Please sign in to comment.