This is an automated email from the ASF dual-hosted git repository.

pandalee pushed a commit to branch releases-0.10.3
in repository https://gitbox.apache.org/repos/asf/fury.git

commit df7b375ee811cdfff5302ee3d60ef13265d61e49
Author: PAN <[email protected]>
AuthorDate: Mon May 12 16:58:44 2025 +0800

    Bump version to 0.10.3
---
 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-extensions/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 +-
 rust/Cargo.toml                                   | 2 +-
 scala/build.sbt                                   | 2 +-
 17 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/integration_tests/graalvm_tests/pom.xml 
b/integration_tests/graalvm_tests/pom.xml
index 9d84c673..8cc5109b 100644
--- a/integration_tests/graalvm_tests/pom.xml
+++ b/integration_tests/graalvm_tests/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.fury</groupId>
     <artifactId>fury-parent</artifactId>
-    <version>0.10.2</version>
+    <version>0.10.3</version>
     <relativePath>../../java</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/integration_tests/jdk_compatibility_tests/pom.xml 
b/integration_tests/jdk_compatibility_tests/pom.xml
index 6a6f22cc..db2fa0bf 100644
--- a/integration_tests/jdk_compatibility_tests/pom.xml
+++ b/integration_tests/jdk_compatibility_tests/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.fury</groupId>
     <artifactId>fury-parent</artifactId>
-    <version>0.10.2</version>
+    <version>0.10.3</version>
     <relativePath>../../java</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/integration_tests/jpms_tests/pom.xml 
b/integration_tests/jpms_tests/pom.xml
index 73979aa0..04ea9eec 100644
--- a/integration_tests/jpms_tests/pom.xml
+++ b/integration_tests/jpms_tests/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.fury</groupId>
     <artifactId>fury-parent</artifactId>
-    <version>0.10.2</version>
+    <version>0.10.3</version>
     <relativePath>../../java</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/integration_tests/latest_jdk_tests/pom.xml 
b/integration_tests/latest_jdk_tests/pom.xml
index 0336543e..b20831a1 100644
--- a/integration_tests/latest_jdk_tests/pom.xml
+++ b/integration_tests/latest_jdk_tests/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.fury</groupId>
     <artifactId>fury-parent</artifactId>
-    <version>0.10.2</version>
+    <version>0.10.3</version>
     <relativePath>../../java</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/java/benchmark/pom.xml b/java/benchmark/pom.xml
index 7bdf36a1..35e0199b 100644
--- a/java/benchmark/pom.xml
+++ b/java/benchmark/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <artifactId>fury-parent</artifactId>
     <groupId>org.apache.fury</groupId>
-    <version>0.10.2</version>
+    <version>0.10.3</version>
   </parent>
 
   <artifactId>benchmark</artifactId>
diff --git a/java/fury-core/pom.xml b/java/fury-core/pom.xml
index d7dfbe78..91681e2f 100644
--- a/java/fury-core/pom.xml
+++ b/java/fury-core/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.fury</groupId>
     <artifactId>fury-parent</artifactId>
-    <version>0.10.2</version>
+    <version>0.10.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/fury-extensions/pom.xml b/java/fury-extensions/pom.xml
index eea6cf8b..48222c2c 100644
--- a/java/fury-extensions/pom.xml
+++ b/java/fury-extensions/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.fury</groupId>
     <artifactId>fury-parent</artifactId>
-    <version>0.10.2</version>
+    <version>0.10.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/fury-format/pom.xml b/java/fury-format/pom.xml
index b809d179..4a31adb4 100644
--- a/java/fury-format/pom.xml
+++ b/java/fury-format/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.fury</groupId>
     <artifactId>fury-parent</artifactId>
-    <version>0.10.2</version>
+    <version>0.10.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/fury-test-core/pom.xml b/java/fury-test-core/pom.xml
index a0fae87c..2e54e793 100644
--- a/java/fury-test-core/pom.xml
+++ b/java/fury-test-core/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>fury-parent</artifactId>
     <groupId>org.apache.fury</groupId>
-    <version>0.10.2</version>
+    <version>0.10.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/fury-testsuite/pom.xml b/java/fury-testsuite/pom.xml
index ecd217b2..62705273 100644
--- a/java/fury-testsuite/pom.xml
+++ b/java/fury-testsuite/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>fury-parent</artifactId>
     <groupId>org.apache.fury</groupId>
-    <version>0.10.2</version>
+    <version>0.10.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/pom.xml b/java/pom.xml
index ad73967c..6cb4bda2 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -33,7 +33,7 @@
   <groupId>org.apache.fury</groupId>
   <artifactId>fury-parent</artifactId>
   <packaging>pom</packaging>
-  <version>0.10.2</version>
+  <version>0.10.3</version>
   <name>Fury Project Parent POM</name>
   <description>
     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 e948d187..b95b84f0 100644
--- a/javascript/packages/fury/package.json
+++ b/javascript/packages/fury/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@furyjs/fury",
-  "version": "0.10.2",
+  "version": "0.10.3",
   "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 a2ec94a9..a3144aa9 100644
--- a/javascript/packages/hps/package.json
+++ b/javascript/packages/hps/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@furyjs/hps",
-  "version": "0.10.2",
+  "version": "0.10.3",
   "description": "Apache Fury™(incubating) nodejs high-performance suite",
   "main": "dist/index.js",
   "files": [
diff --git a/kotlin/pom.xml b/kotlin/pom.xml
index 5e048816..7bba5fa3 100644
--- a/kotlin/pom.xml
+++ b/kotlin/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.fury</groupId>
     <artifactId>fury-kotlin</artifactId>
-    <version>0.10.2</version>
+    <version>0.10.3</version>
     <modelVersion>4.0.0</modelVersion>
 
     <properties>
diff --git a/python/pyfury/__init__.py b/python/pyfury/__init__.py
index 0880d4d1..c5db664f 100644
--- a/python/pyfury/__init__.py
+++ b/python/pyfury/__init__.py
@@ -71,4 +71,4 @@ try:
 except (AttributeError, ImportError):
     pass
 
-__version__ = "0.10.2"
+__version__ = "0.10.3"
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index a7fd72af..3393f9ab 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -30,7 +30,7 @@ exclude = [
 resolver = "2"
 
 [workspace.package]
-version = "0.10.2"
+version = "0.10.3"
 rust-version = "1.70"
 license = "Apache-2.0"
 readme = "README.md"
diff --git a/scala/build.sbt b/scala/build.sbt
index 24f003ac..46ca820e 100644
--- a/scala/build.sbt
+++ b/scala/build.sbt
@@ -16,7 +16,7 @@
  * limitations under the License.
  */
 
-val furyVersion = "0.10.2"
+val furyVersion = "0.10.3"
 val scala213Version = "2.13.15"
 ThisBuild / apacheSonatypeProjectProfile := "fury"
 version := furyVersion


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to