Skip to content

Commit 3877c1c

Browse files
author
Robert Oschwald
committed
release 2.0.2 with fixed versioning
1 parent eefcdeb commit 3877c1c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

audit-logging/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
id "com.jfrog.bintray" version "1.4"
2323
}
2424

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

2828
apply plugin: 'maven-publish'

audit-test/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
id "io.spring.dependency-management" version "0.5.1.RELEASE"
1717
}
1818

19-
version "2.0.2"
19+
version file("$rootDir/version.txt").text.trim()
2020
group "audit.test"
2121

2222
apply plugin: "spring-boot"

version.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.0.2

0 commit comments

Comments
 (0)