Skip to content

Commit 0ca31b7

Browse files
authored
chore: bump the development version to 2.5.0 and release v2.5.0-RC1 (#1681)
1 parent 8b1679c commit 0ca31b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

java-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</parent>
3030
<groupId>org.apache.pegasus</groupId>
3131
<artifactId>pegasus-client</artifactId>
32-
<version>2.5.0-SNAPSHOT</version>
32+
<version>2.5.0</version>
3333
<packaging>jar</packaging>
3434
<name>Pegasus Java Client</name>
3535

scala-client/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919

20-
version := "2.5.0-SNAPSHOT"
20+
version := "2.5.0"
2121

2222
organization := "org.apache"
2323

@@ -54,6 +54,6 @@ credentials += Credentials(
5454

5555
libraryDependencies ++= Seq(
5656
"com.google.guava" % "guava" % "21.0",
57-
"org.apache.pegasus" % "pegasus-client" % "2.5.0-SNAPSHOT",
57+
"org.apache.pegasus" % "pegasus-client" % "2.5.0",
5858
"org.scalatest" %% "scalatest" % "3.0.3" % Test
5959
)

src/include/pegasus/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
*/
1919

2020
#pragma once
21-
#define PEGASUS_VERSION "2.5.0-SNAPSHOT"
21+
#define PEGASUS_VERSION "2.5.0"

0 commit comments

Comments
 (0)