ferhui commented on a change in pull request #1777: URL: https://github.com/apache/ozone/pull/1777#discussion_r555591772
########## File path: pom.xml ########## @@ -72,8 +72,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <hadoop.version>3.2.1</hadoop.version> <!-- version for hdds/ozone components --> - <hdds.version>${ozone.version}</hdds.version> - <ozone.version>1.1.0-SNAPSHOT</ozone.version> + <hdds.version>${project.version}</hdds.version> + <ozone.version>${project.version}</ozone.version> Review comment: Thanks for comments. I have seen your report on hadoop https://issues.apache.org/jira/browse/HADOOP-15369. But right now when i run following command, it fails. `mvn versions:set -DnewVersion=1.1.0 && mvn versions:commit && mvn clean package -DskipTests -Dmaven.javadoc.skip=true ` I must modify ozone.version manually and then build, Do you have any suggestions? ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
