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 <[email protected]> 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>
