Skip to content

Commit

Permalink
Fixes for publishing to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
rspieldenner committed Aug 14, 2015
1 parent 00ab3d8 commit 560ce28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.0.1 / 2015-08-14
==================

* Fix to some publishing steps so that this will sync with maven central

3.0.0 / 2015-08-12
==================

Expand Down
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ plugins {
id 'groovy'
id 'idea'
id 'jacoco'
id 'nebula.maven-publishing' version '3.0.1'
id 'nebula.maven-publishing' 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'
id 'nebula.contacts' version '2.2.0'
id 'nebula.nebula-release' version '2.2.6'
Expand Down

0 comments on commit 560ce28

Please sign in to comment.