Skip to content

Commit cafd88d

Browse files
committed
[maven-release-plugin] prepare release v1.0.0
1 parent 358dfae commit cafd88d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- lookup parent from repository -->
1010
</parent>
1111
<artifactId>nettymvc</artifactId>
12-
<version>1.0.0-SNAPSHOT</version>
12+
<version>1.0.0</version>
1313
<name>nettymvc</name>
1414
<description>Netty MVC</description>
1515
<url>https://github.com/yusiwen/nettymvc</url>
@@ -23,7 +23,7 @@
2323
<connection>scm:git:ssh://[email protected]/yusiwen/${project.artifactId}.git</connection>
2424
<developerConnection>scm:git:ssh://[email protected]/yusiwen/${project.artifactId}.git</developerConnection>
2525
<url>https://github.com/yusiwen/${project.artifactId}</url>
26-
<tag>HEAD</tag>
26+
<tag>v1.0.0</tag>
2727
</scm>
2828
<developers>
2929
<developer>

0 commit comments

Comments
 (0)