Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bpross-52n committed Mar 17, 2020
1 parent 5b0897e commit d4907e4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion engine/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iceland-stream/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>iceland-stream</artifactId>
<name>52°North Iceland Streaming Interfaces</name>
Expand Down
2 changes: 1 addition & 1 deletion kvp/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>kvp</artifactId>
<name>52°North javaPS KVP Binding</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -28,7 +28,7 @@

<groupId>org.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>

This comment has been minimized.

Copy link
@matthesrieke

matthesrieke Mar 17, 2020

Member

the build failed because the Dockerfile still had the 1.5.0-SNAPSHOT as the version in the environment variable. Is there any way to hook in a Docker build in a maven profile? would that make sense? @bpross-52n @autermann

<packaging>pom</packaging>

<name>52°North javaPS</name>
Expand Down Expand Up @@ -78,7 +78,7 @@
<url>https://github.com/52North/javaPS</url>
<connection>scm:git:git://github.com/52North/javaPS.git</connection>
<developerConnection>scm:git:ssh://git@github.com/52North/javaPS.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.5.0</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webapp/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>webapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xml/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>xml</artifactId>
<name>52°North javaPS POX Binding</name>
Expand Down

0 comments on commit d4907e4

Please sign in to comment.