From bff814b1e8d6cf41d23ea3d333ac00faed5dad01 Mon Sep 17 00:00:00 2001 From: chaokunyang Date: Sun, 27 Oct 2024 13:10:33 +0800 Subject: [PATCH] bump version to 0.9.0 --- integration_tests/graalvm_tests/pom.xml | 2 +- integration_tests/jdk_compatibility_tests/pom.xml | 2 +- integration_tests/jpms_tests/pom.xml | 2 +- integration_tests/latest_jdk_tests/pom.xml | 2 +- java/benchmark/pom.xml | 2 +- java/fury-core/pom.xml | 2 +- java/fury-format/pom.xml | 2 +- java/fury-test-core/pom.xml | 2 +- java/fury-testsuite/pom.xml | 2 +- java/pom.xml | 2 +- javascript/packages/fury/package.json | 2 +- javascript/packages/hps/package.json | 2 +- kotlin/pom.xml | 2 +- python/pyfury/__init__.py | 2 +- scala/build.sbt | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/integration_tests/graalvm_tests/pom.xml b/integration_tests/graalvm_tests/pom.xml index f068042517..ecb47e04c3 100644 --- a/integration_tests/graalvm_tests/pom.xml +++ b/integration_tests/graalvm_tests/pom.xml @@ -25,7 +25,7 @@ org.apache.fury fury-parent - 0.9.0-SNAPSHOT + 0.9.0 ../../java 4.0.0 diff --git a/integration_tests/jdk_compatibility_tests/pom.xml b/integration_tests/jdk_compatibility_tests/pom.xml index 9ee31e81f6..234122a193 100644 --- a/integration_tests/jdk_compatibility_tests/pom.xml +++ b/integration_tests/jdk_compatibility_tests/pom.xml @@ -25,7 +25,7 @@ org.apache.fury fury-parent - 0.9.0-SNAPSHOT + 0.9.0 ../../java 4.0.0 diff --git a/integration_tests/jpms_tests/pom.xml b/integration_tests/jpms_tests/pom.xml index 1b11d4629f..b76a65c08f 100644 --- a/integration_tests/jpms_tests/pom.xml +++ b/integration_tests/jpms_tests/pom.xml @@ -25,7 +25,7 @@ org.apache.fury fury-parent - 0.9.0-SNAPSHOT + 0.9.0 ../../java 4.0.0 diff --git a/integration_tests/latest_jdk_tests/pom.xml b/integration_tests/latest_jdk_tests/pom.xml index 548a0c1e41..bedae31d6d 100644 --- a/integration_tests/latest_jdk_tests/pom.xml +++ b/integration_tests/latest_jdk_tests/pom.xml @@ -25,7 +25,7 @@ org.apache.fury fury-parent - 0.9.0-SNAPSHOT + 0.9.0 ../../java 4.0.0 diff --git a/java/benchmark/pom.xml b/java/benchmark/pom.xml index 5ba993ae2c..8d4e1a80c3 100644 --- a/java/benchmark/pom.xml +++ b/java/benchmark/pom.xml @@ -26,7 +26,7 @@ fury-parent org.apache.fury - 0.9.0-SNAPSHOT + 0.9.0 benchmark diff --git a/java/fury-core/pom.xml b/java/fury-core/pom.xml index ad984f8e9b..3dd3f9b53d 100644 --- a/java/fury-core/pom.xml +++ b/java/fury-core/pom.xml @@ -25,7 +25,7 @@ org.apache.fury fury-parent - 0.9.0-SNAPSHOT + 0.9.0 4.0.0 diff --git a/java/fury-format/pom.xml b/java/fury-format/pom.xml index ff2489f39e..62ed082d47 100644 --- a/java/fury-format/pom.xml +++ b/java/fury-format/pom.xml @@ -25,7 +25,7 @@ org.apache.fury fury-parent - 0.9.0-SNAPSHOT + 0.9.0 4.0.0 diff --git a/java/fury-test-core/pom.xml b/java/fury-test-core/pom.xml index 002f381b62..e8146ab30d 100644 --- a/java/fury-test-core/pom.xml +++ b/java/fury-test-core/pom.xml @@ -25,7 +25,7 @@ fury-parent org.apache.fury - 0.9.0-SNAPSHOT + 0.9.0 4.0.0 diff --git a/java/fury-testsuite/pom.xml b/java/fury-testsuite/pom.xml index 293096634d..ef98e43b88 100644 --- a/java/fury-testsuite/pom.xml +++ b/java/fury-testsuite/pom.xml @@ -25,7 +25,7 @@ fury-parent org.apache.fury - 0.9.0-SNAPSHOT + 0.9.0 4.0.0 diff --git a/java/pom.xml b/java/pom.xml index 7384eeb81a..ad42a73482 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -33,7 +33,7 @@ org.apache.fury fury-parent pom - 0.9.0-SNAPSHOT + 0.9.0 Fury Project Parent POM Apache Fury™ is a blazingly fast multi-language serialization framework powered by jit and zero-copy. diff --git a/javascript/packages/fury/package.json b/javascript/packages/fury/package.json index 1960f3f240..422b5f9e25 100644 --- a/javascript/packages/fury/package.json +++ b/javascript/packages/fury/package.json @@ -1,6 +1,6 @@ { "name": "@furyjs/fury", - "version": "0.9.0.dev", + "version": "0.9.0", "description": "Apache Fury™(incubating) is a blazingly fast multi-language serialization framework powered by jit and zero-copy", "main": "dist/index.js", "scripts": { diff --git a/javascript/packages/hps/package.json b/javascript/packages/hps/package.json index ba5c9f884c..b235a3180f 100644 --- a/javascript/packages/hps/package.json +++ b/javascript/packages/hps/package.json @@ -1,6 +1,6 @@ { "name": "@furyjs/hps", - "version": "0.9.0.dev", + "version": "0.9.0", "description": "Apache Fury™(incubating) nodejs high-performance suite", "main": "dist/index.js", "files": [ diff --git a/kotlin/pom.xml b/kotlin/pom.xml index 3c60c9a86a..48581adaa1 100644 --- a/kotlin/pom.xml +++ b/kotlin/pom.xml @@ -30,7 +30,7 @@ org.apache.fury fury-kotlin - 0.9.0-SNAPSHOT + 0.9.0 4.0.0 diff --git a/python/pyfury/__init__.py b/python/pyfury/__init__.py index 71480da087..a4c2da423c 100644 --- a/python/pyfury/__init__.py +++ b/python/pyfury/__init__.py @@ -71,4 +71,4 @@ except (AttributeError, ImportError): pass -__version__ = "0.9.0.dev" +__version__ = "0.9.0" diff --git a/scala/build.sbt b/scala/build.sbt index cb2916457e..259b470913 100644 --- a/scala/build.sbt +++ b/scala/build.sbt @@ -16,7 +16,7 @@ * limitations under the License. */ -val furyVersion = "0.9.0-SNAPSHOT" +val furyVersion = "0.9.0" val scala213Version = "2.13.15" ThisBuild / apacheSonatypeProjectProfile := "fury" version := furyVersion