Skip to content

Commit

Permalink
Issue 36: Prepare for release 0.1 (#51)
Browse files Browse the repository at this point in the history
Updated Pravega artifact versions to 0.8.0.

Signed-off-by: Raúl Gracia <raul.gracia@emc.com>
  • Loading branch information
RaulGracia authored Sep 30, 2020
1 parent 75a3428 commit 007cfb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion driver-pravega/deploy/vars.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
pravegaVersion: "0.7.1"
pravegaVersion: "0.8.0"
zookeeperVersion: "3.5.5"
bookkeeperVersion: "4.9.2"
prometheusVersion: "2.2.1"
Expand Down
6 changes: 3 additions & 3 deletions driver-pravega/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
<artifactId>driver-pravega</artifactId>

<properties>
<!--Specify pravegaVersion in properties or use default: 0.7.1-->
<!--Specify pravegaVersion in properties or use default: 0.8.0-->
<!--Provide Pravega version for build: mvn clean install "-DpravegaVersion=0.8.0-2508.30406cf-SNAPSHOT" -DskipTests=true -Dlicense.skip=true-->
<pravegaVersion>0.7.1</pravegaVersion>
<pravegaVersion>0.8.0</pravegaVersion>
</properties>

<repositories>
Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>io.pravega</groupId>
<artifactId>pravega-keycloak-client</artifactId>
<version>0.6.1</version>
<version>0.8.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 007cfb2

Please sign in to comment.