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

wangdan pushed a commit to branch v2.5
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


The following commit(s) were added to refs/heads/v2.5 by this push:
     new 0ca31b70e chore: bump the development version to 2.5.0 and release 
v2.5.0-RC1 (#1681)
0ca31b70e is described below

commit 0ca31b70eac7321bb17fb034105695597245d47b
Author: Dan Wang <[email protected]>
AuthorDate: Tue Nov 21 10:52:09 2023 +0800

    chore: bump the development version to 2.5.0 and release v2.5.0-RC1 (#1681)
---
 java-client/pom.xml           | 2 +-
 scala-client/build.sbt        | 4 ++--
 src/include/pegasus/version.h | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/java-client/pom.xml b/java-client/pom.xml
index f1d327d49..822974831 100644
--- a/java-client/pom.xml
+++ b/java-client/pom.xml
@@ -29,7 +29,7 @@
   </parent>
   <groupId>org.apache.pegasus</groupId>
   <artifactId>pegasus-client</artifactId>
-  <version>2.5.0-SNAPSHOT</version>
+  <version>2.5.0</version>
   <packaging>jar</packaging>
   <name>Pegasus Java Client</name>
 
diff --git a/scala-client/build.sbt b/scala-client/build.sbt
index 38313ad51..8eb041af4 100644
--- a/scala-client/build.sbt
+++ b/scala-client/build.sbt
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-version := "2.5.0-SNAPSHOT"
+version := "2.5.0"
 
 organization := "org.apache"
 
@@ -54,6 +54,6 @@ credentials += Credentials(
 
 libraryDependencies ++= Seq(
   "com.google.guava" % "guava" % "21.0",
-  "org.apache.pegasus" % "pegasus-client" % "2.5.0-SNAPSHOT",
+  "org.apache.pegasus" % "pegasus-client" % "2.5.0",
   "org.scalatest" %% "scalatest" % "3.0.3" % Test
 )
diff --git a/src/include/pegasus/version.h b/src/include/pegasus/version.h
index 37995f9f9..f49b32e84 100644
--- a/src/include/pegasus/version.h
+++ b/src/include/pegasus/version.h
@@ -18,4 +18,4 @@
  */
 
 #pragma once
-#define PEGASUS_VERSION "2.5.0-SNAPSHOT"
+#define PEGASUS_VERSION "2.5.0"


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

Reply via email to