Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed May 9, 2018
1 parent 884ac2d commit 31d9b1e
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion FROST-Server.Core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.6</version>
<version>1.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.Core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.HTTP/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.6</version>
<version>1.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.HTTP</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.MQTT.Moquette/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.6</version>
<version>1.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.MQTT.Moquette</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.MQTT/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.6</version>
<version>1.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.MQTT</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.MQTTP/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.6</version>
<version>1.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.MQTTP</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.SQL.PGLong/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.6</version>
<version>1.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.SQL.PGLong</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.SQL.PGString/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.6</version>
<version>1.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.SQL.PGString</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.SQL.PGUuid/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.6</version>
<version>1.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.SQL.PGUuid</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.SQL/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.6</version>
<version>1.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.SQL</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.6</version>
<version>1.7-SNAPSHOT</version>
<packaging>pom</packaging>

<name>FROST-ServerParent</name>
Expand Down Expand Up @@ -84,7 +84,7 @@
<connection>scm:git:git://github.com/FraunhoferIOSB/SensorThingsServer.git</connection>
<developerConnection>scm:git:ssh://github.com:FraunhoferIOSB/SensorThingsServer.git</developerConnection>
<url>https://github.com/FraunhoferIOSB/FROST-Server/tree/master</url>
<tag>v1.6</tag>
<tag>HEAD</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 31d9b1e

Please sign in to comment.