Skip to content

Commit 9bcf680

Browse files
committed
[maven-release-plugin] prepare release v2.1.0
1 parent a6fa4cb commit 9bcf680

6 files changed

Lines changed: 12 additions & 11 deletions

File tree

app/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.sta</groupId>
66
<artifactId>sta-parent</artifactId>
7-
<version>2.0.3-SNAPSHOT</version>
7+
<version>2.1.0</version>
88
</parent>
99
<artifactId>sta-app</artifactId>
1010
<packaging>jar</packaging>

core/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.sta</groupId>
66
<artifactId>sta-parent</artifactId>
7-
<version>2.0.3-SNAPSHOT</version>
7+
<version>2.1.0</version>
88
</parent>
99
<artifactId>sta-core</artifactId>
1010
<packaging>jar</packaging>

http/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.sta</groupId>
66
<artifactId>sta-parent</artifactId>
7-
<version>2.0.3-SNAPSHOT</version>
7+
<version>2.1.0</version>
88
</parent>
99
<artifactId>sta-http</artifactId>
1010
<packaging>jar</packaging>

mqtt/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.sta</groupId>
66
<artifactId>sta-parent</artifactId>
7-
<version>2.0.3-SNAPSHOT</version>
7+
<version>2.1.0</version>
88
</parent>
99
<artifactId>sta-mqtt</artifactId>
1010
<packaging>jar</packaging>

pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45
<parent>
56
<groupId>org.n52</groupId>
@@ -9,7 +10,7 @@
910

1011
<groupId>org.n52.sensorweb-server.sta</groupId>
1112
<artifactId>sta-parent</artifactId>
12-
<version>2.0.3-SNAPSHOT</version>
13+
<version>2.1.0</version>
1314
<packaging>pom</packaging>
1415

1516
<name>52°North Sensor Things API</name>
@@ -21,7 +22,7 @@
2122
<url>https://github.com/52North/sensor-things</url>
2223
<connection>scm:git:https://github.com/52North/sensor-things.git</connection>
2324
<developerConnection>scm:git:https://github.com/52North/sensor-things.git</developerConnection>
24-
<tag>HEAD</tag>
25+
<tag>v2.1.0</tag>
2526
</scm>
2627

2728
<modules>
@@ -337,7 +338,8 @@
337338
<configuration>
338339
<failOnNoGitDirectory>false</failOnNoGitDirectory>
339340
<generateGitPropertiesFile>true</generateGitPropertiesFile>
340-
<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties</generateGitPropertiesFilename>
341+
<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties
342+
</generateGitPropertiesFilename>
341343
<commitIdGenerationMode>full</commitIdGenerationMode>
342344
<excludeProperties>
343345
<excludeProperty>git.user.*</excludeProperty>

webapp/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.n52.sensorweb-server.sta</groupId>
76
<artifactId>sta-parent</artifactId>
8-
<version>2.0.3-SNAPSHOT</version>
7+
<version>2.1.0</version>
98
</parent>
109
<artifactId>sta-webapp</artifactId>
1110
<packaging>war</packaging>

0 commit comments

Comments
 (0)