Skip to content

Commit

Permalink
Set version to 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenHollmann committed Dec 23, 2014
1 parent 9a5f1c7 commit ec15303
Show file tree
Hide file tree
Showing 67 changed files with 72 additions and 71 deletions.
2 changes: 1 addition & 1 deletion bindings/json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>bindings</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<artifactId>binding-json</artifactId>
<name>52°North SOS - JSON Binding</name>
Expand Down
2 changes: 1 addition & 1 deletion bindings/kvp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>bindings</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>binding-kvp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bindings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>52n-sos</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<artifactId>bindings</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bindings/pox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>bindings</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>binding-pox</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bindings/rest/code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>rest</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<artifactId>rest-code</artifactId>
<name>52°North SOS - Extension REST Binding - Core</name>
Expand Down
4 changes: 2 additions & 2 deletions bindings/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>bindings</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>rest</artifactId>
<packaging>pom</packaging>
<version>4.1.3</version>
<version>4.1.4</version>
<name>52°North SOS - Extension REST Binding</name>
<description>RESTful binding for the 52°North SOS</description>
<url>http://52north.org/communities/sensorweb/sosREST/</url>
Expand Down
2 changes: 1 addition & 1 deletion bindings/rest/xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>rest</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<artifactId>rest-xml</artifactId>
<name>52°North SOS - Extension REST Binding - XML</name>
Expand Down
2 changes: 1 addition & 1 deletion bindings/soap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>bindings</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>binding-soap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion coding/json-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>coding</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>coding-json-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion coding/json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>coding</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>coding-json</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion coding/ows-v110/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>coding</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>coding-ows-v110</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion coding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>52n-sos</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<artifactId>coding</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion coding/sensorML-v101/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>coding</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>coding-sensorML-v101</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion coding/sos-v100/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>coding</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>coding-sos-v100</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion coding/sos-v20/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>coding</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>coding-sos-v20</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion coding/wml-v20/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>coding</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>coding-wml-v20</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>core</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<artifactId>admin</artifactId>
<name>52°North SOS - Administrator Service Operator</name>
Expand Down
1 change: 1 addition & 0 deletions core/api/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target/
2 changes: 1 addition & 1 deletion core/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>core</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>core</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<artifactId>cache</artifactId>
<name>52°North SOS - Cache</name>
Expand Down
2 changes: 1 addition & 1 deletion core/gc-dao/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>core</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gc-dao</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>52n-sos</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<artifactId>core</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/profile/coding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>profile</artifactId>
<groupId>org.n52.sensorweb.sos</groupId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>profile-coding</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/profile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>core</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>profile</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/profile/xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>profile</artifactId>
<groupId>org.n52.sensorweb.sos</groupId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>profile-xml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/sqlite-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>core</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<artifactId>sqlite-config</artifactId>
<name>52°North SOS - SQLite Configuration</name>
Expand Down
2 changes: 1 addition & 1 deletion core/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>core</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<artifactId>test</artifactId>
<name>52°North SOS - Test Module</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/do/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>do</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>do-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/do/hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>do</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>do-hibernate</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/do/json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>do</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>do-json</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/do/kvp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>do</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>do-kvp</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions extensions/do/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>extensions</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<artifactId>do</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
<name>52°North SOS - Extension Delete Observation</name>
<description>52°North SOS Extension Delete Observation</description>
<licenses>
Expand Down
2 changes: 1 addition & 1 deletion extensions/do/xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>do</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>do-xml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/gda/hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>gda</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<artifactId>gda-hibernate</artifactId>
<name>52°North SOS - Extension GetDataAvailability - Hibernate DAO</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/gda/operation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>gda</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<artifactId>gda-operation</artifactId>
<name>52°North SOS - Extension GetDataAvailability - SOS 2.0 Operation</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/gda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>extensions</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gda</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>52n-sos</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<artifactId>extensions</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion hibernate/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>hibernate</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hibernate-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hibernate/dao/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>hibernate</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hibernate-dao</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hibernate/datasource/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>hibernate-datasource</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hibernate-datasource-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hibernate/datasource/h2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>hibernate-datasource</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hibernate-datasource-h2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hibernate/datasource/mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>hibernate-datasource</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hibernate-datasource-mysql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hibernate/datasource/oracle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>hibernate-datasource</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hibernate-datasource-oracle</artifactId>
Expand Down
Loading

0 comments on commit ec15303

Please sign in to comment.