Skip to content

Commit 39ad535

Browse files
committed
bump version to 0.2.0
1 parent f146a9b commit 39ad535

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

integration_tests/jdk_compatibility_tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>org.furyio</groupId>
2525
<artifactId>jdk_compatibility_tests</artifactId>
26-
<version>0.2.0-alpha.1</version>
26+
<version>0.2.0</version>
2727

2828
<properties>
2929
<maven.compiler.source>8</maven.compiler.source>

integration_tests/perftests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<modelVersion>4.0.0</modelVersion>
2323
<groupId>org.furyio</groupId>
2424
<artifactId>perftests</artifactId>
25-
<version>0.2.0-alpha.1</version>
25+
<version>0.2.0</version>
2626
<properties>
2727
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2828
<jmh.version>1.33</jmh.version>

java/fury-benchmark/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>fury-parent</artifactId>
2525
<groupId>org.furyio</groupId>
26-
<version>0.2.0-alpha.1</version>
26+
<version>0.2.0</version>
2727
</parent>
2828

2929
<artifactId>fury-benchmark</artifactId>

java/fury-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.furyio</groupId>
2424
<artifactId>fury-parent</artifactId>
25-
<version>0.2.0-alpha.1</version>
25+
<version>0.2.0</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

java/fury-format/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.furyio</groupId>
2424
<artifactId>fury-parent</artifactId>
25-
<version>0.2.0-alpha.1</version>
25+
<version>0.2.0</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

java/fury-test-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>fury-parent</artifactId>
2424
<groupId>org.furyio</groupId>
25-
<version>0.2.0-alpha.1</version>
25+
<version>0.2.0</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

java/fury-testsuite/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>fury-parent</artifactId>
2424
<groupId>org.furyio</groupId>
25-
<version>0.2.0-alpha.1</version>
25+
<version>0.2.0</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>org.furyio</groupId>
2525
<artifactId>fury-parent</artifactId>
2626
<packaging>pom</packaging>
27-
<version>0.2.0-alpha.1</version>
27+
<version>0.2.0</version>
2828
<name>Fury Project Parent POM</name>
2929
<description>A blazing fast multi-language serialization framework powered by jit and zero-copy.</description>
3030
<url>https://github.com/alipay/fury</url>

javascript/packages/fury/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@furyjs/fury",
3-
"version": "0.2.0-alpha.1",
3+
"version": "0.2.0",
44
"description": "A blazing fast multi-language serialization framework powered by jit and zero-copy",
55
"main": "dist/index.js",
66
"scripts": {

javascript/packages/hps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@furyjs/hps",
3-
"version": "0.2.0-alpha.1",
3+
"version": "0.2.0",
44
"description": "fury nodejs high-performance suite",
55
"main": "dist/index.js",
66
"files": [

python/pyfury/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@
6868
except (AttributeError, ImportError):
6969
pass
7070

71-
__version__ = "0.2.0.a1"
71+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)