File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
</parent >
30
30
<groupId >org.apache.pegasus</groupId >
31
31
<artifactId >pegasus-client</artifactId >
32
- <version >2.5.0-SNAPSHOT </version >
32
+ <version >2.5.0</version >
33
33
<packaging >jar</packaging >
34
34
<name >Pegasus Java Client</name >
35
35
Original file line number Diff line number Diff line change 17
17
* under the License.
18
18
*/
19
19
20
- version := " 2.5.0-SNAPSHOT "
20
+ version := " 2.5.0"
21
21
22
22
organization := " org.apache"
23
23
@@ -54,6 +54,6 @@ credentials += Credentials(
54
54
55
55
libraryDependencies ++= Seq (
56
56
" com.google.guava" % " guava" % " 21.0" ,
57
- " org.apache.pegasus" % " pegasus-client" % " 2.5.0-SNAPSHOT " ,
57
+ " org.apache.pegasus" % " pegasus-client" % " 2.5.0" ,
58
58
" org.scalatest" %% " scalatest" % " 3.0.3" % Test
59
59
)
Original file line number Diff line number Diff line change 18
18
*/
19
19
20
20
#pragma once
21
- #define PEGASUS_VERSION "2.5.0-SNAPSHOT "
21
+ #define PEGASUS_VERSION "2.5.0"
You can’t perform that action at this time.
0 commit comments