Loading .gitignore +3 −0 Original line number Diff line number Diff line Loading @@ -104,3 +104,6 @@ local.properties .fbExcludeFilterFile /debug/ /TmpFiles*/ .gitlab-ci.yml 0 → 100644 +6 −0 Original line number Diff line number Diff line dua-fehlertls-build: image: openjdk:8-jdk-alpine script: - ./gradlew build -x test CHANGELOG.md +4 −6 Original line number Diff line number Diff line Versionsverlauf =============== ## [Version Noch nicht veröffentlicht] - Update CHANGELOG.md - Versionstags für Versionsvergleich korrigiert ## [Noch nicht veröffentlicht] ## [Version 2.0.3] Release-Datum: 25.12.2017 Release-Datum: 16.01.2018 - NERZ: Umstellung auf Gradle, Build durch FTB und Bereitstellung auf NERZ-Repositories Loading Loading @@ -121,5 +119,5 @@ werden kann (zusaetzlich zu den normalen Parametern jeder Datenverteiler-Applika [Noch nicht veröffentlicht]: https://gitlab.nerz-ev.de/ERZ/SWE_de.bsvrz.dua.fehlertls/compare/FREI_V2.0.3_D2017-12-25...HEAD [Version 2.0.3]: https://gitlab.nerz-ev.de/ERZ/SWE_de.bsvrz.dua.fehlertls/compare/FREI_V2.0.2_D2016-08-01...FREI_V2.0.3_D2017-12-25 [Noch nicht veröffentlicht]: https://gitlab.nerz-ev.de/ERZ/SWE_de.bsvrz.dua.fehlertls/compare/v2.0.3...HEAD [Version 2.0.3]: https://gitlab.nerz-ev.de/ERZ/SWE_de.bsvrz.dua.fehlertls/compare/v2.0.2...v2.0.3 build.gradle +20 −21 Original line number Diff line number Diff line Loading @@ -2,14 +2,12 @@ // NERZ-SWE-Plugin //-------------------------------------------------------------------- plugins { id "de.bsvrz.gradle.nerzswe" version "0.5.0" id "de.bsvrz.gradle.nerzswe" version "0.7.0" } //-------------------------------------------------------------------- // SWE-Eigenschaften //-------------------------------------------------------------------- description 'Fehleranalyse bei fehlenden Messdaten an TLS-DE' group 'de.bsvrz.dua' version '2.0.4-SNAPSHOT' Loading @@ -24,7 +22,7 @@ nerzswe { //-------------------------------------------------------------------- // Abhängigkeiten //-------------------------------------------------------------------- String kernsoftware_version = '3.9.+' String kernsoftware_version = '3.9.7' dependencies { //------ // Source: Loading @@ -32,12 +30,13 @@ dependencies { compile group: 'de.bsvrz.dav', name: 'de.bsvrz.dav.dav', version: kernsoftware_version compile group: 'de.bsvrz.sys', name: 'de.bsvrz.sys.funclib.application', version: kernsoftware_version compile group: 'de.bsvrz.sys', name: 'de.bsvrz.sys.funclib.operatingMessage', version: kernsoftware_version compile group: 'de.bsvrz.dua', name: 'de.bsvrz.dua.guete', version:'2.0.2+' compile group: 'de.bsvrz.sys', name: 'de.bsvrz.sys.funclib.bitctrl.dua', version:'1.9.2+' compile group: 'com.bitctrl', name: 'com.bitctrl', version:'2.0.+' compile group: 'de.bsvrz.dua', name: 'de.bsvrz.dua.guete', version: '2.0.2' compile group: 'de.bsvrz.sys', name: 'de.bsvrz.sys.funclib.bitctrl.dua', version: '1.9.2' compile group: 'com.bitctrl', name: 'com.bitctrl', version: '2.0.2' //------ // Test: testCompile group: 'junit', name: 'junit', version: '4.12' testCompile group: 'de.bsvrz.dua', name: 'de.bsvrz.dua.tests', version: '2.0.0' testCompile group: 'com.nimbusds', name: 'srp6a', version: '2.0.0' } src/main/config/checkstyle.xml→config/checkstyle/checkstyle.xml +0 −0 File moved. View file Loading
.gitignore +3 −0 Original line number Diff line number Diff line Loading @@ -104,3 +104,6 @@ local.properties .fbExcludeFilterFile /debug/ /TmpFiles*/
.gitlab-ci.yml 0 → 100644 +6 −0 Original line number Diff line number Diff line dua-fehlertls-build: image: openjdk:8-jdk-alpine script: - ./gradlew build -x test
CHANGELOG.md +4 −6 Original line number Diff line number Diff line Versionsverlauf =============== ## [Version Noch nicht veröffentlicht] - Update CHANGELOG.md - Versionstags für Versionsvergleich korrigiert ## [Noch nicht veröffentlicht] ## [Version 2.0.3] Release-Datum: 25.12.2017 Release-Datum: 16.01.2018 - NERZ: Umstellung auf Gradle, Build durch FTB und Bereitstellung auf NERZ-Repositories Loading Loading @@ -121,5 +119,5 @@ werden kann (zusaetzlich zu den normalen Parametern jeder Datenverteiler-Applika [Noch nicht veröffentlicht]: https://gitlab.nerz-ev.de/ERZ/SWE_de.bsvrz.dua.fehlertls/compare/FREI_V2.0.3_D2017-12-25...HEAD [Version 2.0.3]: https://gitlab.nerz-ev.de/ERZ/SWE_de.bsvrz.dua.fehlertls/compare/FREI_V2.0.2_D2016-08-01...FREI_V2.0.3_D2017-12-25 [Noch nicht veröffentlicht]: https://gitlab.nerz-ev.de/ERZ/SWE_de.bsvrz.dua.fehlertls/compare/v2.0.3...HEAD [Version 2.0.3]: https://gitlab.nerz-ev.de/ERZ/SWE_de.bsvrz.dua.fehlertls/compare/v2.0.2...v2.0.3
build.gradle +20 −21 Original line number Diff line number Diff line Loading @@ -2,14 +2,12 @@ // NERZ-SWE-Plugin //-------------------------------------------------------------------- plugins { id "de.bsvrz.gradle.nerzswe" version "0.5.0" id "de.bsvrz.gradle.nerzswe" version "0.7.0" } //-------------------------------------------------------------------- // SWE-Eigenschaften //-------------------------------------------------------------------- description 'Fehleranalyse bei fehlenden Messdaten an TLS-DE' group 'de.bsvrz.dua' version '2.0.4-SNAPSHOT' Loading @@ -24,7 +22,7 @@ nerzswe { //-------------------------------------------------------------------- // Abhängigkeiten //-------------------------------------------------------------------- String kernsoftware_version = '3.9.+' String kernsoftware_version = '3.9.7' dependencies { //------ // Source: Loading @@ -32,12 +30,13 @@ dependencies { compile group: 'de.bsvrz.dav', name: 'de.bsvrz.dav.dav', version: kernsoftware_version compile group: 'de.bsvrz.sys', name: 'de.bsvrz.sys.funclib.application', version: kernsoftware_version compile group: 'de.bsvrz.sys', name: 'de.bsvrz.sys.funclib.operatingMessage', version: kernsoftware_version compile group: 'de.bsvrz.dua', name: 'de.bsvrz.dua.guete', version:'2.0.2+' compile group: 'de.bsvrz.sys', name: 'de.bsvrz.sys.funclib.bitctrl.dua', version:'1.9.2+' compile group: 'com.bitctrl', name: 'com.bitctrl', version:'2.0.+' compile group: 'de.bsvrz.dua', name: 'de.bsvrz.dua.guete', version: '2.0.2' compile group: 'de.bsvrz.sys', name: 'de.bsvrz.sys.funclib.bitctrl.dua', version: '1.9.2' compile group: 'com.bitctrl', name: 'com.bitctrl', version: '2.0.2' //------ // Test: testCompile group: 'junit', name: 'junit', version: '4.12' testCompile group: 'de.bsvrz.dua', name: 'de.bsvrz.dua.tests', version: '2.0.0' testCompile group: 'com.nimbusds', name: 'srp6a', version: '2.0.0' }