From 38c3a15d00414fb3967555481131e55e6a21fbd1 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Tue, 27 Apr 2021 20:48:49 +0200 Subject: fix bug in ConfigurationProvider the ignore keyGroups for MOA-SS add jUnit tests to test signature-creation --- moaSig/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'moaSig/build.gradle') 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")) } -- cgit v1.2.3