diff --git a/integration_tests/graalvm_tests/pom.xml b/integration_tests/graalvm_tests/pom.xml index 84da032e4d..236bcf6254 100644 --- a/integration_tests/graalvm_tests/pom.xml +++ b/integration_tests/graalvm_tests/pom.xml @@ -25,7 +25,7 @@ org.apache.fory fory-parent - 0.13.0-SNAPSHOT + 0.12.1 ../../java 4.0.0 diff --git a/integration_tests/jdk_compatibility_tests/pom.xml b/integration_tests/jdk_compatibility_tests/pom.xml index a2eb0f6b88..891782a14c 100644 --- a/integration_tests/jdk_compatibility_tests/pom.xml +++ b/integration_tests/jdk_compatibility_tests/pom.xml @@ -25,7 +25,7 @@ org.apache.fory fory-parent - 0.13.0-SNAPSHOT + 0.12.1 ../../java 4.0.0 diff --git a/integration_tests/jpms_tests/pom.xml b/integration_tests/jpms_tests/pom.xml index 00e5a6b948..63d9b522d4 100644 --- a/integration_tests/jpms_tests/pom.xml +++ b/integration_tests/jpms_tests/pom.xml @@ -25,7 +25,7 @@ org.apache.fory fory-parent - 0.13.0-SNAPSHOT + 0.12.1 ../../java 4.0.0 diff --git a/integration_tests/latest_jdk_tests/pom.xml b/integration_tests/latest_jdk_tests/pom.xml index e0bc170228..94f4d1b687 100644 --- a/integration_tests/latest_jdk_tests/pom.xml +++ b/integration_tests/latest_jdk_tests/pom.xml @@ -25,7 +25,7 @@ org.apache.fory fory-parent - 0.13.0-SNAPSHOT + 0.12.1 ../../java 4.0.0 diff --git a/java/benchmark/pom.xml b/java/benchmark/pom.xml index f4a5990af3..bc8eccfa93 100644 --- a/java/benchmark/pom.xml +++ b/java/benchmark/pom.xml @@ -26,7 +26,7 @@ fory-parent org.apache.fory - 0.13.0-SNAPSHOT + 0.12.1 benchmark diff --git a/java/fory-core/pom.xml b/java/fory-core/pom.xml index 3b8a084db4..79f0ac1dba 100644 --- a/java/fory-core/pom.xml +++ b/java/fory-core/pom.xml @@ -25,7 +25,7 @@ org.apache.fory fory-parent - 0.13.0-SNAPSHOT + 0.12.1 4.0.0 diff --git a/java/fory-extensions/pom.xml b/java/fory-extensions/pom.xml index 28677ec42b..79d4056e66 100644 --- a/java/fory-extensions/pom.xml +++ b/java/fory-extensions/pom.xml @@ -25,7 +25,7 @@ org.apache.fory fory-parent - 0.13.0-SNAPSHOT + 0.12.1 4.0.0 diff --git a/java/fory-format/pom.xml b/java/fory-format/pom.xml index 42f27a3103..2d9a18f441 100644 --- a/java/fory-format/pom.xml +++ b/java/fory-format/pom.xml @@ -25,7 +25,7 @@ org.apache.fory fory-parent - 0.13.0-SNAPSHOT + 0.12.1 4.0.0 diff --git a/java/fory-test-core/pom.xml b/java/fory-test-core/pom.xml index 0697219038..67a6f90d0d 100644 --- a/java/fory-test-core/pom.xml +++ b/java/fory-test-core/pom.xml @@ -25,7 +25,7 @@ fory-parent org.apache.fory - 0.13.0-SNAPSHOT + 0.12.1 4.0.0 diff --git a/java/fory-testsuite/pom.xml b/java/fory-testsuite/pom.xml index 53c88f8d55..9a6f3c63fa 100644 --- a/java/fory-testsuite/pom.xml +++ b/java/fory-testsuite/pom.xml @@ -25,7 +25,7 @@ fory-parent org.apache.fory - 0.13.0-SNAPSHOT + 0.12.1 4.0.0 diff --git a/java/pom.xml b/java/pom.xml index 12ebf75209..b4f7a42c56 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -33,7 +33,7 @@ org.apache.fory fory-parent pom - 0.13.0-SNAPSHOT + 0.12.1 Fory Project Parent POM Apache Fory™ is a blazingly fast multi-language serialization framework powered by jit and zero-copy. diff --git a/javascript/packages/fory/package.json b/javascript/packages/fory/package.json index e30e9f6319..82bd60d843 100644 --- a/javascript/packages/fory/package.json +++ b/javascript/packages/fory/package.json @@ -1,6 +1,6 @@ { "name": "@foryjs/fory", - "version": "0.13.0.dev", + "version": "0.12.1", "description": "Apache Fory™ 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 03fa1d040a..394afd738c 100644 --- a/javascript/packages/hps/package.json +++ b/javascript/packages/hps/package.json @@ -1,6 +1,6 @@ { "name": "@foryjs/hps", - "version": "0.13.0.dev", + "version": "0.12.1", "description": "Apache Fory™ nodejs high-performance suite", "main": "dist/index.js", "files": [ diff --git a/kotlin/pom.xml b/kotlin/pom.xml index 4c7f7601be..a74178c13c 100644 --- a/kotlin/pom.xml +++ b/kotlin/pom.xml @@ -30,7 +30,7 @@ org.apache.fory fory-kotlin - 0.13.0-SNAPSHOT + 0.12.1 4.0.0 diff --git a/python/pyfory/__init__.py b/python/pyfory/__init__.py index 4a5e46396d..6383048bdb 100644 --- a/python/pyfory/__init__.py +++ b/python/pyfory/__init__.py @@ -61,4 +61,4 @@ except (AttributeError, ImportError): pass -__version__ = "0.13.0.dev" +__version__ = "0.12.1" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 8d75b5bdf1..d2032b22f1 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -30,7 +30,7 @@ exclude = [ resolver = "2" [workspace.package] -version = "0.13.0" +version = "0.12.1" rust-version = "1.70" license = "Apache-2.0" readme = "README.md" diff --git a/scala/build.sbt b/scala/build.sbt index b76c3ba679..7646cac8a5 100644 --- a/scala/build.sbt +++ b/scala/build.sbt @@ -16,7 +16,7 @@ * limitations under the License. */ -val foryVersion = "0.13.0-SNAPSHOT" +val foryVersion = "0.12.1" val scala213Version = "2.13.15" ThisBuild / apacheSonatypeProjectProfile := "fory" version := foryVersion