Skip to content

Commit

Permalink
release 2.0.2 with fixed versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Oschwald committed Nov 12, 2016
1 parent eefcdeb commit 3877c1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion audit-logging/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
id "com.jfrog.bintray" version "1.4"
}

version "2.0.2-SNAPSHOT"
version file("$rootDir/version.txt").text.trim()
group "org.grails.plugins"

apply plugin: 'maven-publish'
Expand Down
2 changes: 1 addition & 1 deletion audit-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
id "io.spring.dependency-management" version "0.5.1.RELEASE"
}

version "2.0.2"
version file("$rootDir/version.txt").text.trim()
group "audit.test"

apply plugin: "spring-boot"
Expand Down
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.0.2

0 comments on commit 3877c1c

Please sign in to comment.