We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aef493 commit e8c69bdCopy full SHA for e8c69bd
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.typesafe.netty</groupId>
6
<artifactId>netty-http-pipelining</artifactId>
7
- <version>1.1.4</version>
+ <version>1.1.5-SNAPSHOT</version>
8
9
<name>${project.groupId}:${project.artifactId}</name>
10
<description>This library provides a handler and some new message types that enable http pipelining in Netty</description>
@@ -142,7 +142,7 @@
142
<connection>scm:git://github.com/typesafehub/netty-http-pipelining.git</connection>
143
<developerConnection>scm:git:[email protected]:typesafehub/netty-http-pipelining.git</developerConnection>
144
<url>scm:git://github.com/typesafehub/netty-http-pipelining.git</url>
145
- <tag>netty-http-pipelining-1.1.4</tag>
+ <tag>HEAD</tag>
146
</scm>
147
148
<distributionManagement>
0 commit comments