From ec15303c2d097d97cc2581f8cd031097e259bdbc Mon Sep 17 00:00:00 2001 From: CarstenHollmann Date: Tue, 23 Dec 2014 16:09:37 +0100 Subject: [PATCH] Set version to 4.1.4 --- bindings/json/pom.xml | 2 +- bindings/kvp/pom.xml | 2 +- bindings/pom.xml | 2 +- bindings/pox/pom.xml | 2 +- bindings/rest/code/pom.xml | 2 +- bindings/rest/pom.xml | 4 ++-- bindings/rest/xml/pom.xml | 2 +- bindings/soap/pom.xml | 2 +- coding/json-common/pom.xml | 2 +- coding/json/pom.xml | 2 +- coding/ows-v110/pom.xml | 2 +- coding/pom.xml | 2 +- coding/sensorML-v101/pom.xml | 2 +- coding/sos-v100/pom.xml | 2 +- coding/sos-v20/pom.xml | 2 +- coding/wml-v20/pom.xml | 2 +- core/admin/pom.xml | 2 +- core/api/.gitignore | 1 + core/api/pom.xml | 2 +- core/cache/pom.xml | 2 +- core/gc-dao/pom.xml | 2 +- core/pom.xml | 2 +- core/profile/coding/pom.xml | 2 +- core/profile/pom.xml | 2 +- core/profile/xml/pom.xml | 2 +- core/sqlite-config/pom.xml | 2 +- core/test/pom.xml | 2 +- extensions/do/core/pom.xml | 2 +- extensions/do/hibernate/pom.xml | 2 +- extensions/do/json/pom.xml | 2 +- extensions/do/kvp/pom.xml | 2 +- extensions/do/pom.xml | 4 ++-- extensions/do/xml/pom.xml | 2 +- extensions/gda/hibernate/pom.xml | 2 +- extensions/gda/operation/pom.xml | 2 +- extensions/gda/pom.xml | 2 +- extensions/pom.xml | 2 +- hibernate/common/pom.xml | 2 +- hibernate/dao/pom.xml | 2 +- hibernate/datasource/common/pom.xml | 2 +- hibernate/datasource/h2/pom.xml | 2 +- hibernate/datasource/mysql/pom.xml | 2 +- hibernate/datasource/oracle/pom.xml | 2 +- hibernate/datasource/pom.xml | 2 +- hibernate/datasource/postgres/pom.xml | 2 +- hibernate/datasource/sqlserver/pom.xml | 2 +- hibernate/feature/pom.xml | 2 +- hibernate/h2/pom.xml | 2 +- hibernate/mappings/pom.xml | 2 +- hibernate/pom.xml | 2 +- hibernate/session-factory/pom.xml | 2 +- operations/core-v100/pom.xml | 2 +- operations/core-v20/pom.xml | 2 +- operations/enhanced-v20/pom.xml | 2 +- operations/pom.xml | 2 +- operations/resultHandling-v20/pom.xml | 2 +- operations/transactional-v20/pom.xml | 2 +- pom.xml | 8 ++++---- spring/admin-controller/pom.xml | 2 +- spring/client-controller/pom.xml | 2 +- spring/common-controller/pom.xml | 2 +- spring/install-controller/pom.xml | 2 +- spring/pom.xml | 2 +- spring/views/pom.xml | 2 +- third-party/pom.xml | 2 +- third-party/third-party-ncname-resolver/pom.xml | 2 +- webapp/pom.xml | 2 +- 67 files changed, 72 insertions(+), 71 deletions(-) create mode 100644 core/api/.gitignore diff --git a/bindings/json/pom.xml b/bindings/json/pom.xml index b398b7cc27..4e0edb20de 100644 --- a/bindings/json/pom.xml +++ b/bindings/json/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos bindings - 4.1.3 + 4.1.4 binding-json 52°North SOS - JSON Binding diff --git a/bindings/kvp/pom.xml b/bindings/kvp/pom.xml index e457a72136..6768556b27 100644 --- a/bindings/kvp/pom.xml +++ b/bindings/kvp/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos bindings - 4.1.3 + 4.1.4 4.0.0 binding-kvp diff --git a/bindings/pom.xml b/bindings/pom.xml index b112c5efe5..c37e0d21ed 100644 --- a/bindings/pom.xml +++ b/bindings/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos 52n-sos - 4.1.3 + 4.1.4 bindings pom diff --git a/bindings/pox/pom.xml b/bindings/pox/pom.xml index 2e297b18a4..4c09508d3f 100644 --- a/bindings/pox/pom.xml +++ b/bindings/pox/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos bindings - 4.1.3 + 4.1.4 4.0.0 binding-pox diff --git a/bindings/rest/code/pom.xml b/bindings/rest/code/pom.xml index 5c9e058ca4..fdf7bf25b4 100644 --- a/bindings/rest/code/pom.xml +++ b/bindings/rest/code/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos rest - 4.1.3 + 4.1.4 rest-code 52°North SOS - Extension REST Binding - Core diff --git a/bindings/rest/pom.xml b/bindings/rest/pom.xml index 84f933fe3d..4e7a73f45a 100644 --- a/bindings/rest/pom.xml +++ b/bindings/rest/pom.xml @@ -4,12 +4,12 @@ org.n52.sensorweb.sos bindings - 4.1.3 + 4.1.4 4.0.0 rest pom - 4.1.3 + 4.1.4 52°North SOS - Extension REST Binding RESTful binding for the 52°North SOS http://52north.org/communities/sensorweb/sosREST/ diff --git a/bindings/rest/xml/pom.xml b/bindings/rest/xml/pom.xml index acd439a1d1..4a155e9fd5 100644 --- a/bindings/rest/xml/pom.xml +++ b/bindings/rest/xml/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos rest - 4.1.3 + 4.1.4 rest-xml 52°North SOS - Extension REST Binding - XML diff --git a/bindings/soap/pom.xml b/bindings/soap/pom.xml index bd99b928fc..407e886041 100644 --- a/bindings/soap/pom.xml +++ b/bindings/soap/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos bindings - 4.1.3 + 4.1.4 4.0.0 binding-soap diff --git a/coding/json-common/pom.xml b/coding/json-common/pom.xml index 4f3b90db9e..0dd9e98607 100644 --- a/coding/json-common/pom.xml +++ b/coding/json-common/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos coding - 4.1.3 + 4.1.4 4.0.0 coding-json-common diff --git a/coding/json/pom.xml b/coding/json/pom.xml index 7eeca3b521..996b86442a 100644 --- a/coding/json/pom.xml +++ b/coding/json/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos coding - 4.1.3 + 4.1.4 4.0.0 coding-json diff --git a/coding/ows-v110/pom.xml b/coding/ows-v110/pom.xml index f79c531cc9..f2bdb5e068 100644 --- a/coding/ows-v110/pom.xml +++ b/coding/ows-v110/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos coding - 4.1.3 + 4.1.4 4.0.0 coding-ows-v110 diff --git a/coding/pom.xml b/coding/pom.xml index ab7997326a..3fb11788ae 100644 --- a/coding/pom.xml +++ b/coding/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos 52n-sos - 4.1.3 + 4.1.4 coding pom diff --git a/coding/sensorML-v101/pom.xml b/coding/sensorML-v101/pom.xml index 7c9b37906a..b9a57b6630 100644 --- a/coding/sensorML-v101/pom.xml +++ b/coding/sensorML-v101/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos coding - 4.1.3 + 4.1.4 4.0.0 coding-sensorML-v101 diff --git a/coding/sos-v100/pom.xml b/coding/sos-v100/pom.xml index 860803ccba..bf926fac51 100644 --- a/coding/sos-v100/pom.xml +++ b/coding/sos-v100/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos coding - 4.1.3 + 4.1.4 4.0.0 coding-sos-v100 diff --git a/coding/sos-v20/pom.xml b/coding/sos-v20/pom.xml index d6b2d6551d..99fcf975ba 100644 --- a/coding/sos-v20/pom.xml +++ b/coding/sos-v20/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos coding - 4.1.3 + 4.1.4 4.0.0 coding-sos-v20 diff --git a/coding/wml-v20/pom.xml b/coding/wml-v20/pom.xml index 2767bcc8f2..a41f9f0151 100644 --- a/coding/wml-v20/pom.xml +++ b/coding/wml-v20/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos coding - 4.1.3 + 4.1.4 4.0.0 coding-wml-v20 diff --git a/core/admin/pom.xml b/core/admin/pom.xml index d6bd893540..b53f2c1fdd 100644 --- a/core/admin/pom.xml +++ b/core/admin/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos core - 4.1.3 + 4.1.4 admin 52°North SOS - Administrator Service Operator diff --git a/core/api/.gitignore b/core/api/.gitignore new file mode 100644 index 0000000000..b83d22266a --- /dev/null +++ b/core/api/.gitignore @@ -0,0 +1 @@ +/target/ diff --git a/core/api/pom.xml b/core/api/pom.xml index dc3942610b..ca97ecf1a2 100644 --- a/core/api/pom.xml +++ b/core/api/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos core - 4.1.3 + 4.1.4 4.0.0 api diff --git a/core/cache/pom.xml b/core/cache/pom.xml index ffd8ee569b..896386b341 100644 --- a/core/cache/pom.xml +++ b/core/cache/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos core - 4.1.3 + 4.1.4 cache 52°North SOS - Cache diff --git a/core/gc-dao/pom.xml b/core/gc-dao/pom.xml index cc3970bb58..9995c97e82 100644 --- a/core/gc-dao/pom.xml +++ b/core/gc-dao/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos core - 4.1.3 + 4.1.4 4.0.0 gc-dao diff --git a/core/pom.xml b/core/pom.xml index 2cd3108a9c..921846864c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos 52n-sos - 4.1.3 + 4.1.4 core pom diff --git a/core/profile/coding/pom.xml b/core/profile/coding/pom.xml index ced294f49b..4870539c6e 100644 --- a/core/profile/coding/pom.xml +++ b/core/profile/coding/pom.xml @@ -4,7 +4,7 @@ profile org.n52.sensorweb.sos - 4.1.3 + 4.1.4 4.0.0 profile-coding diff --git a/core/profile/pom.xml b/core/profile/pom.xml index a756ac17a6..5e7323a467 100644 --- a/core/profile/pom.xml +++ b/core/profile/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos core - 4.1.3 + 4.1.4 4.0.0 profile diff --git a/core/profile/xml/pom.xml b/core/profile/xml/pom.xml index a9038bcb59..580d768408 100644 --- a/core/profile/xml/pom.xml +++ b/core/profile/xml/pom.xml @@ -4,7 +4,7 @@ profile org.n52.sensorweb.sos - 4.1.3 + 4.1.4 4.0.0 profile-xml diff --git a/core/sqlite-config/pom.xml b/core/sqlite-config/pom.xml index f2310c0641..f1cb586211 100644 --- a/core/sqlite-config/pom.xml +++ b/core/sqlite-config/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos core - 4.1.3 + 4.1.4 sqlite-config 52°North SOS - SQLite Configuration diff --git a/core/test/pom.xml b/core/test/pom.xml index 9a425c15eb..3b046ded26 100644 --- a/core/test/pom.xml +++ b/core/test/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos core - 4.1.3 + 4.1.4 test 52°North SOS - Test Module diff --git a/extensions/do/core/pom.xml b/extensions/do/core/pom.xml index 37f4b21689..e7bcbe43a7 100644 --- a/extensions/do/core/pom.xml +++ b/extensions/do/core/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos do - 4.1.3 + 4.1.4 4.0.0 do-core diff --git a/extensions/do/hibernate/pom.xml b/extensions/do/hibernate/pom.xml index 10c6fa8f3d..f6de0e87d0 100644 --- a/extensions/do/hibernate/pom.xml +++ b/extensions/do/hibernate/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos do - 4.1.3 + 4.1.4 4.0.0 do-hibernate diff --git a/extensions/do/json/pom.xml b/extensions/do/json/pom.xml index 0519ec41c1..321f3ed7c2 100644 --- a/extensions/do/json/pom.xml +++ b/extensions/do/json/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos do - 4.1.3 + 4.1.4 4.0.0 do-json diff --git a/extensions/do/kvp/pom.xml b/extensions/do/kvp/pom.xml index 8f68edc2f1..a0e810c18a 100644 --- a/extensions/do/kvp/pom.xml +++ b/extensions/do/kvp/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos do - 4.1.3 + 4.1.4 4.0.0 do-kvp diff --git a/extensions/do/pom.xml b/extensions/do/pom.xml index 121df91fae..668539e0d0 100644 --- a/extensions/do/pom.xml +++ b/extensions/do/pom.xml @@ -3,12 +3,12 @@ org.n52.sensorweb.sos extensions - 4.1.3 + 4.1.4 4.0.0 pom do - 4.1.3 + 4.1.4 52°North SOS - Extension Delete Observation 52°North SOS Extension Delete Observation diff --git a/extensions/do/xml/pom.xml b/extensions/do/xml/pom.xml index 42178d7fac..d071f2d43c 100644 --- a/extensions/do/xml/pom.xml +++ b/extensions/do/xml/pom.xml @@ -3,7 +3,7 @@ org.n52.sensorweb.sos do - 4.1.3 + 4.1.4 4.0.0 do-xml diff --git a/extensions/gda/hibernate/pom.xml b/extensions/gda/hibernate/pom.xml index bf41137698..86472f7b84 100644 --- a/extensions/gda/hibernate/pom.xml +++ b/extensions/gda/hibernate/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos gda - 4.1.3 + 4.1.4 gda-hibernate 52°North SOS - Extension GetDataAvailability - Hibernate DAO diff --git a/extensions/gda/operation/pom.xml b/extensions/gda/operation/pom.xml index 5b7329b5d4..38024c1849 100644 --- a/extensions/gda/operation/pom.xml +++ b/extensions/gda/operation/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos gda - 4.1.3 + 4.1.4 gda-operation 52°North SOS - Extension GetDataAvailability - SOS 2.0 Operation diff --git a/extensions/gda/pom.xml b/extensions/gda/pom.xml index 840084f8d0..4594d5f571 100644 --- a/extensions/gda/pom.xml +++ b/extensions/gda/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos extensions - 4.1.3 + 4.1.4 4.0.0 gda diff --git a/extensions/pom.xml b/extensions/pom.xml index f46e70a263..c43c4ad4ba 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos 52n-sos - 4.1.3 + 4.1.4 extensions pom diff --git a/hibernate/common/pom.xml b/hibernate/common/pom.xml index 8568177ed4..02f39669f9 100644 --- a/hibernate/common/pom.xml +++ b/hibernate/common/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos hibernate - 4.1.3 + 4.1.4 4.0.0 hibernate-common diff --git a/hibernate/dao/pom.xml b/hibernate/dao/pom.xml index 807f5bb158..0fcaa2bd5b 100644 --- a/hibernate/dao/pom.xml +++ b/hibernate/dao/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos hibernate - 4.1.3 + 4.1.4 4.0.0 hibernate-dao diff --git a/hibernate/datasource/common/pom.xml b/hibernate/datasource/common/pom.xml index 613c1d760b..883d3dbdd6 100644 --- a/hibernate/datasource/common/pom.xml +++ b/hibernate/datasource/common/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos hibernate-datasource - 4.1.3 + 4.1.4 4.0.0 hibernate-datasource-common diff --git a/hibernate/datasource/h2/pom.xml b/hibernate/datasource/h2/pom.xml index dc87ad6e78..b27c723ff7 100644 --- a/hibernate/datasource/h2/pom.xml +++ b/hibernate/datasource/h2/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos hibernate-datasource - 4.1.3 + 4.1.4 4.0.0 hibernate-datasource-h2 diff --git a/hibernate/datasource/mysql/pom.xml b/hibernate/datasource/mysql/pom.xml index 08628de830..418e1bd72c 100644 --- a/hibernate/datasource/mysql/pom.xml +++ b/hibernate/datasource/mysql/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos hibernate-datasource - 4.1.3 + 4.1.4 4.0.0 hibernate-datasource-mysql diff --git a/hibernate/datasource/oracle/pom.xml b/hibernate/datasource/oracle/pom.xml index bd067ec0be..c55c076c6b 100644 --- a/hibernate/datasource/oracle/pom.xml +++ b/hibernate/datasource/oracle/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos hibernate-datasource - 4.1.3 + 4.1.4 4.0.0 hibernate-datasource-oracle diff --git a/hibernate/datasource/pom.xml b/hibernate/datasource/pom.xml index 72704d46bc..3c97ff23ef 100644 --- a/hibernate/datasource/pom.xml +++ b/hibernate/datasource/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos hibernate - 4.1.3 + 4.1.4 4.0.0 hibernate-datasource diff --git a/hibernate/datasource/postgres/pom.xml b/hibernate/datasource/postgres/pom.xml index 4c3658e813..f6e8d92c24 100644 --- a/hibernate/datasource/postgres/pom.xml +++ b/hibernate/datasource/postgres/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos hibernate-datasource - 4.1.3 + 4.1.4 4.0.0 hibernate-datasource-postgres diff --git a/hibernate/datasource/sqlserver/pom.xml b/hibernate/datasource/sqlserver/pom.xml index be5ff361e6..bdd2a43343 100644 --- a/hibernate/datasource/sqlserver/pom.xml +++ b/hibernate/datasource/sqlserver/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos hibernate-datasource - 4.1.3 + 4.1.4 4.0.0 hibernate-datasource-sqlserver diff --git a/hibernate/feature/pom.xml b/hibernate/feature/pom.xml index 52f7fd93bd..db1ea3f6ce 100644 --- a/hibernate/feature/pom.xml +++ b/hibernate/feature/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos hibernate - 4.1.3 + 4.1.4 4.0.0 hibernate-feature diff --git a/hibernate/h2/pom.xml b/hibernate/h2/pom.xml index 0a35ccc48b..4a560ca4af 100644 --- a/hibernate/h2/pom.xml +++ b/hibernate/h2/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos hibernate - 4.1.3 + 4.1.4 hibernate-h2 52°North SOS - Hibernate H2 diff --git a/hibernate/mappings/pom.xml b/hibernate/mappings/pom.xml index 6bc8bc9a54..f63fcf9740 100644 --- a/hibernate/mappings/pom.xml +++ b/hibernate/mappings/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos hibernate - 4.1.3 + 4.1.4 hibernate-mappings 52°North SOS - Hibernate Mappings diff --git a/hibernate/pom.xml b/hibernate/pom.xml index 22a7f9be17..a17bb293cc 100644 --- a/hibernate/pom.xml +++ b/hibernate/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos 52n-sos - 4.1.3 + 4.1.4 hibernate pom diff --git a/hibernate/session-factory/pom.xml b/hibernate/session-factory/pom.xml index 31e6ff713c..2b8dc97ca3 100644 --- a/hibernate/session-factory/pom.xml +++ b/hibernate/session-factory/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos hibernate - 4.1.3 + 4.1.4 4.0.0 hibernate-session-factory diff --git a/operations/core-v100/pom.xml b/operations/core-v100/pom.xml index d8c3fc8855..a0e36d5128 100644 --- a/operations/core-v100/pom.xml +++ b/operations/core-v100/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos operations - 4.1.3 + 4.1.4 4.0.0 core-v100 diff --git a/operations/core-v20/pom.xml b/operations/core-v20/pom.xml index d5eb99ab15..f5d25950e3 100644 --- a/operations/core-v20/pom.xml +++ b/operations/core-v20/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos operations - 4.1.3 + 4.1.4 4.0.0 core-v20 diff --git a/operations/enhanced-v20/pom.xml b/operations/enhanced-v20/pom.xml index 4902a9a9c5..e2c6be014e 100644 --- a/operations/enhanced-v20/pom.xml +++ b/operations/enhanced-v20/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos operations - 4.1.3 + 4.1.4 4.0.0 enhanced-v20 diff --git a/operations/pom.xml b/operations/pom.xml index 168fb846d9..1be100794a 100644 --- a/operations/pom.xml +++ b/operations/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos 52n-sos - 4.1.3 + 4.1.4 operations pom diff --git a/operations/resultHandling-v20/pom.xml b/operations/resultHandling-v20/pom.xml index 9ec0f3f979..0fce19e2b6 100644 --- a/operations/resultHandling-v20/pom.xml +++ b/operations/resultHandling-v20/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos operations - 4.1.3 + 4.1.4 4.0.0 resultHandling-v20 diff --git a/operations/transactional-v20/pom.xml b/operations/transactional-v20/pom.xml index 20a972b0de..d0209688ec 100644 --- a/operations/transactional-v20/pom.xml +++ b/operations/transactional-v20/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos operations - 4.1.3 + 4.1.4 4.0.0 transactional-v20 diff --git a/pom.xml b/pom.xml index 7a53eb0480..e606635f34 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ 4.0.0 org.n52.sensorweb.sos 52n-sos - 4.1.3 + 4.1.4 52°North Sensor Observation Service 52°North Sensor Observation Service - Parent POM for defining dependency versions https://wiki.52north.org/bin/view/SensorWeb/SensorObservationServiceIVDocumentation @@ -76,9 +76,9 @@ - 4.1.3 - 4.1.3 - 4.1.3 + 4.1.4 + 4.1.4 + 4.1.4 3.1.4.RELEASE 3.2.6.RELEASE 9.1.0.8 diff --git a/spring/admin-controller/pom.xml b/spring/admin-controller/pom.xml index cd3e52caa4..420cbcd962 100644 --- a/spring/admin-controller/pom.xml +++ b/spring/admin-controller/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos spring - 4.1.3 + 4.1.4 admin-controller 52°North SOS - Web Admin Controller diff --git a/spring/client-controller/pom.xml b/spring/client-controller/pom.xml index 3c3340dc4c..3a2588fcaf 100644 --- a/spring/client-controller/pom.xml +++ b/spring/client-controller/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos spring - 4.1.3 + 4.1.4 client-controller 52°North SOS - Web Client Controller diff --git a/spring/common-controller/pom.xml b/spring/common-controller/pom.xml index 2ab9e00a8c..9afb11b3a9 100644 --- a/spring/common-controller/pom.xml +++ b/spring/common-controller/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos spring - 4.1.3 + 4.1.4 common-controller 52°North SOS - Web Common Controller diff --git a/spring/install-controller/pom.xml b/spring/install-controller/pom.xml index 38904421be..a044ea04e2 100644 --- a/spring/install-controller/pom.xml +++ b/spring/install-controller/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos spring - 4.1.3 + 4.1.4 install-controller 52°North SOS - Web Install Controller diff --git a/spring/pom.xml b/spring/pom.xml index 6ebf6da4e3..7f0a8a8e0e 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -5,7 +5,7 @@ 52n-sos org.n52.sensorweb.sos - 4.1.3 + 4.1.4 spring pom diff --git a/spring/views/pom.xml b/spring/views/pom.xml index beeddf5a24..e6bd6a9cb1 100644 --- a/spring/views/pom.xml +++ b/spring/views/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos spring - 4.1.3 + 4.1.4 views 52°North SOS - Web Views diff --git a/third-party/pom.xml b/third-party/pom.xml index fbabcc2371..457e339859 100644 --- a/third-party/pom.xml +++ b/third-party/pom.xml @@ -3,7 +3,7 @@ org.n52.sensorweb.sos 52n-sos - 4.1.3 + 4.1.4 52n-sos-third-party 52°North Aggregated Third Party modules diff --git a/third-party/third-party-ncname-resolver/pom.xml b/third-party/third-party-ncname-resolver/pom.xml index b80d5f94bc..2388243ec0 100644 --- a/third-party/third-party-ncname-resolver/pom.xml +++ b/third-party/third-party-ncname-resolver/pom.xml @@ -3,7 +3,7 @@ org.n52.sensorweb.sos 52n-sos-third-party - 4.1.3 + 4.1.4 third-party-ncname-resolver 52°North Third Party - NCName resolver diff --git a/webapp/pom.xml b/webapp/pom.xml index 56d2d43cba..6be3f97214 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -4,7 +4,7 @@ 52n-sos org.n52.sensorweb.sos - 4.1.3 + 4.1.4 4.0.0 webapp