aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2017-02-10 07:11:44 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2017-02-10 07:11:44 +0100
commitfd922888dbe58582fb4a045ad93da1cf2664a744 (patch)
tree6c4c81c536614058b0345ee16e906ee6f6b178b0
parent6a500009a5a8a630d3910b2f71a33c5fbbf37eda (diff)
downloadmoa-sig-fd922888dbe58582fb4a045ad93da1cf2664a744.tar.gz
moa-sig-fd922888dbe58582fb4a045ad93da1cf2664a744.tar.bz2
moa-sig-fd922888dbe58582fb4a045ad93da1cf2664a744.zip
switch to next RC5 version
-rw-r--r--moaSig/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/moaSig/build.gradle b/moaSig/build.gradle
index 4fe3b49..247bf08 100644
--- a/moaSig/build.gradle
+++ b/moaSig/build.gradle
@@ -21,7 +21,7 @@ subprojects {
testCompile 'junit:junit:4.8.2'
}
- version = '3.1.0-RC4'
+ version = '3.1.0-RC5'
jar { manifest.attributes provider: 'EGIZ', 'Specification-Version': getCheckedOutGitCommitHash(), 'Implementation-Version': project.version }
}