Skip to content

Commit

Permalink
Issue 39: Prepare for release 0.5 (#40)
Browse files Browse the repository at this point in the history
Set release Pravega artifact version and better config defaults.

Signed-off-by: Raúl Gracia <raul.gracia@emc.com>
  • Loading branch information
RaulGracia authored Aug 16, 2019
1 parent bde4f98 commit 9fb25e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pravega-cli/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jsonSimpleVersion=1.1.1
lombokVersion=1.18.4
mockitoVersion=2.23.0
nettyVersion=4.1.30.Final
pravegaVersion=0.6.0-50.9f4fc18-SNAPSHOT
pravegaVersion=0.5.0
slf4jApiVersion=1.7.25
spotbugsPluginVersion=1.6.9
spotbugsVersion=3.1.11
Expand Down
6 changes: 3 additions & 3 deletions pravega-cli/src/main/resources/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ cli.userName=admin
cli.password=1111_aaaa

# Config for CLI Controller REST/GRPC endpoints.
cli.controllerRestUri=http://localhost:9091
cli.controllerRestUri=http://localhost:10080
cli.controllerGrpcUri=tcp://localhost:9090
cli.metadataBackend=segmentstore

# General configuration for the Pravega cluster at hand.
pravegaservice.clusterName=pravega-cluster
pravegaservice.clusterName=pravega
pravegaservice.containerCount=4

# Config for Zookeeper service.
pravegaservice.zkURL=localhost:2181

# Config for Bookkeeper commands.
bookkeeper.bkLedgerPath=/pravega/pravega-cluster/bookkeeper/ledgers
bookkeeper.bkLedgerPath=/pravega/pravega/bookkeeper/ledgers

0 comments on commit 9fb25e8

Please sign in to comment.