This is an automated email from the ASF dual-hosted git repository.
msingh pushed a commit to branch 0.3
in repository https://gitbox.apache.org/repos/asf/incubator-ratis-thirdparty.git
The following commit(s) were added to refs/heads/0.3 by this push:
new b49a8f7 RATIS-737. Prepare for 0.3.0 release.
b49a8f7 is described below
commit b49a8f78ecd23dc45e3eab0b858085d0bb91cec0
Author: Mukul Kumar Singh <[email protected]>
AuthorDate: Wed Oct 30 17:03:28 2019 +0530
RATIS-737. Prepare for 0.3.0 release.
---
hadoop/pom.xml | 2 +-
misc/pom.xml | 2 +-
pom.xml | 2 +-
test/pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/hadoop/pom.xml b/hadoop/pom.xml
index 1c1e220..43bbae7 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.3.0-SNAPSHOT</version>
+ <version>0.3.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 c43eda9..f70efad 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.3.0-SNAPSHOT</version>
+ <version>0.3.0</version>
</parent>
<artifactId>ratis-thirdparty-misc</artifactId>
<name>Apache Ratis Thirdparty Miscellaneous</name>
diff --git a/pom.xml b/pom.xml
index d19bcb1..723dd21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
</parent>
<artifactId>ratis-thirdparty</artifactId>
<groupId>org.apache.ratis</groupId>
- <version>0.3.0-SNAPSHOT</version>
+ <version>0.3.0</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 a60e5c4..b5d6105 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.3.0-SNAPSHOT</version>
+ <version>0.3.0</version>
</parent>
<groupId>org.apache.ratis</groupId>
<artifactId>ratis-thirdparty-test</artifactId>