Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Sep 9, 2015
1 parent e696b5e commit 2ca84b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ buildscript {
}

plugins {
id "com.jfrog.bintray" version "1.0"
id "io.spring.dependency-management" version "0.4.0.RELEASE"
id "com.jfrog.bintray" version "1.2"
id "io.spring.dependency-management" version "0.5.2.RELEASE"
}

ext {
grailsVersion = project.grailsVersion
gradleWrapperVersion = project.gradleWrapperVersion
}

version "1.0.1-SNAPSHOT"
version "1.0.1"
group "org.grails.plugins"

apply plugin: "org.grails.grails-plugin"
Expand Down

0 comments on commit 2ca84b2

Please sign in to comment.