Skip to content

Commit 4aaa41d

Browse files
authored
chore(version): update the version of pegasus server and client of each language to 2.5.1-SNAPSHOT (#1835)
1 parent d59b757 commit 4aaa41d

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

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</version>
32+
<version>2.5.1-SNAPSHOT</version>
3333
<packaging>jar</packaging>
3434
<name>Pegasus Java Client</name>
3535

nodejs-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pegasus-nodejs-client",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "offical pegasus nodejs client",
55
"main": "index.js",
66
"scripts": {

python-client/pypegasus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# specific language governing permissions and limitations
1919
# under the License.
2020

21-
__version__ = '2.5.0'
21+
__version__ = '2.5.1'

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"
20+
version := "2.5.1-SNAPSHOT"
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",
57+
"org.apache.pegasus" % "pegasus-client" % "2.5.1-SNAPSHOT",
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"
21+
#define PEGASUS_VERSION "2.5.1-SNAPSHOT"

0 commit comments

Comments
 (0)