diff --git a/README.md b/README.md index ce785c65ef..fd2c436344 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ additionally enables integration tests. ## Distributions -Here xou can find some information that relates to the distributions of the 52°North SOS. +Here you can find some information that relates to the distributions of the 52°North SOS. ### Download diff --git a/RELEASE-NOTES b/RELEASE-NOTES index bc43d1a00d..47c40a8df7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -6,6 +6,19 @@ RELEASE NOTES SensorML instance document), and information about the sensor mounting platform (SensorML as well). + + Release 52n-sos-4.1.2 +================================== + + --- New features --- + + --- Changes --- + + --- Fixed bugs --- + + * NullPointerException when Features Of Interest have no geometries + * https://github.com/52North/SOS/issues/149 + Release 52n-sos-4.1.1 ================================== diff --git a/bindings/json/pom.xml b/bindings/json/pom.xml index 72292eaa1f..8e55e88bdc 100644 --- a/bindings/json/pom.xml +++ b/bindings/json/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos bindings - 4.1.2-SNAPSHOT + 4.1.2 binding-json 52°North SOS - JSON Binding diff --git a/bindings/kvp/pom.xml b/bindings/kvp/pom.xml index 2dd40b65c5..d0c7f9b387 100644 --- a/bindings/kvp/pom.xml +++ b/bindings/kvp/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos bindings - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 binding-kvp diff --git a/bindings/pom.xml b/bindings/pom.xml index b127fa97ba..dbe8f6dccf 100644 --- a/bindings/pom.xml +++ b/bindings/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos 52n-sos - 4.1.2-SNAPSHOT + 4.1.2 bindings pom diff --git a/bindings/pox/pom.xml b/bindings/pox/pom.xml index 596567fbbf..c23f41688f 100644 --- a/bindings/pox/pom.xml +++ b/bindings/pox/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos bindings - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 binding-pox diff --git a/bindings/rest/code/pom.xml b/bindings/rest/code/pom.xml index 1965eacef7..30dd2bfb9d 100644 --- a/bindings/rest/code/pom.xml +++ b/bindings/rest/code/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos rest - 4.1.2-SNAPSHOT + 4.1.2 rest-code 52°North SOS - Extension REST Binding - Core diff --git a/bindings/rest/pom.xml b/bindings/rest/pom.xml index 4493a6ad82..686e1b4990 100644 --- a/bindings/rest/pom.xml +++ b/bindings/rest/pom.xml @@ -4,12 +4,12 @@ org.n52.sensorweb.sos bindings - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 rest pom - 4.1.2-SNAPSHOT + 4.1.2 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 df1524ef4e..1f5d8db825 100644 --- a/bindings/rest/xml/pom.xml +++ b/bindings/rest/xml/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos rest - 4.1.2-SNAPSHOT + 4.1.2 rest-xml 52°North SOS - Extension REST Binding - XML diff --git a/bindings/soap/pom.xml b/bindings/soap/pom.xml index 30776c73f3..e5eb04c50b 100644 --- a/bindings/soap/pom.xml +++ b/bindings/soap/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos bindings - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 binding-soap diff --git a/coding/json-common/pom.xml b/coding/json-common/pom.xml index ebe582d50a..2397ed2b46 100644 --- a/coding/json-common/pom.xml +++ b/coding/json-common/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos coding - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 coding-json-common diff --git a/coding/json/pom.xml b/coding/json/pom.xml index 5e7ffca43b..22ce782f39 100644 --- a/coding/json/pom.xml +++ b/coding/json/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos coding - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 coding-json diff --git a/coding/ows-v110/pom.xml b/coding/ows-v110/pom.xml index aa77e472f8..2d318c8ee9 100644 --- a/coding/ows-v110/pom.xml +++ b/coding/ows-v110/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos coding - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 coding-ows-v110 diff --git a/coding/pom.xml b/coding/pom.xml index 7f9f560d74..5d299cca6e 100644 --- a/coding/pom.xml +++ b/coding/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos 52n-sos - 4.1.2-SNAPSHOT + 4.1.2 coding pom diff --git a/coding/sensorML-v101/pom.xml b/coding/sensorML-v101/pom.xml index e6c2b857e9..34b77c421f 100644 --- a/coding/sensorML-v101/pom.xml +++ b/coding/sensorML-v101/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos coding - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 coding-sensorML-v101 diff --git a/coding/sos-v100/pom.xml b/coding/sos-v100/pom.xml index 1758583e97..4431b6695f 100644 --- a/coding/sos-v100/pom.xml +++ b/coding/sos-v100/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos coding - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 coding-sos-v100 diff --git a/coding/sos-v20/pom.xml b/coding/sos-v20/pom.xml index 6c29800b41..5830281ea8 100644 --- a/coding/sos-v20/pom.xml +++ b/coding/sos-v20/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos coding - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 coding-sos-v20 diff --git a/coding/wml-v20/pom.xml b/coding/wml-v20/pom.xml index 99a68c1118..e6c61a9390 100644 --- a/coding/wml-v20/pom.xml +++ b/coding/wml-v20/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos coding - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 coding-wml-v20 diff --git a/core/admin/pom.xml b/core/admin/pom.xml index 2e487287ce..9e8d9fc518 100644 --- a/core/admin/pom.xml +++ b/core/admin/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos core - 4.1.2-SNAPSHOT + 4.1.2 admin 52°North SOS - Administrator Service Operator diff --git a/core/api/pom.xml b/core/api/pom.xml index 7395f90571..c046e2d00f 100644 --- a/core/api/pom.xml +++ b/core/api/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos core - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 api diff --git a/core/cache/pom.xml b/core/cache/pom.xml index 3183aabab3..d0c0aee42b 100644 --- a/core/cache/pom.xml +++ b/core/cache/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos core - 4.1.2-SNAPSHOT + 4.1.2 cache 52°North SOS - Cache diff --git a/core/gc-dao/pom.xml b/core/gc-dao/pom.xml index 6ff2699753..7714055e15 100644 --- a/core/gc-dao/pom.xml +++ b/core/gc-dao/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos core - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 gc-dao diff --git a/core/pom.xml b/core/pom.xml index 7da8586c91..96fbf10ae9 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos 52n-sos - 4.1.2-SNAPSHOT + 4.1.2 core pom diff --git a/core/profile/coding/pom.xml b/core/profile/coding/pom.xml index bd82b138f4..c831dca63c 100644 --- a/core/profile/coding/pom.xml +++ b/core/profile/coding/pom.xml @@ -4,7 +4,7 @@ profile org.n52.sensorweb.sos - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 profile-coding diff --git a/core/profile/pom.xml b/core/profile/pom.xml index a6985f811e..389e45ab09 100644 --- a/core/profile/pom.xml +++ b/core/profile/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos core - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 profile diff --git a/core/profile/xml/pom.xml b/core/profile/xml/pom.xml index 3fdfc95856..e71a56b44d 100644 --- a/core/profile/xml/pom.xml +++ b/core/profile/xml/pom.xml @@ -4,7 +4,7 @@ profile org.n52.sensorweb.sos - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 profile-xml diff --git a/core/sqlite-config/pom.xml b/core/sqlite-config/pom.xml index 6278c548a0..f31dbb318f 100644 --- a/core/sqlite-config/pom.xml +++ b/core/sqlite-config/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos core - 4.1.2-SNAPSHOT + 4.1.2 sqlite-config 52°North SOS - SQLite Configuration diff --git a/core/test/pom.xml b/core/test/pom.xml index 8299198a4a..3f00e47386 100644 --- a/core/test/pom.xml +++ b/core/test/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos core - 4.1.2-SNAPSHOT + 4.1.2 test 52°North SOS - Test Module diff --git a/extensions/do/core/pom.xml b/extensions/do/core/pom.xml index 960f484bac..fb40613236 100644 --- a/extensions/do/core/pom.xml +++ b/extensions/do/core/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos do - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 do-core diff --git a/extensions/do/hibernate/pom.xml b/extensions/do/hibernate/pom.xml index df4e785d30..8d688b165f 100644 --- a/extensions/do/hibernate/pom.xml +++ b/extensions/do/hibernate/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos do - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 do-hibernate diff --git a/extensions/do/json/pom.xml b/extensions/do/json/pom.xml index a8f0d89d2f..c7cce7c1e0 100644 --- a/extensions/do/json/pom.xml +++ b/extensions/do/json/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos do - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 do-json diff --git a/extensions/do/kvp/pom.xml b/extensions/do/kvp/pom.xml index cae84bd9a1..45ad7021ec 100644 --- a/extensions/do/kvp/pom.xml +++ b/extensions/do/kvp/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos do - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 do-kvp diff --git a/extensions/do/pom.xml b/extensions/do/pom.xml index c57cb97f22..662bbca900 100644 --- a/extensions/do/pom.xml +++ b/extensions/do/pom.xml @@ -3,12 +3,12 @@ org.n52.sensorweb.sos extensions - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 pom do - 4.1.2-SNAPSHOT + 4.1.2 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 b90af5d10f..8489e6932c 100644 --- a/extensions/do/xml/pom.xml +++ b/extensions/do/xml/pom.xml @@ -3,7 +3,7 @@ org.n52.sensorweb.sos do - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 do-xml diff --git a/extensions/gda/hibernate/pom.xml b/extensions/gda/hibernate/pom.xml index d2fe12fe19..9435bcd54a 100644 --- a/extensions/gda/hibernate/pom.xml +++ b/extensions/gda/hibernate/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos gda - 4.1.2-SNAPSHOT + 4.1.2 gda-hibernate 52°North SOS - Extension GetDataAvailability - Hibernate DAO diff --git a/extensions/gda/operation/pom.xml b/extensions/gda/operation/pom.xml index 8a7535efdc..3eb72c8ad6 100644 --- a/extensions/gda/operation/pom.xml +++ b/extensions/gda/operation/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos gda - 4.1.2-SNAPSHOT + 4.1.2 gda-operation 52°North SOS - Extension GetDataAvailability - SOS 2.0 Operation diff --git a/extensions/gda/pom.xml b/extensions/gda/pom.xml index 5105d27102..e7fb51e16f 100644 --- a/extensions/gda/pom.xml +++ b/extensions/gda/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos extensions - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 gda diff --git a/extensions/pom.xml b/extensions/pom.xml index 46f906aaab..0958e2f02a 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos 52n-sos - 4.1.2-SNAPSHOT + 4.1.2 extensions pom diff --git a/hibernate/common/pom.xml b/hibernate/common/pom.xml index ee6d6d6127..c92a892525 100644 --- a/hibernate/common/pom.xml +++ b/hibernate/common/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos hibernate - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 hibernate-common diff --git a/hibernate/dao/pom.xml b/hibernate/dao/pom.xml index 49af4c55a9..681fcd19e8 100644 --- a/hibernate/dao/pom.xml +++ b/hibernate/dao/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos hibernate - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 hibernate-dao diff --git a/hibernate/datasource/common/pom.xml b/hibernate/datasource/common/pom.xml index 9e564c47e7..53f46076d3 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.2-SNAPSHOT + 4.1.2 4.0.0 hibernate-datasource-common diff --git a/hibernate/datasource/h2/pom.xml b/hibernate/datasource/h2/pom.xml index da1b65aa53..f124d12f27 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.2-SNAPSHOT + 4.1.2 4.0.0 hibernate-datasource-h2 diff --git a/hibernate/datasource/mysql/pom.xml b/hibernate/datasource/mysql/pom.xml index 2439dbf527..c560e2bf9a 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.2-SNAPSHOT + 4.1.2 4.0.0 hibernate-datasource-mysql diff --git a/hibernate/datasource/oracle/pom.xml b/hibernate/datasource/oracle/pom.xml index ad310b6890..c8fced24de 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.2-SNAPSHOT + 4.1.2 4.0.0 hibernate-datasource-oracle diff --git a/hibernate/datasource/pom.xml b/hibernate/datasource/pom.xml index e3cf622389..b3c72abb20 100644 --- a/hibernate/datasource/pom.xml +++ b/hibernate/datasource/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos hibernate - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 hibernate-datasource diff --git a/hibernate/datasource/postgres/pom.xml b/hibernate/datasource/postgres/pom.xml index 7ed092cba8..94e6c3fd07 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.2-SNAPSHOT + 4.1.2 4.0.0 hibernate-datasource-postgres diff --git a/hibernate/datasource/sqlserver/pom.xml b/hibernate/datasource/sqlserver/pom.xml index 03eb6da276..f91d8e77cc 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.2-SNAPSHOT + 4.1.2 4.0.0 hibernate-datasource-sqlserver diff --git a/hibernate/feature/pom.xml b/hibernate/feature/pom.xml index 1ab6d6b76d..377a84b8b8 100644 --- a/hibernate/feature/pom.xml +++ b/hibernate/feature/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos hibernate - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 hibernate-feature @@ -28,6 +28,11 @@ ${project.groupId} hibernate-common + + ${project.groupId} + hibernate-h2 + test + ${project.groupId} test diff --git a/hibernate/feature/src/main/resources/META-INF/services/org.n52.sos.ds.DataConnectionProvider b/hibernate/feature/src/main/resources/META-INF/services/org.n52.sos.ds.DataConnectionProvider new file mode 100644 index 0000000000..b64c6543f1 --- /dev/null +++ b/hibernate/feature/src/main/resources/META-INF/services/org.n52.sos.ds.DataConnectionProvider @@ -0,0 +1 @@ +org.n52.sos.ds.hibernate.SessionFactoryProvider \ No newline at end of file diff --git a/hibernate/feature/src/test/java/org/n52/sos/ds/hibernate/HibernateFeatureQueryHandlerTest.java b/hibernate/feature/src/test/java/org/n52/sos/ds/hibernate/HibernateFeatureQueryHandlerTest.java index d5d596ec29..4c01f4c0db 100644 --- a/hibernate/feature/src/test/java/org/n52/sos/ds/hibernate/HibernateFeatureQueryHandlerTest.java +++ b/hibernate/feature/src/test/java/org/n52/sos/ds/hibernate/HibernateFeatureQueryHandlerTest.java @@ -28,12 +28,6 @@ */ package org.n52.sos.ds.hibernate; -import static org.hamcrest.CoreMatchers.instanceOf; -import static org.hamcrest.CoreMatchers.is; -import static org.hamcrest.CoreMatchers.not; -import static org.hamcrest.CoreMatchers.notNullValue; -import static org.hamcrest.CoreMatchers.sameInstance; -import static org.junit.Assert.assertThat; import static org.n52.sos.util.ReverseOf.reverseOf; import static org.n52.sos.util.JTSHelperForTesting.*; @@ -63,7 +57,7 @@ * * @since 4.0.0 */ -public class HibernateFeatureQueryHandlerTest extends HibernateFeatureQueryHandler { +public class HibernateFeatureQueryHandlerTest extends HibernateTestCase { @Before public void setUp() throws ConfigurationException { @@ -81,7 +75,7 @@ public void shouldCreateValidModelDomainFeature() throws OwsExceptionReport { final String type = SfConstants.SAMPLING_FEAT_TYPE_SF_SAMPLING_POINT; FeatureOfInterest feature = create(1, id, null, "name", "url", createFeatureOfInterestType(1, type)); String version = Sos2Constants.SERVICEVERSION; - AbstractFeature result = createSosAbstractFeature(feature, version, null); + AbstractFeature result = new HibernateFeatureQueryHandler().createSosAbstractFeature(feature, version, null); final AbstractFeature expectedResult = SamplingFeatureBuilder.aSamplingFeature().setFeatureType(type).setIdentifier(id).build(); assertThat(expectedResult, is(result)); @@ -124,7 +118,7 @@ public void shouldSwitchCoordinatesForSosAbstractFeature() throws OwsExceptionRe GeometryFactory factory = JTSHelper.getGeometryFactoryForSRID(Constants.EPSG_WGS84); Geometry geometry = factory.createPoint(randomCoordinate()); FeatureOfInterest feature = create(1, "id", geometry, "name", "url", createFeatureOfInterestType(1, "type")); - AbstractFeature sosFeature = createSosAbstractFeature(feature, Sos2Constants.SERVICEVERSION, null); + AbstractFeature sosFeature = new HibernateFeatureQueryHandler().createSosAbstractFeature(feature, Sos2Constants.SERVICEVERSION, null); assertThat(GeometryHandler.getInstance().isAxisOrderSwitchRequired(Constants.EPSG_WGS84), is(true)); assertThat(sosFeature, is(notNullValue())); @@ -159,7 +153,7 @@ public void shouldNotSwitchCoordinatesForSosAbstractFeature() throws OwsExceptio assertThat(GeometryHandler.getInstance().isAxisOrderSwitchRequired(2181), is(false)); FeatureOfInterest feature = create(1, "id", geometry, "name", "url", createFeatureOfInterestType(1, "type")); - AbstractFeature sosFeature = createSosAbstractFeature(feature, Sos2Constants.SERVICEVERSION, null); + AbstractFeature sosFeature = new HibernateFeatureQueryHandler().createSosAbstractFeature(feature, Sos2Constants.SERVICEVERSION, null); assertThat(GeometryHandler.getInstance().isAxisOrderSwitchRequired(Constants.EPSG_WGS84), is(true)); assertThat(sosFeature, is(notNullValue())); @@ -178,6 +172,6 @@ public void shouldNotFailOnReferencedFeature() throws OwsExceptionReport { String url = "http://example.com/wfs?service=WFS&version=1.1.0&request=GetFeature&typeName=waterdata:sampling&featureid=foi1"; SamplingFeature ssf = new SamplingFeature(null); ssf.setUrl(url); - assertThat(insertFeature(ssf, null), is(url)); + assertThat(new HibernateFeatureQueryHandler().insertFeature(ssf, null), is(url)); } } diff --git a/hibernate/h2/pom.xml b/hibernate/h2/pom.xml index 219c470ba3..0bb46c0f8a 100644 --- a/hibernate/h2/pom.xml +++ b/hibernate/h2/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos hibernate - 4.1.2-SNAPSHOT + 4.1.2 hibernate-h2 52°North SOS - Hibernate H2 diff --git a/hibernate/mappings/pom.xml b/hibernate/mappings/pom.xml index 14cecdbf94..79c757b2db 100644 --- a/hibernate/mappings/pom.xml +++ b/hibernate/mappings/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos hibernate - 4.1.2-SNAPSHOT + 4.1.2 hibernate-mappings 52°North SOS - Hibernate Mappings diff --git a/hibernate/pom.xml b/hibernate/pom.xml index 5c6d1e6bcd..92ded00167 100644 --- a/hibernate/pom.xml +++ b/hibernate/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos 52n-sos - 4.1.2-SNAPSHOT + 4.1.2 hibernate pom diff --git a/hibernate/session-factory/pom.xml b/hibernate/session-factory/pom.xml index 4ac540b10e..6cc19c1df4 100644 --- a/hibernate/session-factory/pom.xml +++ b/hibernate/session-factory/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos hibernate - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 hibernate-session-factory diff --git a/operations/core-v100/pom.xml b/operations/core-v100/pom.xml index 525418b7ab..e89127c4b5 100644 --- a/operations/core-v100/pom.xml +++ b/operations/core-v100/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos operations - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 core-v100 diff --git a/operations/core-v20/pom.xml b/operations/core-v20/pom.xml index 51add133cb..3ce2e896f6 100644 --- a/operations/core-v20/pom.xml +++ b/operations/core-v20/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos operations - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 core-v20 diff --git a/operations/enhanced-v20/pom.xml b/operations/enhanced-v20/pom.xml index f69cb2023c..ec159e4a6d 100644 --- a/operations/enhanced-v20/pom.xml +++ b/operations/enhanced-v20/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos operations - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 enhanced-v20 diff --git a/operations/pom.xml b/operations/pom.xml index e116a2ab8a..f97ecf8938 100644 --- a/operations/pom.xml +++ b/operations/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos 52n-sos - 4.1.2-SNAPSHOT + 4.1.2 operations pom diff --git a/operations/resultHandling-v20/pom.xml b/operations/resultHandling-v20/pom.xml index 8af0d58e23..9d79016a0b 100644 --- a/operations/resultHandling-v20/pom.xml +++ b/operations/resultHandling-v20/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos operations - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 resultHandling-v20 diff --git a/operations/transactional-v20/pom.xml b/operations/transactional-v20/pom.xml index 51001ff915..3ccb65df5a 100644 --- a/operations/transactional-v20/pom.xml +++ b/operations/transactional-v20/pom.xml @@ -4,7 +4,7 @@ org.n52.sensorweb.sos operations - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 transactional-v20 diff --git a/pom.xml b/pom.xml index e4a10fefe4..33aa718994 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ 4.0.0 org.n52.sensorweb.sos 52n-sos - 4.1.2-SNAPSHOT + 4.1.2 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.2-SNAPSHOT - 4.1.2-SNAPSHOT - 4.1.2-SNAPSHOT + 4.1.2 + 4.1.2 + 4.1.2 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 975ce24b5d..c07210885f 100644 --- a/spring/admin-controller/pom.xml +++ b/spring/admin-controller/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos spring - 4.1.2-SNAPSHOT + 4.1.2 admin-controller 52°North SOS - Web Admin Controller diff --git a/spring/client-controller/pom.xml b/spring/client-controller/pom.xml index cf0b60ae2c..230eb89ee4 100644 --- a/spring/client-controller/pom.xml +++ b/spring/client-controller/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos spring - 4.1.2-SNAPSHOT + 4.1.2 client-controller 52°North SOS - Web Client Controller diff --git a/spring/common-controller/pom.xml b/spring/common-controller/pom.xml index 5124c04459..90e87caa1b 100644 --- a/spring/common-controller/pom.xml +++ b/spring/common-controller/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos spring - 4.1.2-SNAPSHOT + 4.1.2 common-controller 52°North SOS - Web Common Controller diff --git a/spring/install-controller/pom.xml b/spring/install-controller/pom.xml index 386805085c..8c70f07274 100644 --- a/spring/install-controller/pom.xml +++ b/spring/install-controller/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos spring - 4.1.2-SNAPSHOT + 4.1.2 install-controller 52°North SOS - Web Install Controller diff --git a/spring/pom.xml b/spring/pom.xml index 2c5396bed3..36837998cf 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -5,7 +5,7 @@ 52n-sos org.n52.sensorweb.sos - 4.1.2-SNAPSHOT + 4.1.2 spring pom diff --git a/spring/views/pom.xml b/spring/views/pom.xml index 4cdbef037e..8a3a946785 100644 --- a/spring/views/pom.xml +++ b/spring/views/pom.xml @@ -5,7 +5,7 @@ org.n52.sensorweb.sos spring - 4.1.2-SNAPSHOT + 4.1.2 views 52°North SOS - Web Views diff --git a/third-party/pom.xml b/third-party/pom.xml index 450fe0de1a..6a68eea950 100644 --- a/third-party/pom.xml +++ b/third-party/pom.xml @@ -3,7 +3,7 @@ org.n52.sensorweb.sos 52n-sos - 4.1.2-SNAPSHOT + 4.1.2 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 57f9168182..ba31c6a71a 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.2-SNAPSHOT + 4.1.2 third-party-ncname-resolver 52°North Third Party - NCName resolver diff --git a/webapp/pom.xml b/webapp/pom.xml index badecd5030..cbe153a556 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -4,7 +4,7 @@ 52n-sos org.n52.sensorweb.sos - 4.1.2-SNAPSHOT + 4.1.2 4.0.0 webapp