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/14 06:59:08 UTC

[ratis-thirdparty] branch master updated (a398b19 -> 0640ff0)

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

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


    from a398b19  RATIS-1355. Upgrade Netty to 4.1.63 (#19)
     add 37d2189   [RELEASE] Update version to 0.7.0
     new 0640ff0  [RELEASE] bumping dependency to 0.8.0-SNAPSHOT

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 misc/pom.xml | 2 +-
 pom.xml      | 2 +-
 test/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

[ratis-thirdparty] 01/01: [RELEASE] bumping dependency to 0.8.0-SNAPSHOT

Posted by el...@apache.org.
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-thirdparty.git

commit 0640ff041c5d202bb588982f8ec269e6d83864b9
Author: Elek Márton <el...@apache.org>
AuthorDate: Mon Jun 14 08:57:38 2021 +0200

    [RELEASE] bumping dependency to 0.8.0-SNAPSHOT
---
 misc/pom.xml | 2 +-
 pom.xml      | 2 +-
 test/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/misc/pom.xml b/misc/pom.xml
index 8b8fc4b..1a9da0a 100644
--- a/misc/pom.xml
+++ b/misc/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.ratis</groupId>
     <artifactId>ratis-thirdparty</artifactId>
-    <version>0.7.0</version>
+    <version>0.8.0-SNAPSHOT</version>
   </parent>
   <artifactId>ratis-thirdparty-misc</artifactId>
   <name>Apache Ratis Thirdparty Miscellaneous</name>
diff --git a/pom.xml b/pom.xml
index 17c0a3d..c6da04e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   </parent>
   <artifactId>ratis-thirdparty</artifactId>
   <groupId>org.apache.ratis</groupId>
-  <version>0.7.0</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Apache Ratis Thirdparty</name>
   <packaging>pom</packaging>
   <description>Thirdparty dependencies for Apache Ratis</description>
diff --git a/test/pom.xml b/test/pom.xml
index 5e4ee79..7b3bf10 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.ratis</groupId>
     <artifactId>ratis-thirdparty</artifactId>
-    <version>0.7.0</version>
+    <version>0.8.0-SNAPSHOT</version>
   </parent>
   <artifactId>ratis-thirdparty-test</artifactId>
   <name>Apache Ratis Thirdparty Test</name>