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 bdfb162 commit f488f4bCopy full SHA for f488f4b
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>io.github.tadayosi.tensorflow</groupId>
6
<artifactId>tensorflow-serving-client</artifactId>
7
- <version>0.3-SNAPSHOT</version>
+ <version>0.2.1</version>
8
9
<name>TensorFlow Serving Client for Java</name>
10
<description>A Java client library for TensorFlow Serving</description>
@@ -30,7 +30,7 @@
30
<connection>scm:git:[email protected]:tadayosi/tensorflow-serving-client-java.git</connection>
31
<developerConnection>scm:git:[email protected]:tadayosi/tensorflow-serving-client-java.git</developerConnection>
32
<url>[email protected]:tadayosi/tensorflow-serving-client-java.git</url>
33
- <tag>HEAD</tag>
+ <tag>v0.2.1</tag>
34
</scm>
35
36
<properties>
0 commit comments