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

ethanfeng pushed a commit to branch branch-0.5
in repository https://gitbox.apache.org/repos/asf/celeborn.git


The following commit(s) were added to refs/heads/branch-0.5 by this push:
     new 85297ca64 [RELEASE] Bump 0.5.1
85297ca64 is described below

commit 85297ca64c0973f19b15831031859c3104f0db5b
Author: mingji <[email protected]>
AuthorDate: Mon Jul 22 20:00:36 2024 +0800

    [RELEASE] Bump 0.5.1
---
 pom.xml     | 2 +-
 version.sbt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1413b33a2..2900dc89d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
   </distributionManagement>
 
   <properties>
-    <project.version>0.5.1-SNAPSHOT</project.version>
+    <project.version>0.5.1</project.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
diff --git a/version.sbt b/version.sbt
index d7ce61f17..f08e94fc2 100644
--- a/version.sbt
+++ b/version.sbt
@@ -15,4 +15,4 @@
  * limitations under the License.
  */
 
-ThisBuild / version := "0.5.1-SNAPSHOT"
+ThisBuild / version := "0.5.1"

Reply via email to