This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to tag v0.14.0-rc1 in repository https://gitbox.apache.org/repos/asf/fory.git
commit aa9d8be25620b1a4b45987d371e1753839e7ef68 Author: chaokunyang <[email protected]> AuthorDate: Fri Dec 12 00:39:58 2025 +0800 bump version to 0.14.0 --- ci/release.py | 1 + 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/fory-core/pom.xml | 2 +- java/fory-extensions/pom.xml | 2 +- java/fory-format/pom.xml | 2 +- java/fory-graalvm-feature/pom.xml | 2 +- java/fory-simd/pom.xml | 2 +- java/fory-test-core/pom.xml | 2 +- java/fory-testsuite/pom.xml | 2 +- java/pom.xml | 2 +- kotlin/pom.xml | 2 +- python/pyfory/__init__.py | 2 +- scala/build.sbt | 2 +- 17 files changed, 17 insertions(+), 16 deletions(-) diff --git a/ci/release.py b/ci/release.py index bd0560bf5..b3f91eced 100644 --- a/ci/release.py +++ b/ci/release.py @@ -195,6 +195,7 @@ def bump_java_version(new_version): "java/fory-extensions", "java/fory-test-core", "java/fory-testsuite", + "java/fory-graalvm-feature", ]: _bump_version(p, "pom.xml", new_version, _update_pom_parent_version) # mvn versions:set too slow diff --git a/integration_tests/graalvm_tests/pom.xml b/integration_tests/graalvm_tests/pom.xml index 5f094a9db..aa989e2e5 100644 --- a/integration_tests/graalvm_tests/pom.xml +++ b/integration_tests/graalvm_tests/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.fory</groupId> <artifactId>fory-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0</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 91b4df0de..3413c1352 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.fory</groupId> <artifactId>fory-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0</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 7f49f9116..aed8c2aa2 100644 --- a/integration_tests/jpms_tests/pom.xml +++ b/integration_tests/jpms_tests/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.fory</groupId> <artifactId>fory-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0</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 e8e18d229..4216845dc 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.fory</groupId> <artifactId>fory-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0</version> <relativePath>../../java</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/benchmark/pom.xml b/java/benchmark/pom.xml index ac4eb5024..fd35a2a86 100644 --- a/java/benchmark/pom.xml +++ b/java/benchmark/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>fory-parent</artifactId> <groupId>org.apache.fory</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0</version> </parent> <artifactId>benchmark</artifactId> diff --git a/java/fory-core/pom.xml b/java/fory-core/pom.xml index 2cea314bc..78d53eed1 100644 --- a/java/fory-core/pom.xml +++ b/java/fory-core/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.fory</groupId> <artifactId>fory-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/fory-extensions/pom.xml b/java/fory-extensions/pom.xml index 4b6ba7e77..4540e78b8 100644 --- a/java/fory-extensions/pom.xml +++ b/java/fory-extensions/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.fory</groupId> <artifactId>fory-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/fory-format/pom.xml b/java/fory-format/pom.xml index 58dd2e954..a5260d06b 100644 --- a/java/fory-format/pom.xml +++ b/java/fory-format/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.fory</groupId> <artifactId>fory-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/fory-graalvm-feature/pom.xml b/java/fory-graalvm-feature/pom.xml index c6c7b927c..4a4444df9 100644 --- a/java/fory-graalvm-feature/pom.xml +++ b/java/fory-graalvm-feature/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>fory-parent</artifactId> <groupId>org.apache.fory</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/fory-simd/pom.xml b/java/fory-simd/pom.xml index 152693120..5950268ce 100644 --- a/java/fory-simd/pom.xml +++ b/java/fory-simd/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.fory</groupId> <artifactId>fory-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/fory-test-core/pom.xml b/java/fory-test-core/pom.xml index 181ff9807..4114b865e 100644 --- a/java/fory-test-core/pom.xml +++ b/java/fory-test-core/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>fory-parent</artifactId> <groupId>org.apache.fory</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/fory-testsuite/pom.xml b/java/fory-testsuite/pom.xml index d584849b8..791d004bd 100644 --- a/java/fory-testsuite/pom.xml +++ b/java/fory-testsuite/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>fory-parent</artifactId> <groupId>org.apache.fory</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/pom.xml b/java/pom.xml index cd449cb7d..8cda5c06c 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -33,7 +33,7 @@ <groupId>org.apache.fory</groupId> <artifactId>fory-parent</artifactId> <packaging>pom</packaging> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0</version> <name>Fory Project Parent POM</name> <description> Apache Fory™ is a blazingly fast multi-language serialization framework powered by jit and zero-copy. diff --git a/kotlin/pom.xml b/kotlin/pom.xml index e27a33ad4..1d39194bd 100644 --- a/kotlin/pom.xml +++ b/kotlin/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.fory</groupId> <artifactId>fory-kotlin</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0</version> <modelVersion>4.0.0</modelVersion> <properties> diff --git a/python/pyfory/__init__.py b/python/pyfory/__init__.py index 7e96f03db..8465e6cd7 100644 --- a/python/pyfory/__init__.py +++ b/python/pyfory/__init__.py @@ -84,7 +84,7 @@ from pyfory.type import ( # noqa: F401 # pylint: disable=unused-import from pyfory.policy import DeserializationPolicy # noqa: F401 # pylint: disable=unused-import from pyfory._util import Buffer # noqa: F401 # pylint: disable=unused-import -__version__ = "0.14.0.dev" +__version__ = "0.14.0" __all__ = [ # Core classes diff --git a/scala/build.sbt b/scala/build.sbt index 6b72ed401..a045da007 100644 --- a/scala/build.sbt +++ b/scala/build.sbt @@ -16,7 +16,7 @@ * limitations under the License. */ -val foryVersion = "0.14.0-SNAPSHOT" +val foryVersion = "0.14.0" val scala213Version = "2.13.15" ThisBuild / apacheSonatypeProjectProfile := "fory" version := foryVersion --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
