We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25027a3 commit a71be8bCopy full SHA for a71be8b
pom.xml
@@ -19,7 +19,7 @@
19
<modelVersion>4.0.0</modelVersion>
20
<groupId>io.cdap.http</groupId>
21
<artifactId>netty-http</artifactId>
22
- <version>1.2.0</version>
+ <version>1.3.0-SNAPSHOT</version>
23
<packaging>bundle</packaging>
24
<name>Netty based path router</name>
25
<description>Netty based path router</description>
@@ -45,7 +45,7 @@
45
<connection>scm:git:https://github.com/cdapio/netty-http.git</connection>
46
<url>https://github.com/cdapio/netty-http.git</url>
47
<developerConnection>scm:git:git@github.com:cdapio/netty-http.git</developerConnection>
48
- <tag>v1.2.0</tag>
+ <tag>HEAD</tag>
49
</scm>
50
51
<distributionManagement>
0 commit comments