[Java]: Release 1.12.0-rc0
PiperOrigin-RevId: 216728781
This commit is contained in:
parent
7f8a7f2f64
commit
4c5a810907
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.tensorflow</groupId>
|
||||
<artifactId>parentpom</artifactId>
|
||||
<version>1.11.0</version>
|
||||
<version>1.12.0-rc0</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
<artifactId>libtensorflow</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.tensorflow</groupId>
|
||||
<artifactId>parentpom</artifactId>
|
||||
<version>1.11.0</version>
|
||||
<version>1.12.0-rc0</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
<artifactId>libtensorflow_jni</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.tensorflow</groupId>
|
||||
<artifactId>parentpom</artifactId>
|
||||
<version>1.11.0</version>
|
||||
<version>1.12.0-rc0</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
<artifactId>libtensorflow_jni_gpu</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.tensorflow</groupId>
|
||||
<artifactId>parentpom</artifactId>
|
||||
<version>1.11.0</version>
|
||||
<version>1.12.0-rc0</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<url>https://www.tensorflow.org</url>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.tensorflow</groupId>
|
||||
<artifactId>parentpom</artifactId>
|
||||
<version>1.11.0</version>
|
||||
<version>1.12.0-rc0</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
<artifactId>proto</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<groupId>org.tensorflow</groupId>
|
||||
<artifactId>spark-tensorflow-connector_2.11</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.11.0</version>
|
||||
<version>1.12.0-rc0</version>
|
||||
<name>spark-tensorflow-connector</name>
|
||||
<url>https://www.tensorflow.org</url>
|
||||
<description>TensorFlow TFRecord connector for Apache Spark DataFrames</description>
|
||||
@ -33,7 +33,7 @@
|
||||
<scala.test.version>2.2.6</scala.test.version>
|
||||
<maven.compiler.version>3.0</maven.compiler.version>
|
||||
<java.version>1.8</java.version>
|
||||
<spark.version>2.3.0</spark.version>
|
||||
<spark.version>2.3.1</spark.version>
|
||||
<yarn.api.version>2.7.3</yarn.api.version>
|
||||
<junit.version>4.11</junit.version>
|
||||
</properties>
|
||||
@ -213,6 +213,20 @@
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>apache.snapshots</id>
|
||||
<name>Apache Development Snapshot Repository</name>
|
||||
<url>https://repository.apache.org/content/repositories/snapshots/</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>test</id>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<groupId>org.tensorflow</groupId>
|
||||
<artifactId>tensorflow-hadoop</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.11.0</version>
|
||||
<version>1.12.0-rc0</version>
|
||||
<name>tensorflow-hadoop</name>
|
||||
<url>https://www.tensorflow.org</url>
|
||||
<description>TensorFlow TFRecord InputFormat/OutputFormat for Apache Hadoop</description>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.tensorflow</groupId>
|
||||
<artifactId>parentpom</artifactId>
|
||||
<version>1.11.0</version>
|
||||
<version>1.12.0-rc0</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
<artifactId>tensorflow</artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user