This is an automated email from the ASF dual-hosted git repository. elserj pushed a commit to branch 0.2 in repository https://gitbox.apache.org/repos/asf/incubator-ratis-thirdparty.git
commit 754f0c730eda3dc5f1b90bed0669ca86d5262747 Author: Josh Elser <[email protected]> AuthorDate: Fri Nov 30 12:04:46 2018 -0500 RATIS-445. Prepare for 0.2.0 --- hadoop/pom.xml | 2 +- misc/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hadoop/pom.xml b/hadoop/pom.xml index a9b42a0..38bffe1 100644 --- a/hadoop/pom.xml +++ b/hadoop/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.ratis</groupId> <artifactId>ratis-thirdparty</artifactId> - <version>0.2.0-SNAPSHOT</version> + <version>0.2.0</version> </parent> <artifactId>ratis-thirdparty-hadoop</artifactId> <name>Apache Ratis Thirdparty Hadoop</name> diff --git a/misc/pom.xml b/misc/pom.xml index e1b01e2..cf1e7be 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.2.0-SNAPSHOT</version> + <version>0.2.0</version> </parent> <artifactId>ratis-thirdparty-misc</artifactId> <name>Apache Ratis Thirdparty Miscellaneous</name> diff --git a/pom.xml b/pom.xml index 10cf500..3a4a563 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ </parent> <artifactId>ratis-thirdparty</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.2.0-SNAPSHOT</version> + <version>0.2.0</version> <name>Apache Ratis Thirdparty</name> <packaging>pom</packaging> <description>Thirdparty dependencies for Apache Ratis</description>
