This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to branch releases-0.6
in repository https://gitbox.apache.org/repos/asf/fury.git

commit 243e99876379cdb4ac9c4a495187b5458ae4e0e4
Author: chaokunyang <[email protected]>
AuthorDate: Tue Jul 16 21:27:52 2024 +0800

    bump version to 0.6.0
---
 .github/workflows/release.yaml                    | 2 +-
 integration_tests/graalvm_tests/pom.xml           | 2 +-
 integration_tests/jdk_compatibility_tests/pom.xml | 2 +-
 integration_tests/jpms_tests/pom.xml              | 2 +-
 integration_tests/latest_jdk_tests/pom.xml        | 2 +-
 java/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 +-
 scala/build.sbt                                   | 2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 209c17c6..995616df 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -20,7 +20,7 @@ name: Publish Fury
 on:
   push:
     tags:
-      - 'v*'
+      - 'disabled*'
 
 jobs:
   release-python:
diff --git a/integration_tests/graalvm_tests/pom.xml 
b/integration_tests/graalvm_tests/pom.xml
index d3f952c2..26749c94 100644
--- a/integration_tests/graalvm_tests/pom.xml
+++ b/integration_tests/graalvm_tests/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.fury</groupId>
     <artifactId>fury-parent</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
+    <version>0.6.0</version>
     <relativePath>../../java</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/integration_tests/jdk_compatibility_tests/pom.xml 
b/integration_tests/jdk_compatibility_tests/pom.xml
index f6af0074..64998522 100644
--- a/integration_tests/jdk_compatibility_tests/pom.xml
+++ b/integration_tests/jdk_compatibility_tests/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.fury</groupId>
     <artifactId>fury-parent</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
+    <version>0.6.0</version>
     <relativePath>../../java</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/integration_tests/jpms_tests/pom.xml 
b/integration_tests/jpms_tests/pom.xml
index fca2007f..68f3b568 100644
--- a/integration_tests/jpms_tests/pom.xml
+++ b/integration_tests/jpms_tests/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.fury</groupId>
     <artifactId>fury-parent</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
+    <version>0.6.0</version>
     <relativePath>../../java</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/integration_tests/latest_jdk_tests/pom.xml 
b/integration_tests/latest_jdk_tests/pom.xml
index 015633ec..d7f19cf9 100644
--- a/integration_tests/latest_jdk_tests/pom.xml
+++ b/integration_tests/latest_jdk_tests/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.fury</groupId>
     <artifactId>fury-parent</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
+    <version>0.6.0</version>
     <relativePath>../../java</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/java/benchmark/pom.xml b/java/benchmark/pom.xml
index d43cd6ee..2cec2e4f 100644
--- a/java/benchmark/pom.xml
+++ b/java/benchmark/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <artifactId>fury-parent</artifactId>
     <groupId>org.apache.fury</groupId>
-    <version>0.6.0-SNAPSHOT</version>
+    <version>0.6.0</version>
   </parent>
 
   <artifactId>benchmark</artifactId>
diff --git a/java/fury-core/pom.xml b/java/fury-core/pom.xml
index dcf87204..5848c152 100644
--- a/java/fury-core/pom.xml
+++ b/java/fury-core/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.fury</groupId>
     <artifactId>fury-parent</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
+    <version>0.6.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/fury-format/pom.xml b/java/fury-format/pom.xml
index 6c4c6cb6..4f6d01b0 100644
--- a/java/fury-format/pom.xml
+++ b/java/fury-format/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.fury</groupId>
     <artifactId>fury-parent</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
+    <version>0.6.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/fury-test-core/pom.xml b/java/fury-test-core/pom.xml
index b129d1ca..57bd0296 100644
--- a/java/fury-test-core/pom.xml
+++ b/java/fury-test-core/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>fury-parent</artifactId>
     <groupId>org.apache.fury</groupId>
-    <version>0.6.0-SNAPSHOT</version>
+    <version>0.6.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/fury-testsuite/pom.xml b/java/fury-testsuite/pom.xml
index 62fea8d6..d349826d 100644
--- a/java/fury-testsuite/pom.xml
+++ b/java/fury-testsuite/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>fury-parent</artifactId>
     <groupId>org.apache.fury</groupId>
-    <version>0.6.0-SNAPSHOT</version>
+    <version>0.6.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/pom.xml b/java/pom.xml
index aa44ec3d..ccf2b2fe 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -33,7 +33,7 @@
   <groupId>org.apache.fury</groupId>
   <artifactId>fury-parent</artifactId>
   <packaging>pom</packaging>
-  <version>0.6.0-SNAPSHOT</version>
+  <version>0.6.0</version>
   <name>Fury Project Parent POM</name>
   <description>
     Apache Fury™ is a blazingly fast multi-language serialization framework 
powered by jit and zero-copy.
diff --git a/javascript/packages/fury/package.json 
b/javascript/packages/fury/package.json
index df537df2..c8a73078 100644
--- a/javascript/packages/fury/package.json
+++ b/javascript/packages/fury/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@furyjs/fury",
-  "version": "0.6.0.dev",
+  "version": "0.6.0",
   "description": "Apache Fury™(incubating) is a blazingly 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 2bf5aea2..9b264648 100644
--- a/javascript/packages/hps/package.json
+++ b/javascript/packages/hps/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@furyjs/hps",
-  "version": "0.6.0.dev",
+  "version": "0.6.0",
   "description": "Apache Fury™(incubating) nodejs high-performance suite",
   "main": "dist/index.js",
   "files": [
diff --git a/scala/build.sbt b/scala/build.sbt
index 60c966d0..5b40fe1b 100644
--- a/scala/build.sbt
+++ b/scala/build.sbt
@@ -16,7 +16,7 @@
  * limitations under the License.
  */
 
-val furyVersion = "0.6.0-SNAPSHOT"
+val furyVersion = "0.6.0"
 val scala213Version = "2.13.14"
 ThisBuild / apacheSonatypeProjectProfile := "fury"
 version := furyVersion


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to