diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2017-02-03 10:51:53 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2017-02-03 10:51:53 +0100 |
commit | f10add103c0a094e908c5399d9575e7c2f1393d2 (patch) | |
tree | 2f8f2bd4648a14d06a683471e41103f99d1763ec /moaSig/build.gradle | |
parent | 5159762bea80c8e09a448859d62868f010de7d3a (diff) | |
download | moa-sig-f10add103c0a094e908c5399d9575e7c2f1393d2.tar.gz moa-sig-f10add103c0a094e908c5399d9575e7c2f1393d2.tar.bz2 moa-sig-f10add103c0a094e908c5399d9575e7c2f1393d2.zip |
fix problem in SystemInitializer order that prevent the use of the TSL certstore
switch to version RC4
Diffstat (limited to 'moaSig/build.gradle')
-rw-r--r-- | moaSig/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/moaSig/build.gradle b/moaSig/build.gradle index 808a960..4fe3b49 100644 --- a/moaSig/build.gradle +++ b/moaSig/build.gradle @@ -21,7 +21,7 @@ subprojects { testCompile 'junit:junit:4.8.2' } - version = '3.1.0-RC3' + version = '3.1.0-RC4' jar { manifest.attributes provider: 'EGIZ', 'Specification-Version': getCheckedOutGitCommitHash(), 'Implementation-Version': project.version } } |