STT-tensorflow/tensorflow/java/maven/libtensorflow_jni/pom.xml
James Ring 52b8190e14 release TF Java 1.14.0 (except tensorflow-android)
There are some changes to how tensorflow-android is released, I'm still
working out what to do with that artifact.

Fixes #30420.
2019-07-11 08:00:02 -07:00

16 lines
593 B
XML

<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<description>Platform-dependent native code for the TensorFlow Java library.</description>
<parent>
<groupId>org.tensorflow</groupId>
<artifactId>parentpom</artifactId>
<version>1.14.0</version>
<relativePath>../</relativePath>
</parent>
<artifactId>libtensorflow_jni</artifactId>
<packaging>jar</packaging>
</project>