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 358dfae commit cafd88dCopy full SHA for cafd88d
pom.xml
@@ -9,7 +9,7 @@
9
<!-- lookup parent from repository -->
10
</parent>
11
<artifactId>nettymvc</artifactId>
12
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
13
<name>nettymvc</name>
14
<description>Netty MVC</description>
15
<url>https://github.com/yusiwen/nettymvc</url>
@@ -23,7 +23,7 @@
23
<connection>scm:git:ssh://[email protected]/yusiwen/${project.artifactId}.git</connection>
24
<developerConnection>scm:git:ssh://[email protected]/yusiwen/${project.artifactId}.git</developerConnection>
25
<url>https://github.com/yusiwen/${project.artifactId}</url>
26
- <tag>HEAD</tag>
+ <tag>v1.0.0</tag>
27
</scm>
28
<developers>
29
<developer>
0 commit comments