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 cfae6dd commit b4e39e4Copy full SHA for b4e39e4
pom.xml
@@ -11,7 +11,7 @@
11
<url>https://opensource.org/licenses/MIT</url>
12
</license>
13
</licenses>
14
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</version>
15
<properties>
16
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17
<maven.compiler.source>1.8</maven.compiler.source>
@@ -190,6 +190,6 @@
190
<connection>scm:git:git://github.com/vzhn/netty-http-authenticator.git</connection>
191
<developerConnection>scm:git:git@github.com/vzhn/netty-http-authenticator.git</developerConnection>
192
<url>https://github.com/vzhn/netty-http-authenticator.git</url>
193
- <tag>HEAD</tag>
+ <tag>v1.1</tag>
194
</scm>
195
</project>
0 commit comments