Skip to content

Commit eb36cbe

Browse files
rjauhari2kiriti-pendyala
authored andcommitted
Update TensorFlow JAVA version
- Update TF JAVA version from 1.0.0-SNAPSHOT to 1.0.0 - ZENAI-1778 Change-Id: Icbb01a31ead497de1939f29c4cb39f20b9b1d9ef Signed-off-by: Rahul Jauhari <rahul.jauhari@amd.com> (cherry picked from commit 49ab8e8)
1 parent 4e481b0 commit eb36cbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<!-- The maven compiler plugin defaults to a lower version -->
2929
<maven.compiler.source>1.8</maven.compiler.source>
3030
<maven.compiler.target>1.8</maven.compiler.target>
31-
<tensorflow.version>1.0.0-SNAPSHOT</tensorflow.version>
31+
<tensorflow.version>1.0.0</tensorflow.version>
3232
</properties>
3333

3434
<dependencies>

0 commit comments

Comments
 (0)