diff options
author | Thomas <> | 2021-04-27 20:48:49 +0200 |
---|---|---|
committer | Thomas <> | 2021-04-27 20:48:49 +0200 |
commit | 38c3a15d00414fb3967555481131e55e6a21fbd1 (patch) | |
tree | 76db3b61d459cd3a9b105f6712283b1386de64d9 /moaSig/build.gradle | |
parent | 45860b07b44777b1ed2c9e76165da20f2655f92d (diff) | |
download | moa-sig-38c3a15d00414fb3967555481131e55e6a21fbd1.tar.gz moa-sig-38c3a15d00414fb3967555481131e55e6a21fbd1.tar.bz2 moa-sig-38c3a15d00414fb3967555481131e55e6a21fbd1.zip |
fix bug in ConfigurationProvider the ignore keyGroups for MOA-SS
add jUnit tests to test signature-creation
Diffstat (limited to 'moaSig/build.gradle')
-rw-r--r-- | moaSig/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/moaSig/build.gradle b/moaSig/build.gradle index bff3147..1cc1551 100644 --- a/moaSig/build.gradle +++ b/moaSig/build.gradle @@ -37,7 +37,7 @@ subprojects { testImplementation 'junit:junit:4.13.2' } - version = '3.1.4-RC2' + version = '3.1.4-RC3' jar { manifest.attributes provider: 'EGIZ', 'Specification-Version': getCheckedOutGitCommitHash(), 'Implementation-Version': project.version } @@ -94,7 +94,7 @@ subprojects { authentication(userName: System.getenv("EGIZ_MAVEN_USER"), password: System.getenv("EGIZ_MAVEN_PASSWORD")) } - snapshotRepository(url: "sftp://apps.egiz.gv.at/maven-snaphot") { + snapshotRepository(url: "sftp://apps.egiz.gv.at/maven-snapshot") { authentication(userName: System.getenv("EGIZ_MAVEN_USER"), password: System.getenv("EGIZ_MAVEN_PASSWORD")) } |