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
normanmaurer committed Sep 20, 2018
1 parent 0723678 commit 0e96d5e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion boringssl-static/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-parent</artifactId>
<version>2.0.16.Final</version>
<version>2.0.17.Final-SNAPSHOT</version>
</parent>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion libressl-static/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-parent</artifactId>
<version>2.0.16.Final</version>
<version>2.0.17.Final-SNAPSHOT</version>
</parent>
<artifactId>netty-tcnative-libressl-static</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion openssl-dynamic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-parent</artifactId>
<version>2.0.16.Final</version>
<version>2.0.17.Final-SNAPSHOT</version>
</parent>
<artifactId>netty-tcnative</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion openssl-static/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-parent</artifactId>
<version>2.0.16.Final</version>
<version>2.0.17.Final-SNAPSHOT</version>
</parent>
<artifactId>netty-tcnative-openssl-static</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<version>4.0.18.Final</version>
</parent>
<artifactId>netty-tcnative-parent</artifactId>
<version>2.0.16.Final</version>
<version>2.0.17.Final-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Netty/TomcatNative [Parent]</name>
Expand All @@ -35,7 +35,7 @@
<url>https://github.com/netty/netty-tcnative</url>
<connection>scm:git:git://github.com/netty/netty-tcnative.git</connection>
<developerConnection>scm:git:ssh://git@github.com/netty/netty-tcnative.git</developerConnection>
<tag>netty-tcnative-parent-2.0.16.Final</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down

0 comments on commit 0e96d5e

Please sign in to comment.