Skip to content

Commit

Permalink
Prepare for next development iteration (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg authored Sep 30, 2022
1 parent 6468aa0 commit b737d33
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions codec-socks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.netty.contrib</groupId>
<artifactId>netty-socks-proxy-parent</artifactId>
<version>5.0.1.Alpha2-SNAPSHOT</version>
<version>5.0.0.Alpha3-SNAPSHOT</version>
</parent>

<artifactId>netty-codec-socks</artifactId>
<version>5.0.1.Alpha2-SNAPSHOT</version>
<version>5.0.0.Alpha3-SNAPSHOT</version>
<name>Netty/Codec/Socks</name>
<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.netty.contrib</groupId>
<artifactId>netty-socks-proxy-parent</artifactId>
<version>5.0.1.Alpha2-SNAPSHOT</version>
<version>5.0.0.Alpha3-SNAPSHOT</version>
</parent>

<artifactId>netty-socks-proxy-examples</artifactId>
<version>5.0.1.Alpha2-SNAPSHOT</version>
<version>5.0.0.Alpha3-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions handler-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.netty.contrib</groupId>
<artifactId>netty-socks-proxy-parent</artifactId>
<version>5.0.1.Alpha2-SNAPSHOT</version>
<version>5.0.0.Alpha3-SNAPSHOT</version>
</parent>

<artifactId>netty-handler-proxy</artifactId>
<version>5.0.1.Alpha2-SNAPSHOT</version>
<version>5.0.0.Alpha3-SNAPSHOT</version>

<build>
<extensions>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>io.netty.contrib</groupId>
<artifactId>netty-socks-proxy-parent</artifactId>
<version>5.0.1.Alpha2-SNAPSHOT</version>
<version>5.0.0.Alpha3-SNAPSHOT</version>
<name>Netty/Codec/Socks Proxy Parent</name>
<packaging>pom</packaging>
<url>https://netty.io/</url>
Expand Down

0 comments on commit b737d33

Please sign in to comment.