Skip to content
Snippets Groups Projects
Commit 5622a9ad authored by Christian Kniss's avatar Christian Kniss
Browse files

NERZ: Umstellung auf Gradle, Build durch FTB und Bereitstellung auf NERZ-Repositories

parent af25efc9
Branches master
Tags v2.5.1
No related merge requests found
...@@ -9,14 +9,14 @@ plugins { ...@@ -9,14 +9,14 @@ plugins {
// SWE-Eigenschaften // SWE-Eigenschaften
//-------------------------------------------------------------------- //--------------------------------------------------------------------
group = 'de.bsvrz.kex' group = 'de.bsvrz.kex'
version = '2.5.2-SNAPSHOT' version = '2.5.1'
description = 'Segment KEx , SWE 2.DE Statischer Import MIF' description = 'Segment KEx , SWE 2.DE Statischer Import MIF'
// Properties des NERZ-SWE-Plugins: // Properties des NERZ-SWE-Plugins:
nerzswe { nerzswe {
mainClassName = 'de.bsvrz.kex.mif.vew.KexMIF' mainClassName = 'de.bsvrz.kex.mif.vew.KexMIF'
sweStatus = 'BETA' sweStatus = 'FREI'
sweDatum = '' sweDatum = '2018-01-19'
} }
repositories { repositories {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment