This is an automated email from the ASF dual-hosted git repository.
laiyingchun 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 4aaa41d90 chore(version): update the version of pegasus server and
client of each language to 2.5.1-SNAPSHOT (#1835)
4aaa41d90 is described below
commit 4aaa41d905a30a4a8e0b35519caf124fced1fba6
Author: Dan Wang <[email protected]>
AuthorDate: Fri Jan 5 14:17:36 2024 +0800
chore(version): update the version of pegasus server and client of each
language to 2.5.1-SNAPSHOT (#1835)
---
java-client/pom.xml | 2 +-
nodejs-client/package.json | 2 +-
python-client/pypegasus/__init__.py | 2 +-
scala-client/build.sbt | 4 ++--
src/include/pegasus/version.h | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/java-client/pom.xml b/java-client/pom.xml
index 822974831..4f2b63bf9 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</version>
+ <version>2.5.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Pegasus Java Client</name>
diff --git a/nodejs-client/package.json b/nodejs-client/package.json
index eba987f60..1ecd23d83 100644
--- a/nodejs-client/package.json
+++ b/nodejs-client/package.json
@@ -1,6 +1,6 @@
{
"name": "pegasus-nodejs-client",
- "version": "2.5.0",
+ "version": "2.5.1",
"description": "offical pegasus nodejs client",
"main": "index.js",
"scripts": {
diff --git a/python-client/pypegasus/__init__.py
b/python-client/pypegasus/__init__.py
index 9a8e0626c..7817001ca 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__ = '2.5.0'
+__version__ = '2.5.1'
diff --git a/scala-client/build.sbt b/scala-client/build.sbt
index 8eb041af4..5bb46bf4f 100644
--- a/scala-client/build.sbt
+++ b/scala-client/build.sbt
@@ -17,7 +17,7 @@
* under the License.
*/
-version := "2.5.0"
+version := "2.5.1-SNAPSHOT"
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",
+ "org.apache.pegasus" % "pegasus-client" % "2.5.1-SNAPSHOT",
"org.scalatest" %% "scalatest" % "3.0.3" % Test
)
diff --git a/src/include/pegasus/version.h b/src/include/pegasus/version.h
index f49b32e84..9794f0524 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"
+#define PEGASUS_VERSION "2.5.1-SNAPSHOT"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]