elek commented on a change in pull request #1351: HDDS-2037. Fix hadoop version 
in pom.ozone.xml.
URL: https://github.com/apache/hadoop/pull/1351#discussion_r318193635
 
 

 ##########
 File path: pom.ozone.xml
 ##########
 @@ -65,7 +65,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xs
 
   <properties>
     <!-- required as child projects with different version can't use 
${project.version} -->
-    <hadoop.version>3.3.0-SNAPSHOT</hadoop.version>
+    <hadoop.version>3.2.0</hadoop.version>
 
 Review comment:
   this line can be even deleted AFAIK. There is no project which has this 
pom.ozone.xml as the parent. Therefore this hadoop.version property is not used 
at all. (but not  a problem to keep it).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to