Skip to content

Commit 2fb6671

Browse files
committed
[maven-release-plugin] prepare release v0.0.1
1 parent 30bd292 commit 2fb6671

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

httpserver/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2018
<modelVersion>4.0.0</modelVersion>
2119
<parent>
2220
<groupId>io.esastack</groupId>
2321
<artifactId>httpserver-parent</artifactId>
24-
<version>0.0.1-SNAPSHOT</version>
22+
<version>0.0.1</version>
2523
</parent>
2624
<artifactId>httpserver</artifactId>
2725
<name>HttpsServer :: Core</name>

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2018
<modelVersion>4.0.0</modelVersion>
2119

2220
<groupId>io.esastack</groupId>
2321
<artifactId>httpserver-parent</artifactId>
2422
<packaging>pom</packaging>
25-
<version>0.0.1-SNAPSHOT</version>
23+
<version>0.0.1</version>
2624

2725
<name>HttpServer</name>
2826
<description>
@@ -41,7 +39,7 @@
4139
<url>https://github.com/esastack/esa-httpserver</url>
4240
<connection>scm:git:git://github.com/esastack/esa-httpserver.git</connection>
4341
<developerConnection>scm:git:ssh://[email protected]/esastack/esa-httpserver.git</developerConnection>
44-
<tag>HEAD</tag>
42+
<tag>v0.0.1</tag>
4543
</scm>
4644

4745
<developers>

0 commit comments

Comments
 (0)