Skip to content

Commit b06fe2c

Browse files
author
alexrobin
committed
Updated POMs to release 1.1.0
1 parent df84e89 commit b06fe2c

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

lib-sensorml

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.sensorhub</groupId>
55
<artifactId>sensorhub-all</artifactId>
6-
<version>1.1-beta1</version>
6+
<version>1.1.0</version>
77
<relativePath>sensorhub-all/pom.xml</relativePath>
88
</parent>
99
<artifactId>sensorhub-build</artifactId>

sensorhub-all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>sensorhub-all</artifactId>
55
<packaging>pom</packaging>
66
<name>OpenSensorHub</name>
7-
<version>1.1-beta1</version>
7+
<version>1.1.0</version>
88
<url>http://docs.opensensorhub.org</url>
99
<description>OpenSensorHub (OSH) software allows one to easily build sensor networks that use standard formats to exchange measurements data, commands and events/alarms. These standard formats are mostly OGC standards from the Sensor Web Enablement (SWE) initiative and are key to design sensor networks that can largely evolve with time (addition of new types of sensors, reconfigurations, etc.).</description>
1010
<properties>

sensorhub-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.sensorhub</groupId>
55
<artifactId>sensorhub-all</artifactId>
6-
<version>1.1-beta1</version>
6+
<version>1.1.0</version>
77
<relativePath>../sensorhub-all/pom.xml</relativePath>
88
</parent>
99
<artifactId>sensorhub-core</artifactId>

sensorhub-service-swe/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.sensorhub</groupId>
55
<artifactId>sensorhub-all</artifactId>
6-
<version>1.1-beta1</version>
6+
<version>1.1.0</version>
77
<relativePath>../sensorhub-all/pom.xml</relativePath>
88
</parent>
99
<artifactId>sensorhub-service-swe</artifactId>

sensorhub-storage-perst/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.sensorhub</groupId>
55
<artifactId>sensorhub-all</artifactId>
6-
<version>1.1-beta1</version>
6+
<version>1.1.0</version>
77
<relativePath>../sensorhub-all/pom.xml</relativePath>
88
</parent>
99
<artifactId>sensorhub-storage-perst</artifactId>

sensorhub-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.sensorhub</groupId>
55
<artifactId>sensorhub-all</artifactId>
6-
<version>1.1-beta1</version>
6+
<version>1.1.0</version>
77
<relativePath>../sensorhub-all/pom.xml</relativePath>
88
</parent>
99
<artifactId>sensorhub-tools</artifactId>

sensorhub-webui-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.sensorhub</groupId>
55
<artifactId>sensorhub-all</artifactId>
6-
<version>1.1-beta1</version>
6+
<version>1.1.0</version>
77
<relativePath>../sensorhub-all/pom.xml</relativePath>
88
</parent>
99
<artifactId>sensorhub-webui-core</artifactId>

0 commit comments

Comments
 (0)