kerneltime commented on code in PR #4097: URL: https://github.com/apache/ozone/pull/4097#discussion_r1051031713
########## pom.xml: ########## @@ -72,7 +72,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <declared.ozone.version>${ozone.version}</declared.ozone.version> <!-- Apache Ratis version --> - <ratis.version>2.4.2-8b8bdda-SNAPSHOT</ratis.version> + <ratis.version>2.4.2-8b8bdda-20221130.230506-1</ratis.version> Review Comment: Understood. @nishitpatira use `2.4.2-8b8bdda-SNAPSHOT` that are for the same commit hash. The hex code post `2.4.2` is the commit hash. So both are pointing to the same version of the code. ########## pom.xml: ########## @@ -72,7 +72,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <declared.ozone.version>${ozone.version}</declared.ozone.version> <!-- Apache Ratis version --> - <ratis.version>2.4.2-8b8bdda-SNAPSHOT</ratis.version> + <ratis.version>2.4.2-8b8bdda-20221130.230506-1</ratis.version> Review Comment: Understood. @nishitpatira use `2.4.2-8b8bdda-SNAPSHOT` they are for the same commit hash. The hex code post `2.4.2` is the commit hash. So both are pointing to the same version of the code. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
