You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by ae...@apache.org on 2019/10/16 22:49:53 UTC

[hadoop-ozone] branch master updated: HDDS-2302. Manage common pom versions in one common place.

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

aengineer 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 85ba643  HDDS-2302. Manage common pom versions in one common place.
85ba643 is described below

commit 85ba643990f10bbb5da3a8ed7c735d79f7c2a989
Author: Márton Elek <el...@apache.org>
AuthorDate: Mon Oct 14 15:46:06 2019 +0200

    HDDS-2302. Manage common pom versions in one common place.
    
    Signed-off-by: Anu Engineer <ae...@apache.org>
---
 hadoop-hdds/pom.xml                           |  8 --------
 hadoop-ozone/dev-support/checks/acceptance.sh |  2 +-
 hadoop-ozone/pom.xml                          |  8 --------
 pom.xml                                       | 15 ++++++++++++---
 4 files changed, 13 insertions(+), 20 deletions(-)

diff --git a/hadoop-hdds/pom.xml b/hadoop-hdds/pom.xml
index d79f9b6..9cd5db3 100644
--- a/hadoop-hdds/pom.xml
+++ b/hadoop-hdds/pom.xml
@@ -41,14 +41,6 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
   </modules>
 
   <properties>
-    <!-- version for hdds/ozone components -->
-    <hdds.version>0.5.0-SNAPSHOT</hdds.version>
-
-    <!-- Apache Ratis version -->
-    <ratis.version>0.5.0-3f446aa-SNAPSHOT</ratis.version>
-
-    <bouncycastle.version>1.60</bouncycastle.version>
-
     <protobuf-maven-plugin.version>0.5.1</protobuf-maven-plugin.version>
     <os-maven-plugin.version>1.5.0.Final</os-maven-plugin.version>
 
diff --git a/hadoop-ozone/dev-support/checks/acceptance.sh b/hadoop-ozone/dev-support/checks/acceptance.sh
index ee03c58..c3c1aa0 100755
--- a/hadoop-ozone/dev-support/checks/acceptance.sh
+++ b/hadoop-ozone/dev-support/checks/acceptance.sh
@@ -19,7 +19,7 @@ cd "$DIR/../../.." || exit 1
 REPORT_DIR=${OUTPUT_DIR:-"$DIR/../../../target/acceptance"}
 mkdir -p "$REPORT_DIR"
 
-OZONE_VERSION=$(grep "<ozone.version>" "$DIR/../../pom.xml" | sed 's/<[^>]*>//g'|  sed 's/^[ \t]*//')
+OZONE_VERSION=$(grep "<ozone.version>" "pom.xml" | sed 's/<[^>]*>//g'|  sed 's/^[ \t]*//')
 DIST_DIR="$DIR/../../dist/target/ozone-$OZONE_VERSION"
 
 if [ ! -d "$DIST_DIR" ]; then
diff --git a/hadoop-ozone/pom.xml b/hadoop-ozone/pom.xml
index b1c3f91..6d8b465 100644
--- a/hadoop-ozone/pom.xml
+++ b/hadoop-ozone/pom.xml
@@ -25,14 +25,6 @@
   <packaging>pom</packaging>
 
   <properties>
-    <hdds.version>0.5.0-SNAPSHOT</hdds.version>
-    <ozone.version>0.5.0-SNAPSHOT</ozone.version>
-    <ratis.version>0.5.0-3f446aa-SNAPSHOT</ratis.version>
-    <bouncycastle.version>1.60</bouncycastle.version>
-    <ozone.release>Crater Lake</ozone.release>
-    <declared.ozone.version>${ozone.version}</declared.ozone.version>
-    <maven-surefire-plugin.version>3.0.0-M1</maven-surefire-plugin.version>
-    <guice.version>4.0</guice.version>
     <docker.image>apache/ozone:${project.version}</docker.image>
   </properties>
   <modules>
diff --git a/pom.xml b/pom.xml
index 82b2e40..2e5ccb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,6 +71,15 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
   <properties>
     <hadoop.version>3.2.0</hadoop.version>
 
+    <!-- version for hdds/ozone components -->
+    <hdds.version>${ozone.version}</hdds.version>
+    <ozone.version>0.5.0-SNAPSHOT</ozone.version>
+    <ozone.release>Crater Lake</ozone.release>
+    <declared.ozone.version>${ozone.version}</declared.ozone.version>
+
+    <!-- Apache Ratis version -->
+    <ratis.version>0.5.0-3f446aa-SNAPSHOT</ratis.version>
+
     <distMgmtSnapshotsId>apache.snapshots.https</distMgmtSnapshotsId>
     <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName>
     <distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl>
@@ -117,6 +126,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
     <!-- avro version -->
     <avro.version>1.7.7</avro.version>
 
+    <bouncycastle.version>1.60</bouncycastle.version>
+
     <!-- jersey version -->
     <jersey.version>1.19</jersey.version>
 
@@ -155,8 +166,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
     <apacheds.version>2.0.0-M21</apacheds.version>
     <ldap-api.version>1.0.0-M33</ldap-api.version>
 
-    <!-- Apache Ratis version -->
-    <ratis.version>0.5.0-3f446aa-SNAPSHOT</ratis.version>
     <jcache.version>1.0-alpha-1</jcache.version>
     <ehcache.version>3.3.1</ehcache.version>
     <hikari.version>2.4.12</hikari.version>
@@ -182,7 +191,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
 
     <!-- Plugin versions and config -->
     <maven-surefire-plugin.argLine>-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine>
-    <maven-surefire-plugin.version>2.21.0</maven-surefire-plugin.version>
+    <maven-surefire-plugin.version>3.0.0-M1</maven-surefire-plugin.version>
     <maven-surefire-report-plugin.version>${maven-surefire-plugin.version}</maven-surefire-report-plugin.version>
     <maven-failsafe-plugin.version>${maven-surefire-plugin.version}</maven-failsafe-plugin.version>
 


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