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
jerrinot committed Oct 5, 2018
1 parent 5589ebd commit 87b6850
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>info.jerrinot</groupId>
<artifactId>subzero</artifactId>
<version>0.8</version>
<version>0.9-SNAPSHOT</version>
<packaging>pom</packaging>

<prerequisites>
Expand Down Expand Up @@ -38,7 +38,7 @@
<connection>scm:git:git@github.com:jerrinot/subzero.git</connection>
<developerConnection>scm:git:git@github.com:jerrinot/subzero.git</developerConnection>
<url>https://github.com/jerrinot/subzero</url>
<tag>v0.8</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion subzero-all-it-hz36/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>subzero</artifactId>
<groupId>info.jerrinot</groupId>
<version>0.8</version>
<version>0.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion subzero-all-it-hz37/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>subzero</artifactId>
<groupId>info.jerrinot</groupId>
<version>0.8</version>
<version>0.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion subzero-all-it-hz38/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>subzero</artifactId>
<groupId>info.jerrinot</groupId>
<version>0.8</version>
<version>0.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion subzero-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>subzero</artifactId>
<groupId>info.jerrinot</groupId>
<version>0.8</version>
<version>0.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion subzero-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>subzero</artifactId>
<groupId>info.jerrinot</groupId>
<version>0.8</version>
<version>0.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion subzero-it-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>subzero</artifactId>
<groupId>info.jerrinot</groupId>
<version>0.8</version>
<version>0.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 87b6850

Please sign in to comment.