Skip to content

Commit b07f743

Browse files
committed
[maven-release-plugin] prepare release v0.1.0
1 parent 024b264 commit b07f743

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

httpserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>io.esastack</groupId>
2121
<artifactId>httpserver-parent</artifactId>
22-
<version>0.1.0-SNAPSHOT</version>
22+
<version>0.1.0</version>
2323
</parent>
2424
<artifactId>httpserver</artifactId>
2525
<name>HttpsServer :: Core</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<groupId>io.esastack</groupId>
2121
<artifactId>httpserver-parent</artifactId>
2222
<packaging>pom</packaging>
23-
<version>0.1.0-SNAPSHOT</version>
23+
<version>0.1.0</version>
2424

2525
<name>HttpServer</name>
2626
<description>
@@ -39,7 +39,7 @@
3939
<url>https://github.com/esastack/esa-httpserver</url>
4040
<connection>scm:git:git://github.com/esastack/esa-httpserver.git</connection>
4141
<developerConnection>scm:git:ssh://[email protected]/esastack/esa-httpserver.git</developerConnection>
42-
<tag>HEAD</tag>
42+
<tag>v0.1.0</tag>
4343
</scm>
4444

4545
<developers>

0 commit comments

Comments
 (0)