This is an automated email from the ASF dual-hosted git repository.
wangdan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to refs/heads/master by this push:
new 565beab52 chore(version): update the version of pegasus server and
client of each language to 2.5.0 (#1660)
565beab52 is described below
commit 565beab52b7632d9d3ef9c6ef90682d1d5b3b136
Author: Dan Wang <[email protected]>
AuthorDate: Thu Nov 2 13:49:34 2023 +0800
chore(version): update the version of pegasus server and client of each
language to 2.5.0 (#1660)
Upgrade the version of pegasus server and clients:
- upgrade the version to 2.5.0-SPAPSHOT for cpp server, java and scala
client;
- upgrade the version to 2.5.0 for python and nodejs client;
- no need to upgrader version for go client, since it has been bound to git
branch.
All of the server and clients would be released on
[v2.5](https://github.com/apache/incubator-pegasus/tree/v2.5).
---
java-client/pom.xml | 2 +-
nodejs-client/package.json | 2 +-
python-client/pypegasus/__init__.py | 2 +-
scala-client/build.sbt | 4 ++--
src/client_lib/mutation.cpp | 2 +-
src/include/pegasus/version.h | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/java-client/pom.xml b/java-client/pom.xml
index 405ce3f7a..f1d327d49 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.4-SNAPSHOT</version>
+ <version>2.5.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Pegasus Java Client</name>
diff --git a/nodejs-client/package.json b/nodejs-client/package.json
index c413ca392..eba987f60 100644
--- a/nodejs-client/package.json
+++ b/nodejs-client/package.json
@@ -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": {
diff --git a/python-client/pypegasus/__init__.py
b/python-client/pypegasus/__init__.py
index 151cbb8a4..9a8e0626c 100644
--- a/python-client/pypegasus/__init__.py
+++ b/python-client/pypegasus/__init__.py
@@ -18,4 +18,4 @@
# specific language governing permissions and limitations
# under the License.
-__version__ = '0.0.1.2'
+__version__ = '2.5.0'
diff --git a/scala-client/build.sbt b/scala-client/build.sbt
index 8aa5fa2a7..38313ad51 100644
--- a/scala-client/build.sbt
+++ b/scala-client/build.sbt
@@ -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
)
diff --git a/src/client_lib/mutation.cpp b/src/client_lib/mutation.cpp
index e27eb0cf2..ba0431c3a 100644
--- a/src/client_lib/mutation.cpp
+++ b/src/client_lib/mutation.cpp
@@ -24,7 +24,7 @@
#include <vector>
#include "../base/pegasus_utils.h"
-#include "utils/string_view.h"
+#include "utils/enum_helper.h"
using namespace ::dsn;
diff --git a/src/include/pegasus/version.h b/src/include/pegasus/version.h
index 35aa37005..37995f9f9 100644
--- a/src/include/pegasus/version.h
+++ b/src/include/pegasus/version.h
@@ -18,4 +18,4 @@
*/
#pragma once
-#define PEGASUS_VERSION "2.4.0-SNAPSHOT"
+#define PEGASUS_VERSION "2.5.0-SNAPSHOT"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]