aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2017-04-05 10:45:02 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2017-04-05 10:45:02 +0200
commitb3366e072501f36be15c624352ee571c256f06a0 (patch)
tree6e7516bec54806631818296484dda748644a893f
parent853a8c22790f17aed228019c310b4bf8f6fc827a (diff)
downloadmoa-sig-b3366e072501f36be15c624352ee571c256f06a0.tar.gz
moa-sig-b3366e072501f36be15c624352ee571c256f06a0.tar.bz2
moa-sig-b3366e072501f36be15c624352ee571c256f06a0.zip
switch to RC8
-rw-r--r--moaSig/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/moaSig/build.gradle b/moaSig/build.gradle
index f69ba38..fdd4b0e 100644
--- a/moaSig/build.gradle
+++ b/moaSig/build.gradle
@@ -21,7 +21,7 @@ subprojects {
testCompile 'junit:junit:4.8.2'
}
- version = '3.1.0'
+ version = '3.1.0-RC8'
jar { manifest.attributes provider: 'EGIZ', 'Specification-Version': getCheckedOutGitCommitHash(), 'Implementation-Version': project.version }
}