From 2714d81597ca892bfa3603ff5ac602db2e5fa455 Mon Sep 17 00:00:00 2001 From: chaokunyang Date: Fri, 3 Nov 2023 17:30:22 +0800 Subject: [PATCH] bump version to 0.3.0 --- integration_tests/jdk_compatibility_tests/pom.xml | 2 +- integration_tests/perftests/pom.xml | 2 +- java/fury-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 +- python/pyfury/__init__.py | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/integration_tests/jdk_compatibility_tests/pom.xml b/integration_tests/jdk_compatibility_tests/pom.xml index 028bcf6d2b..18282facec 100644 --- a/integration_tests/jdk_compatibility_tests/pom.xml +++ b/integration_tests/jdk_compatibility_tests/pom.xml @@ -23,7 +23,7 @@ org.furyio jdk_compatibility_tests - 0.3.0-SNAPSHOT + 0.3.0 8 diff --git a/integration_tests/perftests/pom.xml b/integration_tests/perftests/pom.xml index da403b5088..a35a98bb48 100644 --- a/integration_tests/perftests/pom.xml +++ b/integration_tests/perftests/pom.xml @@ -22,7 +22,7 @@ 4.0.0 org.furyio perftests - 0.3.0-SNAPSHOT + 0.3.0 UTF-8 1.33 diff --git a/java/fury-benchmark/pom.xml b/java/fury-benchmark/pom.xml index 6842766d1d..fc6a30802c 100644 --- a/java/fury-benchmark/pom.xml +++ b/java/fury-benchmark/pom.xml @@ -23,7 +23,7 @@ fury-parent org.furyio - 0.3.0-SNAPSHOT + 0.3.0 fury-benchmark diff --git a/java/fury-core/pom.xml b/java/fury-core/pom.xml index 5a0465ff1b..802c6df552 100644 --- a/java/fury-core/pom.xml +++ b/java/fury-core/pom.xml @@ -22,7 +22,7 @@ org.furyio fury-parent - 0.3.0-SNAPSHOT + 0.3.0 4.0.0 diff --git a/java/fury-format/pom.xml b/java/fury-format/pom.xml index 3bc709acd4..2d943627f2 100644 --- a/java/fury-format/pom.xml +++ b/java/fury-format/pom.xml @@ -22,7 +22,7 @@ org.furyio fury-parent - 0.3.0-SNAPSHOT + 0.3.0 4.0.0 diff --git a/java/fury-test-core/pom.xml b/java/fury-test-core/pom.xml index 5548e352e1..ff1ac9f51b 100644 --- a/java/fury-test-core/pom.xml +++ b/java/fury-test-core/pom.xml @@ -22,7 +22,7 @@ fury-parent org.furyio - 0.3.0-SNAPSHOT + 0.3.0 4.0.0 diff --git a/java/fury-testsuite/pom.xml b/java/fury-testsuite/pom.xml index 8be6d6fc59..50b49ca961 100644 --- a/java/fury-testsuite/pom.xml +++ b/java/fury-testsuite/pom.xml @@ -22,7 +22,7 @@ fury-parent org.furyio - 0.3.0-SNAPSHOT + 0.3.0 4.0.0 diff --git a/java/pom.xml b/java/pom.xml index 15e814bbec..9912e3e493 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -24,7 +24,7 @@ org.furyio fury-parent pom - 0.3.0-SNAPSHOT + 0.3.0 Fury Project Parent POM A blazing fast multi-language serialization framework powered by jit and zero-copy. https://github.com/alipay/fury diff --git a/javascript/packages/fury/package.json b/javascript/packages/fury/package.json index 41590cac42..905b673a17 100644 --- a/javascript/packages/fury/package.json +++ b/javascript/packages/fury/package.json @@ -1,6 +1,6 @@ { "name": "@furyjs/fury", - "version": "0.3.0-beta.1", + "version": "0.3.0", "description": "A blazing 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 515ea475ce..5d10c0a1bb 100644 --- a/javascript/packages/hps/package.json +++ b/javascript/packages/hps/package.json @@ -1,6 +1,6 @@ { "name": "@furyjs/hps", - "version": "0.3.0-beta.1", + "version": "0.3.0", "description": "fury nodejs high-performance suite", "main": "dist/index.js", "files": [ diff --git a/python/pyfury/__init__.py b/python/pyfury/__init__.py index c49e871e64..11099a9f24 100644 --- a/python/pyfury/__init__.py +++ b/python/pyfury/__init__.py @@ -68,4 +68,4 @@ except (AttributeError, ImportError): pass -__version__ = "0.3.0.dev" +__version__ = "0.3.0"