From c111e6f85c9681c86a4c27e8c6ac6a7b1e97a5c6 Mon Sep 17 00:00:00 2001 From: Robert Wittek Date: Tue, 12 Mar 2019 20:02:09 +0100 Subject: [PATCH] RELEASE: 2.4.3 --- config/config/pom.xml | 2 +- config/db/pom.xml | 2 +- config/pom.xml | 2 +- config/web/pom.xml | 2 +- geocode/geocode-impl/pom.xml | 2 +- geocode/geocode/pom.xml | 2 +- geocode/pom.xml | 2 +- main/db/pom.xml | 2 +- main/entity/pom.xml | 2 +- main/pom.xml | 2 +- main/resources/ReleaseNotes/2.4.3.md | 4 +++- main/service-impl/pom.xml | 2 +- main/service/pom.xml | 2 +- main/taglib/pom.xml | 2 +- main/view/pom.xml | 2 +- .../src/main/webapp/WEB-INF/classes/i18n/messages.properties | 2 +- plugin/alarm-text/pom.xml | 2 +- plugin/geobroker/pom.xml | 2 +- plugin/gmaps/pom.xml | 2 +- plugin/niu/pom.xml | 2 +- plugin/pom.xml | 2 +- plugin/radio/pom.xml | 2 +- plugin/vcm-poi/pom.xml | 2 +- plugin/vienna/pom.xml | 2 +- plugin/wflwr-poi/pom.xml | 2 +- pom.xml | 2 +- 26 files changed, 28 insertions(+), 26 deletions(-) diff --git a/config/config/pom.xml b/config/config/pom.xml index 648f1373..2aefb0f5 100644 --- a/config/config/pom.xml +++ b/config/config/pom.xml @@ -8,7 +8,7 @@ at.wrk.coceso-config coceso-config-base - 2.4.3-SNAPSHOT + 2.4.3 coceso-config diff --git a/config/db/pom.xml b/config/db/pom.xml index b70dcba1..9879c891 100644 --- a/config/db/pom.xml +++ b/config/db/pom.xml @@ -8,7 +8,7 @@ at.wrk.coceso-config coceso-config-base - 2.4.3-SNAPSHOT + 2.4.3 coceso-config-db diff --git a/config/pom.xml b/config/pom.xml index 21699201..eb2c2bdb 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -8,7 +8,7 @@ at.wrk.coceso base - 2.4.3-SNAPSHOT + 2.4.3 at.wrk.coceso-config diff --git a/config/web/pom.xml b/config/web/pom.xml index e6d91a2e..682c7312 100644 --- a/config/web/pom.xml +++ b/config/web/pom.xml @@ -8,7 +8,7 @@ at.wrk.coceso-config coceso-config-base - 2.4.3-SNAPSHOT + 2.4.3 coceso-config-web diff --git a/geocode/geocode-impl/pom.xml b/geocode/geocode-impl/pom.xml index 35387168..56760486 100644 --- a/geocode/geocode-impl/pom.xml +++ b/geocode/geocode-impl/pom.xml @@ -8,7 +8,7 @@ at.wrk.geocode geocode-base - 2.4.3-SNAPSHOT + 2.4.3 geocode-impl diff --git a/geocode/geocode/pom.xml b/geocode/geocode/pom.xml index 81ca7e70..363fae0f 100644 --- a/geocode/geocode/pom.xml +++ b/geocode/geocode/pom.xml @@ -8,7 +8,7 @@ at.wrk.geocode geocode-base - 2.4.3-SNAPSHOT + 2.4.3 geocode diff --git a/geocode/pom.xml b/geocode/pom.xml index 150d8948..bfc981c0 100644 --- a/geocode/pom.xml +++ b/geocode/pom.xml @@ -8,7 +8,7 @@ at.wrk.coceso base - 2.4.3-SNAPSHOT + 2.4.3 at.wrk.geocode diff --git a/main/db/pom.xml b/main/db/pom.xml index 4b8def5b..1814b642 100644 --- a/main/db/pom.xml +++ b/main/db/pom.xml @@ -8,7 +8,7 @@ at.wrk.coceso main - 2.4.3-SNAPSHOT + 2.4.3 coceso-db diff --git a/main/entity/pom.xml b/main/entity/pom.xml index 8342cce3..7ac53d27 100644 --- a/main/entity/pom.xml +++ b/main/entity/pom.xml @@ -8,7 +8,7 @@ at.wrk.coceso main - 2.4.3-SNAPSHOT + 2.4.3 coceso-entity diff --git a/main/pom.xml b/main/pom.xml index c94df8be..4c61886b 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -8,7 +8,7 @@ at.wrk.coceso base - 2.4.3-SNAPSHOT + 2.4.3 main diff --git a/main/resources/ReleaseNotes/2.4.3.md b/main/resources/ReleaseNotes/2.4.3.md index d5342b45..2405b285 100644 --- a/main/resources/ReleaseNotes/2.4.3.md +++ b/main/resources/ReleaseNotes/2.4.3.md @@ -2,6 +2,8 @@ ## Version 2.4.3 -**Release date: ???** +**Release date: 2019-03-12** * Provide coordinates of AO in destination property of geobroker incident +* Fix input validation of personell ID +* Move export conversion of alarm manager units to alarm text plugin diff --git a/main/service-impl/pom.xml b/main/service-impl/pom.xml index ae1f130f..8bf4ebb8 100644 --- a/main/service-impl/pom.xml +++ b/main/service-impl/pom.xml @@ -8,7 +8,7 @@ at.wrk.coceso main - 2.4.3-SNAPSHOT + 2.4.3 coceso-service-impl diff --git a/main/service/pom.xml b/main/service/pom.xml index cfa78a41..a797d907 100644 --- a/main/service/pom.xml +++ b/main/service/pom.xml @@ -8,7 +8,7 @@ at.wrk.coceso main - 2.4.3-SNAPSHOT + 2.4.3 coceso-service diff --git a/main/taglib/pom.xml b/main/taglib/pom.xml index 05e08e65..f0116b0f 100644 --- a/main/taglib/pom.xml +++ b/main/taglib/pom.xml @@ -8,7 +8,7 @@ at.wrk.coceso main - 2.4.3-SNAPSHOT + 2.4.3 coceso-taglib diff --git a/main/view/pom.xml b/main/view/pom.xml index 5f50ab4e..2ff38c73 100644 --- a/main/view/pom.xml +++ b/main/view/pom.xml @@ -8,7 +8,7 @@ at.wrk.coceso main - 2.4.3-SNAPSHOT + 2.4.3 coceso-view diff --git a/main/view/src/main/webapp/WEB-INF/classes/i18n/messages.properties b/main/view/src/main/webapp/WEB-INF/classes/i18n/messages.properties index 23bee246..1cb71296 100644 --- a/main/view/src/main/webapp/WEB-INF/classes/i18n/messages.properties +++ b/main/view/src/main/webapp/WEB-INF/classes/i18n/messages.properties @@ -1,3 +1,3 @@ # Global messages for all languages coceso=CoCeSo -coceso.version=v2.4.3-SNAPSHOT +coceso.version=v2.4.3 diff --git a/plugin/alarm-text/pom.xml b/plugin/alarm-text/pom.xml index da01bd71..2fbb086e 100644 --- a/plugin/alarm-text/pom.xml +++ b/plugin/alarm-text/pom.xml @@ -5,7 +5,7 @@ coceso-plugins-base at.wrk.coceso-plugins - 2.4.3-SNAPSHOT + 2.4.3 4.0.0 diff --git a/plugin/geobroker/pom.xml b/plugin/geobroker/pom.xml index d9999ed9..58dde546 100644 --- a/plugin/geobroker/pom.xml +++ b/plugin/geobroker/pom.xml @@ -5,7 +5,7 @@ coceso-plugins-base at.wrk.coceso-plugins - 2.4.3-SNAPSHOT + 2.4.3 4.0.0 diff --git a/plugin/gmaps/pom.xml b/plugin/gmaps/pom.xml index b3c6a772..8562822b 100644 --- a/plugin/gmaps/pom.xml +++ b/plugin/gmaps/pom.xml @@ -7,7 +7,7 @@ at.wrk.coceso-plugins coceso-plugins-base - 2.4.3-SNAPSHOT + 2.4.3 coceso-gmaps diff --git a/plugin/niu/pom.xml b/plugin/niu/pom.xml index 76023756..d8529015 100644 --- a/plugin/niu/pom.xml +++ b/plugin/niu/pom.xml @@ -7,7 +7,7 @@ at.wrk.coceso-plugins coceso-plugins-base - 2.4.3-SNAPSHOT + 2.4.3 coceso-niu diff --git a/plugin/pom.xml b/plugin/pom.xml index c0a70173..ebfcf4ac 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -8,7 +8,7 @@ at.wrk.coceso base - 2.4.3-SNAPSHOT + 2.4.3 at.wrk.coceso-plugins diff --git a/plugin/radio/pom.xml b/plugin/radio/pom.xml index 0318a7f6..749282a5 100644 --- a/plugin/radio/pom.xml +++ b/plugin/radio/pom.xml @@ -7,7 +7,7 @@ at.wrk.coceso-plugins coceso-plugins-base - 2.4.3-SNAPSHOT + 2.4.3 coceso-radio diff --git a/plugin/vcm-poi/pom.xml b/plugin/vcm-poi/pom.xml index 34ce8fb9..0cf054c7 100644 --- a/plugin/vcm-poi/pom.xml +++ b/plugin/vcm-poi/pom.xml @@ -7,7 +7,7 @@ at.wrk.coceso-plugins coceso-plugins-base - 2.4.3-SNAPSHOT + 2.4.3 coceso-vcm-poi diff --git a/plugin/vienna/pom.xml b/plugin/vienna/pom.xml index 9956226b..9797256a 100644 --- a/plugin/vienna/pom.xml +++ b/plugin/vienna/pom.xml @@ -7,7 +7,7 @@ at.wrk.coceso-plugins coceso-plugins-base - 2.4.3-SNAPSHOT + 2.4.3 coceso-vienna diff --git a/plugin/wflwr-poi/pom.xml b/plugin/wflwr-poi/pom.xml index 7861a3d1..d50d0e2a 100644 --- a/plugin/wflwr-poi/pom.xml +++ b/plugin/wflwr-poi/pom.xml @@ -7,7 +7,7 @@ at.wrk.coceso-plugins coceso-plugins-base - 2.4.3-SNAPSHOT + 2.4.3 coceso-wflwr-poi diff --git a/pom.xml b/pom.xml index d9df9020..1a3821ff 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ at.wrk.coceso base pom - 2.4.3-SNAPSHOT + 2.4.3 Coceso Base