diff options
author | Thomas <> | 2021-03-25 17:44:52 +0100 |
---|---|---|
committer | Thomas <> | 2021-03-25 17:44:52 +0100 |
commit | 60f50b03394d437945a5a3d6b6f6dd950230b01c (patch) | |
tree | be1d079562db03a019f238f90eac903ad31c2a4e /moaSig | |
parent | f74283e748040757b8c988631f600f7352d9877e (diff) | |
download | moa-sig-60f50b03394d437945a5a3d6b6f6dd950230b01c.tar.gz moa-sig-60f50b03394d437945a5a3d6b6f6dd950230b01c.tar.bz2 moa-sig-60f50b03394d437945a5a3d6b6f6dd950230b01c.zip |
switch to version 3.1.4-RC2
Diffstat (limited to 'moaSig')
-rw-r--r-- | moaSig/build.gradle | 2 | ||||
-rw-r--r-- | moaSig/moa-asic/build.gradle | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/moaSig/build.gradle b/moaSig/build.gradle index fb629c3..bff3147 100644 --- a/moaSig/build.gradle +++ b/moaSig/build.gradle @@ -37,7 +37,7 @@ subprojects { testImplementation 'junit:junit:4.13.2' } - version = '3.1.4-RC1' + version = '3.1.4-RC2' jar { manifest.attributes provider: 'EGIZ', 'Specification-Version': getCheckedOutGitCommitHash(), 'Implementation-Version': project.version } diff --git a/moaSig/moa-asic/build.gradle b/moaSig/moa-asic/build.gradle index a11f6ca..ba87519 100644 --- a/moaSig/moa-asic/build.gradle +++ b/moaSig/moa-asic/build.gradle @@ -53,7 +53,7 @@ task jaxb () { task releases(type: Copy) { //from jar.outputs from distZip.outputs - //from distTar.outputs + from distTar.outputs into rootDir.toString() + "/releases/" + version } |