Skip to content

Commit ced685c

Browse files
committed
bump version to 0.5.0rc1
1 parent 20a1a78 commit ced685c

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

integration_tests/graalvm_tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.fury</groupId>
2727
<artifactId>fury-parent</artifactId>
28-
<version>0.5.0-SNAPSHOT</version>
28+
<version>0.5.0.rc1</version>
2929
<relativePath>../../java</relativePath>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>

integration_tests/jdk_compatibility_tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.fury</groupId>
2727
<artifactId>fury-parent</artifactId>
28-
<version>0.5.0-SNAPSHOT</version>
28+
<version>0.5.0.rc1</version>
2929
<relativePath>../../java</relativePath>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>

integration_tests/jpms_tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.fury</groupId>
2727
<artifactId>fury-parent</artifactId>
28-
<version>0.5.0-SNAPSHOT</version>
28+
<version>0.5.0.rc1</version>
2929
<relativePath>../../java</relativePath>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>

integration_tests/latest_jdk_tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.fury</groupId>
2727
<artifactId>fury-parent</artifactId>
28-
<version>0.5.0-SNAPSHOT</version>
28+
<version>0.5.0.rc1</version>
2929
<relativePath>../../java</relativePath>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>

java/benchmark/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<artifactId>fury-parent</artifactId>
2828
<groupId>org.apache.fury</groupId>
29-
<version>0.5.0-SNAPSHOT</version>
29+
<version>0.5.0.rc1</version>
3030
</parent>
3131

3232
<artifactId>benchmark</artifactId>

java/fury-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.fury</groupId>
2727
<artifactId>fury-parent</artifactId>
28-
<version>0.5.0-SNAPSHOT</version>
28+
<version>0.5.0.rc1</version>
2929
</parent>
3030
<modelVersion>4.0.0</modelVersion>
3131

java/fury-format/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.fury</groupId>
2727
<artifactId>fury-parent</artifactId>
28-
<version>0.5.0-SNAPSHOT</version>
28+
<version>0.5.0.rc1</version>
2929
</parent>
3030
<modelVersion>4.0.0</modelVersion>
3131

java/fury-test-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>fury-parent</artifactId>
2727
<groupId>org.apache.fury</groupId>
28-
<version>0.5.0-SNAPSHOT</version>
28+
<version>0.5.0.rc1</version>
2929
</parent>
3030
<modelVersion>4.0.0</modelVersion>
3131

java/fury-testsuite/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>fury-parent</artifactId>
2727
<groupId>org.apache.fury</groupId>
28-
<version>0.5.0-SNAPSHOT</version>
28+
<version>0.5.0.rc1</version>
2929
</parent>
3030
<modelVersion>4.0.0</modelVersion>
3131

java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<groupId>org.apache.fury</groupId>
3434
<artifactId>fury-parent</artifactId>
3535
<packaging>pom</packaging>
36-
<version>0.5.0-SNAPSHOT</version>
36+
<version>0.5.0.rc1</version>
3737
<name>Fury Project Parent POM</name>
3838
<description>
3939
Apache Fury™ is a blazing fast multi-language serialization framework powered by jit and zero-copy.

0 commit comments

Comments
 (0)