Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(version): update the version of pegasus server and client of ea…
Browse files Browse the repository at this point in the history
…ch language to 2.5.0
empiredan authored and wangdan committed Oct 31, 2023
1 parent 383ef0f commit 9b3c7d1
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion java-client/pom.xml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
</parent>
<groupId>org.apache.pegasus</groupId>
<artifactId>pegasus-client</artifactId>
<version>2.4-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Pegasus Java Client</name>

2 changes: 1 addition & 1 deletion nodejs-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pegasus-nodejs-client",
"version": "1.0.14",
"version": "2.5.0",
"description": "offical pegasus nodejs client",
"main": "index.js",
"scripts": {
2 changes: 1 addition & 1 deletion python-client/pypegasus/__init__.py
Original file line number Diff line number Diff line change
@@ -18,4 +18,4 @@
# specific language governing permissions and limitations
# under the License.

__version__ = '0.0.1.2'
__version__ = '2.5.0'
4 changes: 2 additions & 2 deletions scala-client/build.sbt
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
* under the License.
*/

version := "2.2.0-3-release"
version := "2.5.0-SNAPSHOT"

organization := "org.apache"

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

libraryDependencies ++= Seq(
"com.google.guava" % "guava" % "21.0",
"org.apache.pegasus" % "pegasus-client" % "2.4-SNAPSHOT",
"org.apache.pegasus" % "pegasus-client" % "2.5.0-SNAPSHOT",
"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
@@ -18,4 +18,4 @@
*/

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

0 comments on commit 9b3c7d1

Please sign in to comment.