Skip to content

Commit

Permalink
Upgrade to io.spring.release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed May 16, 2017
1 parent 676ff5a commit 09daddc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
id 'me.champeau.gradle.jmh' version '0.3.1'
id 'nebula.integtest' version '3.3.0'
id 'nebula.optional-base' version '3.1.0'
id 'io.spring.release' version '0.1.0'
id 'io.spring.release' version '0.1.1'
}

apply plugin: 'org.junit.platform.gradle.plugin'
Expand All @@ -30,6 +30,14 @@ ext {
}

group = 'org.springframework.metrics'
description = 'Application monitoring metrics for Spring applications'

contacts {
'[email protected]' {
moniker 'Jon Schneider'
github 'jkschneider'
}
}

dependencies {
compile "org.springframework:spring-beans:$project.springBootVersion", optional
Expand Down

0 comments on commit 09daddc

Please sign in to comment.