Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeckiJ committed May 29, 2020
1 parent a6fa4cb commit 9bcf680
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb-server.sta</groupId>
<artifactId>sta-parent</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<artifactId>sta-app</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb-server.sta</groupId>
<artifactId>sta-parent</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<artifactId>sta-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb-server.sta</groupId>
<artifactId>sta-parent</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<artifactId>sta-http</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mqtt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb-server.sta</groupId>
<artifactId>sta-parent</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<artifactId>sta-mqtt</artifactId>
<packaging>jar</packaging>
Expand Down
10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.n52</groupId>
Expand All @@ -9,7 +10,7 @@

<groupId>org.n52.sensorweb-server.sta</groupId>
<artifactId>sta-parent</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>pom</packaging>

<name>52°North Sensor Things API</name>
Expand All @@ -21,7 +22,7 @@
<url>https://github.com/52North/sensor-things</url>
<connection>scm:git:https://github.com/52North/sensor-things.git</connection>
<developerConnection>scm:git:https://github.com/52North/sensor-things.git</developerConnection>
<tag>HEAD</tag>
<tag>v2.1.0</tag>
</scm>

<modules>
Expand Down Expand Up @@ -337,7 +338,8 @@
<configuration>
<failOnNoGitDirectory>false</failOnNoGitDirectory>
<generateGitPropertiesFile>true</generateGitPropertiesFile>
<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties</generateGitPropertiesFilename>
<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties
</generateGitPropertiesFilename>
<commitIdGenerationMode>full</commitIdGenerationMode>
<excludeProperties>
<excludeProperty>git.user.*</excludeProperty>
Expand Down
5 changes: 2 additions & 3 deletions webapp/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.n52.sensorweb-server.sta</groupId>
<artifactId>sta-parent</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<artifactId>sta-webapp</artifactId>
<packaging>war</packaging>
Expand Down

0 comments on commit 9bcf680

Please sign in to comment.