You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by el...@apache.org on 2021/01/31 11:36:26 UTC

[incubator-ratis] branch master updated: RATIS-1303. Upgrade Ratis Thirdparty to 0.6.0 (#412)

This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new f5890c3  RATIS-1303. Upgrade Ratis Thirdparty to 0.6.0 (#412)
f5890c3 is described below

commit f5890c35599cfd4da9c5a76bf1fba2e186b1138b
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Sun Jan 31 12:36:17 2021 +0100

    RATIS-1303. Upgrade Ratis Thirdparty to 0.6.0 (#412)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9828d3f..db4814e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -223,7 +223,7 @@
     <maven.min.version>3.3.9</maven.min.version>
 
     <!-- Contains all shaded thirdparty dependencies -->
-    <ratis.thirdparty.version>0.6.0-SNAPSHOT</ratis.thirdparty.version>
+    <ratis.thirdparty.version>0.6.0</ratis.thirdparty.version>
 
     <!-- Need these for the protobuf compiler. *MUST* match what is in ratis-thirdparty -->
     <shaded.protobuf.version>3.11.0</shaded.protobuf.version>