Skip to content

Commit 51beb13

Browse files
committed
prepare release for 0.5.0
1 parent 6ad2ca5 commit 51beb13

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name: Publish Fury
2020
on:
2121
push:
2222
tags:
23-
- 'v*'
23+
- 'disabled*'
2424

2525
jobs:
2626
release-python:
@@ -43,7 +43,7 @@ jobs:
4343
run: ./ci/run_ci.sh install_bazel
4444
- name: Update version in setup.py
4545
run: |
46-
echo "GITHUB_REF: $GITHUB_REF"
46+
echo "GITHUB_REF: $GITHUB_REF"
4747
tag=$(echo $GITHUB_REF | cut -d / -f 3)
4848
echo "tag: $tag"
4949
version=${tag:1}

integration_tests/graalvm_tests/pom.xml

Lines changed: 1 addition & 1 deletion
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</version>
2929
<relativePath>../../java</relativePath>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>

integration_tests/jdk_compatibility_tests/pom.xml

Lines changed: 1 addition & 1 deletion
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</version>
2929
<relativePath>../../java</relativePath>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>

integration_tests/jpms_tests/pom.xml

Lines changed: 1 addition & 1 deletion
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</version>
2929
<relativePath>../../java</relativePath>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>

integration_tests/latest_jdk_tests/pom.xml

Lines changed: 1 addition & 1 deletion
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</version>
2929
<relativePath>../../java</relativePath>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>

java/benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
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</version>
3030
</parent>
3131

3232
<artifactId>benchmark</artifactId>

java/fury-core/pom.xml

Lines changed: 1 addition & 1 deletion
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</version>
2929
</parent>
3030
<modelVersion>4.0.0</modelVersion>
3131

java/fury-format/pom.xml

Lines changed: 1 addition & 1 deletion
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</version>
2929
</parent>
3030
<modelVersion>4.0.0</modelVersion>
3131

java/fury-test-core/pom.xml

Lines changed: 1 addition & 1 deletion
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</version>
2929
</parent>
3030
<modelVersion>4.0.0</modelVersion>
3131

java/fury-testsuite/pom.xml

Lines changed: 1 addition & 1 deletion
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</version>
2929
</parent>
3030
<modelVersion>4.0.0</modelVersion>
3131

0 commit comments

Comments
 (0)