Skip to content

Commit 9ea8896

Browse files
committed
[maven-release-plugin] prepare release v0.1
1 parent 1d44f97 commit 9ea8896

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>com.github.tadayosi.torchserve</groupId>
76
<artifactId>torchserve-client</artifactId>
8-
<version>0.1-SNAPSHOT</version>
7+
<version>0.1</version>
98

109
<name>TorchServe Client for Java</name>
1110
<description>A Java client library for TorchServe</description>
@@ -15,7 +14,7 @@
1514
<connection>scm:git:[email protected]:tadayosi/torchserve-client-java.git</connection>
1615
<developerConnection>scm:git:[email protected]:tadayosi/torchserve-client-java.git</developerConnection>
1716
<url>[email protected]:tadayosi/torchserve-client-java.git</url>
18-
<tag>HEAD</tag>
17+
<tag>v0.1</tag>
1918
</scm>
2019

2120
<properties>

0 commit comments

Comments
 (0)