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/06/26 06:13:02 UTC

[ratis] branch master updated: RATIS-1387. bump to fix 0.7.0 thirdparty (#485)

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/ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new 4bef7f8  RATIS-1387. bump to fix 0.7.0 thirdparty (#485)
4bef7f8 is described below

commit 4bef7f8a4f54acfccabf4e6b8404525db4ef9d82
Author: Elek, Márton <el...@users.noreply.github.com>
AuthorDate: Sat Jun 26 08:12:55 2021 +0200

    RATIS-1387. bump to fix 0.7.0 thirdparty (#485)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 551412e..3bb26ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,7 +206,7 @@
     <maven.min.version>3.3.9</maven.min.version>
 
     <!-- Contains all shaded thirdparty dependencies -->
-    <ratis.thirdparty.version>0.7.0-a398b19-SNAPSHOT</ratis.thirdparty.version>
+    <ratis.thirdparty.version>0.7.0</ratis.thirdparty.version>
 
     <!-- Need these for the protobuf compiler. *MUST* match what is in ratis-thirdparty -->
     <shaded.protobuf.version>3.12.0</shaded.protobuf.version>