Skip to content

Commit

Permalink
chore: bump the development version to 2.5.0 and release v2.5.0-RC1 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
empiredan authored Nov 21, 2023
1 parent 8b1679c commit 0ca31b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions scala-client/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

version := "2.5.0-SNAPSHOT"
version := "2.5.0"

organization := "org.apache"

Expand Down Expand Up @@ -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
)
2 changes: 1 addition & 1 deletion src/include/pegasus/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
*/

#pragma once
#define PEGASUS_VERSION "2.5.0-SNAPSHOT"
#define PEGASUS_VERSION "2.5.0"

0 comments on commit 0ca31b7

Please sign in to comment.