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 f474f58 commit c97a6ffCopy full SHA for c97a6ff
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.github.tadayosi.tensorflow</groupId>
6
<artifactId>tensorflow-serving-client</artifactId>
7
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
8
9
<name>TensorFlow Serving Client for Java</name>
10
<description>A Java client library for TensorFlow Serving</description>
@@ -14,7 +14,7 @@
14
<connection>scm:git:[email protected]:tadayosi/tensorflow-serving-client-java.git</connection>
15
<developerConnection>scm:git:[email protected]:tadayosi/tensorflow-serving-client-java.git</developerConnection>
16
<url>[email protected]:tadayosi/tensorflow-serving-client-java.git</url>
17
- <tag>HEAD</tag>
+ <tag>v0.1</tag>
18
</scm>
19
20
<properties>
0 commit comments