From 22d9eac48ccce242a409c91a287ea6b33b6a3ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Gracia?= Date: Thu, 7 Nov 2019 17:15:03 +0100 Subject: [PATCH] Issue 78: Prepare for 0.6 release (#79) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated Pravega artifact to 0.6.0 version. Signed-off-by: Raúl Gracia --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f9410b42e..3404f3442 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,5 +10,5 @@ commonsCLIVersion=1.3.1 commonsCSVVersion=1.5 -pravegaVersion=0.6.0-50.fb3423a-SNAPSHOT +pravegaVersion=0.6.0 slf4jSimpleVersion=1.7.14