You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by bh...@apache.org on 2020/06/28 04:20:38 UTC

[hadoop-ozone] branch master updated: HDDS-3884. Fix typo in pom.xml. (#1138)

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

bharat 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 04f8e6a  HDDS-3884. Fix typo in pom.xml. (#1138)
04f8e6a is described below

commit 04f8e6a7cb48fec22990dc37bb33bf5daefde5fa
Author: Bharat Viswanadham <bh...@apache.org>
AuthorDate: Sat Jun 27 21:20:26 2020 -0700

    HDDS-3884. Fix typo in pom.xml. (#1138)
---
 hadoop-hdds/interface-client/pom.xml | 2 +-
 pom.xml                              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hadoop-hdds/interface-client/pom.xml b/hadoop-hdds/interface-client/pom.xml
index 36570d0..fab8544 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>${ratis.thirdpary.version}</version>
+      <version>${ratis.thirdparty.version}</version>
     </dependency>
     <dependency>
       <groupId>javax.annotation</groupId>
diff --git a/pom.xml b/pom.xml
index 463cfa9..40f2f58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
     <ratis.version>0.6.0-6ab75ae-SNAPSHOT</ratis.version>
 
     <!-- Apache Ratis thirdparty version -->
-    <ratis.thirdpary.version>0.4.0</ratis.thirdpary.version>
+    <ratis.thirdparty.version>0.4.0</ratis.thirdparty.version>
 
     <distMgmtSnapshotsId>apache.snapshots.https</distMgmtSnapshotsId>
     <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName>


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org