From ab0da3081a5829afb9ab62efd11c84511ca0cda9 Mon Sep 17 00:00:00 2001 From: klessard Date: Sun, 19 Feb 2023 07:53:47 -0500 Subject: [PATCH] Releasing 0.5.0 --- README.md | 18 +++++++++--------- pom.xml | 2 +- tensorflow-core/pom.xml | 2 +- tensorflow-core/tensorflow-core-api/pom.xml | 2 +- .../tensorflow-core-generator/pom.xml | 2 +- .../tensorflow-core-platform-gpu/pom.xml | 2 +- .../tensorflow-core-platform/pom.xml | 2 +- tensorflow-framework/pom.xml | 2 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index b65b623c705..8efaa958da5 100644 --- a/README.md +++ b/README.md @@ -71,12 +71,12 @@ systems with no GPU support, you should add the following dependencies: org.tensorflow tensorflow-core-api - 0.4.2 + 0.5.0 org.tensorflow tensorflow-core-api - 0.4.2 + 0.5.0 linux-x86_64 ``` @@ -87,24 +87,24 @@ native dependencies as follows: org.tensorflow tensorflow-core-api - 0.4.2 + 0.5.0 org.tensorflow tensorflow-core-api - 0.4.2 + 0.5.0 linux-x86_64-gpu org.tensorflow tensorflow-core-api - 0.4.2 + 0.5.0 macosx-x86_64 org.tensorflow tensorflow-core-api - 0.4.2 + 0.5.0 windows-x86_64-gpu ``` @@ -126,7 +126,7 @@ simply add this dependency to your application: org.tensorflow tensorflow-core-platform - 0.4.2 + 0.5.0 ``` or this dependency if you want to run it only on platforms with GPU support: @@ -134,7 +134,7 @@ or this dependency if you want to run it only on platforms with GPU support: org.tensorflow tensorflow-core-platform-gpu - 0.4.2 + 0.5.0 ``` @@ -183,7 +183,7 @@ This table shows the mapping between TensorFlow, TensorFlow Java and minimum sup | 0.4.0 | 2.7.0 | 8 | | 0.4.1 | 2.7.1 | 8 | | 0.4.2 | 2.7.4 | 8 | -| 0.5.0-SNAPSHOT | 2.9.1 | 11 | +| 0.5.0 | 2.10.1 | 11 | ## How to Contribute? diff --git a/pom.xml b/pom.xml index febcfa02e5c..52df2fe3827 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.tensorflow tensorflow-java - 0.5.0-SNAPSHOT + 0.5.0 pom TensorFlow Java Parent diff --git a/tensorflow-core/pom.xml b/tensorflow-core/pom.xml index e1f8e5602d7..644ab837496 100644 --- a/tensorflow-core/pom.xml +++ b/tensorflow-core/pom.xml @@ -22,7 +22,7 @@ org.tensorflow tensorflow-java - 0.5.0-SNAPSHOT + 0.5.0 tensorflow-core pom diff --git a/tensorflow-core/tensorflow-core-api/pom.xml b/tensorflow-core/tensorflow-core-api/pom.xml index c8db4f8671a..f1080725e0f 100644 --- a/tensorflow-core/tensorflow-core-api/pom.xml +++ b/tensorflow-core/tensorflow-core-api/pom.xml @@ -6,7 +6,7 @@ org.tensorflow tensorflow-core - 0.5.0-SNAPSHOT + 0.5.0 tensorflow-core-api jar diff --git a/tensorflow-core/tensorflow-core-generator/pom.xml b/tensorflow-core/tensorflow-core-generator/pom.xml index 52e87a0619a..914667af189 100644 --- a/tensorflow-core/tensorflow-core-generator/pom.xml +++ b/tensorflow-core/tensorflow-core-generator/pom.xml @@ -5,7 +5,7 @@ org.tensorflow tensorflow-core - 0.5.0-SNAPSHOT + 0.5.0 tensorflow-core-generator jar diff --git a/tensorflow-core/tensorflow-core-platform-gpu/pom.xml b/tensorflow-core/tensorflow-core-platform-gpu/pom.xml index f6628b64da1..b8fd6f2e931 100644 --- a/tensorflow-core/tensorflow-core-platform-gpu/pom.xml +++ b/tensorflow-core/tensorflow-core-platform-gpu/pom.xml @@ -22,7 +22,7 @@ org.tensorflow tensorflow-core - 0.5.0-SNAPSHOT + 0.5.0 tensorflow-core-platform-gpu TensorFlow Core API Library Platform GPU diff --git a/tensorflow-core/tensorflow-core-platform/pom.xml b/tensorflow-core/tensorflow-core-platform/pom.xml index 5717b1f98a8..78fd63ced21 100644 --- a/tensorflow-core/tensorflow-core-platform/pom.xml +++ b/tensorflow-core/tensorflow-core-platform/pom.xml @@ -22,7 +22,7 @@ org.tensorflow tensorflow-core - 0.5.0-SNAPSHOT + 0.5.0 tensorflow-core-platform TensorFlow Core API Library Platform diff --git a/tensorflow-framework/pom.xml b/tensorflow-framework/pom.xml index ed6dce189ac..fa728aad2cb 100644 --- a/tensorflow-framework/pom.xml +++ b/tensorflow-framework/pom.xml @@ -22,7 +22,7 @@ org.tensorflow tensorflow-java - 0.5.0-SNAPSHOT + 0.5.0 tensorflow-framework jar