diff --git a/integration_tests/jdk_compatibility_tests/pom.xml b/integration_tests/jdk_compatibility_tests/pom.xml index 86e410da9a..f59e290726 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.2.0-alpha.1 + 0.2.0 8 diff --git a/integration_tests/perftests/pom.xml b/integration_tests/perftests/pom.xml index d249a3204d..044cab6ce0 100644 --- a/integration_tests/perftests/pom.xml +++ b/integration_tests/perftests/pom.xml @@ -22,7 +22,7 @@ 4.0.0 org.furyio perftests - 0.2.0-alpha.1 + 0.2.0 UTF-8 1.33 diff --git a/java/fury-benchmark/pom.xml b/java/fury-benchmark/pom.xml index c1c8f63048..df81a4e34c 100644 --- a/java/fury-benchmark/pom.xml +++ b/java/fury-benchmark/pom.xml @@ -23,7 +23,7 @@ fury-parent org.furyio - 0.2.0-alpha.1 + 0.2.0 fury-benchmark diff --git a/java/fury-core/pom.xml b/java/fury-core/pom.xml index 169d3a371d..ea1655b8ab 100644 --- a/java/fury-core/pom.xml +++ b/java/fury-core/pom.xml @@ -22,7 +22,7 @@ org.furyio fury-parent - 0.2.0-alpha.1 + 0.2.0 4.0.0 diff --git a/java/fury-format/pom.xml b/java/fury-format/pom.xml index 2a11d7483d..770e1bf9bf 100644 --- a/java/fury-format/pom.xml +++ b/java/fury-format/pom.xml @@ -22,7 +22,7 @@ org.furyio fury-parent - 0.2.0-alpha.1 + 0.2.0 4.0.0 diff --git a/java/fury-test-core/pom.xml b/java/fury-test-core/pom.xml index 7ee95b3fef..51b2b0d58e 100644 --- a/java/fury-test-core/pom.xml +++ b/java/fury-test-core/pom.xml @@ -22,7 +22,7 @@ fury-parent org.furyio - 0.2.0-alpha.1 + 0.2.0 4.0.0 diff --git a/java/fury-testsuite/pom.xml b/java/fury-testsuite/pom.xml index 6018b0e951..a790541acc 100644 --- a/java/fury-testsuite/pom.xml +++ b/java/fury-testsuite/pom.xml @@ -22,7 +22,7 @@ fury-parent org.furyio - 0.2.0-alpha.1 + 0.2.0 4.0.0 diff --git a/java/pom.xml b/java/pom.xml index e869c41555..fbf7f67167 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -24,7 +24,7 @@ org.furyio fury-parent pom - 0.2.0-alpha.1 + 0.2.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 cffb560ca4..c53fe8de43 100644 --- a/javascript/packages/fury/package.json +++ b/javascript/packages/fury/package.json @@ -1,6 +1,6 @@ { "name": "@furyjs/fury", - "version": "0.2.0-alpha.1", + "version": "0.2.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 c960ac95ae..2d7bad829b 100644 --- a/javascript/packages/hps/package.json +++ b/javascript/packages/hps/package.json @@ -1,6 +1,6 @@ { "name": "@furyjs/hps", - "version": "0.2.0-alpha.1", + "version": "0.2.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 41521d3741..04776988db 100644 --- a/python/pyfury/__init__.py +++ b/python/pyfury/__init__.py @@ -68,4 +68,4 @@ except (AttributeError, ImportError): pass -__version__ = "0.2.0.a1" +__version__ = "0.2.0"