Skip to content

Commit a47303e

Browse files
author
Carsten Hollmann
committed
[maven-release-plugin] prepare release v3.3.4
1 parent 63da24c commit a47303e

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

io/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.n52.sensorweb-server.helgoland</groupId>
66
<artifactId>helgoland-parent</artifactId>
7-
<version>3.3.4-SNAPSHOT</version>
7+
<version>3.3.4</version>
88
</parent>
99
<artifactId>helgoland-io</artifactId>
1010
<packaging>jar</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>org.n52.sensorweb-server.helgoland</groupId>
1111
<artifactId>helgoland-parent</artifactId>
12-
<version>3.3.4-SNAPSHOT</version>
12+
<version>3.3.4</version>
1313
<packaging>pom</packaging>
1414
<name>Sensor Web Server Helgoland</name>
1515
<url>https://52north.org/research/research-labs/sensor-web/</url>
@@ -47,7 +47,7 @@
4747
<connection>scm:git:https://github.com/52North/series-rest-api.git</connection>
4848
<developerConnection>scm:git:https://github.com/52North/series-rest-api.git</developerConnection>
4949
<url>https://github.com/52North/series-rest-api</url>
50-
<tag>HEAD</tag>
50+
<tag>v3.3.4</tag>
5151
</scm>
5252

5353
<properties>

rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.n52.sensorweb-server.helgoland</groupId>
66
<artifactId>helgoland-parent</artifactId>
7-
<version>3.3.4-SNAPSHOT</version>
7+
<version>3.3.4</version>
88
</parent>
99
<artifactId>helgoland-rest</artifactId>
1010
<packaging>jar</packaging>

spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.n52.sensorweb-server.helgoland</groupId>
66
<artifactId>helgoland-parent</artifactId>
7-
<version>3.3.4-SNAPSHOT</version>
7+
<version>3.3.4</version>
88
</parent>
99
<artifactId>helgoland-spi</artifactId>
1010
<name>Sensor Web Server Helgoland - SPI module</name>

web-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>helgoland-parent</artifactId>
66
<groupId>org.n52.sensorweb-server.helgoland</groupId>
7-
<version>3.3.4-SNAPSHOT</version>
7+
<version>3.3.4</version>
88
</parent>
99
<packaging>jar</packaging>
1010
<name>Sensor Web Server Helgoland - Web Resources</name>

xml-pdf-format/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.n52.sensorweb-server.helgoland</groupId>
66
<artifactId>helgoland-parent</artifactId>
7-
<version>3.3.4-SNAPSHOT</version>
7+
<version>3.3.4</version>
88
</parent>
99
<artifactId>helgoland-xml-pdf-format</artifactId>
1010
<packaging>jar</packaging>

0 commit comments

Comments
 (0)