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.
This commit is contained in:
parent
1fd5537b74
commit
52b8190e14
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.tensorflow</groupId>
|
<groupId>org.tensorflow</groupId>
|
||||||
<artifactId>parentpom</artifactId>
|
<artifactId>parentpom</artifactId>
|
||||||
<version>1.13.0-rc2</version>
|
<version>1.14.0</version>
|
||||||
<relativePath>../</relativePath>
|
<relativePath>../</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>libtensorflow</artifactId>
|
<artifactId>libtensorflow</artifactId>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.tensorflow</groupId>
|
<groupId>org.tensorflow</groupId>
|
||||||
<artifactId>parentpom</artifactId>
|
<artifactId>parentpom</artifactId>
|
||||||
<version>1.13.0-rc2</version>
|
<version>1.14.0</version>
|
||||||
<relativePath>../</relativePath>
|
<relativePath>../</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>libtensorflow_jni</artifactId>
|
<artifactId>libtensorflow_jni</artifactId>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.tensorflow</groupId>
|
<groupId>org.tensorflow</groupId>
|
||||||
<artifactId>parentpom</artifactId>
|
<artifactId>parentpom</artifactId>
|
||||||
<version>1.13.0-rc2</version>
|
<version>1.14.0</version>
|
||||||
<relativePath>../</relativePath>
|
<relativePath>../</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>libtensorflow_jni_gpu</artifactId>
|
<artifactId>libtensorflow_jni_gpu</artifactId>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.tensorflow</groupId>
|
<groupId>org.tensorflow</groupId>
|
||||||
<artifactId>parentpom</artifactId>
|
<artifactId>parentpom</artifactId>
|
||||||
<version>1.13.0-rc2</version>
|
<version>1.14.0</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<url>https://www.tensorflow.org</url>
|
<url>https://www.tensorflow.org</url>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.tensorflow</groupId>
|
<groupId>org.tensorflow</groupId>
|
||||||
<artifactId>parentpom</artifactId>
|
<artifactId>parentpom</artifactId>
|
||||||
<version>1.13.0-rc2</version>
|
<version>1.14.0</version>
|
||||||
<relativePath>../</relativePath>
|
<relativePath>../</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>proto</artifactId>
|
<artifactId>proto</artifactId>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<groupId>org.tensorflow</groupId>
|
<groupId>org.tensorflow</groupId>
|
||||||
<artifactId>spark-tensorflow-connector_2.11</artifactId>
|
<artifactId>spark-tensorflow-connector_2.11</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.13.0-rc2</version>
|
<version>1.14.0</version>
|
||||||
<name>spark-tensorflow-connector</name>
|
<name>spark-tensorflow-connector</name>
|
||||||
<url>https://www.tensorflow.org</url>
|
<url>https://www.tensorflow.org</url>
|
||||||
<description>TensorFlow TFRecord connector for Apache Spark DataFrames</description>
|
<description>TensorFlow TFRecord connector for Apache Spark DataFrames</description>
|
||||||
@ -140,6 +140,12 @@
|
|||||||
org.tensorflow.spark.shaded.com.google.protobuf
|
org.tensorflow.spark.shaded.com.google.protobuf
|
||||||
</shadedPattern>
|
</shadedPattern>
|
||||||
</relocation>
|
</relocation>
|
||||||
|
<relocation>
|
||||||
|
<pattern>org.tensorflow.hadoop</pattern>
|
||||||
|
<shadedPattern>
|
||||||
|
org.tensorflow.spark.shaded.org.tensorflow.hadoop
|
||||||
|
</shadedPattern>
|
||||||
|
</relocation>
|
||||||
</relocations>
|
</relocations>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<groupId>org.tensorflow</groupId>
|
<groupId>org.tensorflow</groupId>
|
||||||
<artifactId>tensorflow-hadoop</artifactId>
|
<artifactId>tensorflow-hadoop</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.13.0-rc2</version>
|
<version>1.14.0</version>
|
||||||
<name>tensorflow-hadoop</name>
|
<name>tensorflow-hadoop</name>
|
||||||
<url>https://www.tensorflow.org</url>
|
<url>https://www.tensorflow.org</url>
|
||||||
<description>TensorFlow TFRecord InputFormat/OutputFormat for Apache Hadoop</description>
|
<description>TensorFlow TFRecord InputFormat/OutputFormat for Apache Hadoop</description>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.tensorflow</groupId>
|
<groupId>org.tensorflow</groupId>
|
||||||
<artifactId>parentpom</artifactId>
|
<artifactId>parentpom</artifactId>
|
||||||
<version>1.13.0-rc2</version>
|
<version>1.14.0</version>
|
||||||
<relativePath>../</relativePath>
|
<relativePath>../</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>tensorflow</artifactId>
|
<artifactId>tensorflow</artifactId>
|
||||||
|
Loading…
Reference in New Issue
Block a user