File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 1818# specific language governing permissions and limitations
1919# under the License.
2020
21- __version__ = '2.5.0 '
21+ __version__ = '2.5.1 '
Original file line number Diff line number Diff line change 1717 * under the License.
1818 */
1919
20- version := " 2.5.0 "
20+ version := " 2.5.1-SNAPSHOT "
2121
2222organization := " org.apache"
2323
@@ -54,6 +54,6 @@ credentials += Credentials(
5454
5555libraryDependencies ++= 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)
Original file line number Diff line number Diff line change 1818 */
1919
2020#pragma once
21- #define PEGASUS_VERSION "2.5.0 "
21+ #define PEGASUS_VERSION "2.5.1-SNAPSHOT "
You can’t perform that action at this time.
0 commit comments