This is an automated email from the ASF dual-hosted git repository.
dineshc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
The following commit(s) were added to refs/heads/master by this push:
new f8fcc47 HDDS-3848. Add ratis.thirdparty.version in main pom.xml
(#1108)
f8fcc47 is described below
commit f8fcc4760b227308c4a72f06f2e35864e69a1f22
Author: Bharat Viswanadham <[email protected]>
AuthorDate: Mon Jun 22 19:50:28 2020 -0700
HDDS-3848. Add ratis.thirdparty.version in main pom.xml (#1108)
---
hadoop-hdds/interface-client/pom.xml | 2 +-
pom.xml | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/hadoop-hdds/interface-client/pom.xml
b/hadoop-hdds/interface-client/pom.xml
index 1926134..36570d0 100644
--- a/hadoop-hdds/interface-client/pom.xml
+++ b/hadoop-hdds/interface-client/pom.xml
@@ -37,7 +37,7 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<dependency>
<groupId>org.apache.ratis</groupId>
<artifactId>ratis-thirdparty-misc</artifactId>
- <version>0.4.0</version>
+ <version>${ratis.thirdpary.version}</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
diff --git a/pom.xml b/pom.xml
index 7663426..463cfa9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xs
<!-- Apache Ratis version -->
<ratis.version>0.6.0-6ab75ae-SNAPSHOT</ratis.version>
+
+ <!-- Apache Ratis thirdparty version -->
+ <ratis.thirdpary.version>0.4.0</ratis.thirdpary.version>
+
<distMgmtSnapshotsId>apache.snapshots.https</distMgmtSnapshotsId>
<distMgmtSnapshotsName>Apache Development Snapshot
Repository</distMgmtSnapshotsName>
<distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]