ndimiduk opened a new pull request #1309: HBASE-24013 Bump branch-2 version to 2.4.0-SNAPSHOT URL: https://github.com/apache/hbase/pull/1309 Increment version in poms with ``` $ mvn org.codehaus.mojo:versions-maven-plugin:2.7:set -DnewVersion=2.4.0-SNAPSHOT -DgenerateBackupPoms=false ``` Verified no dangling references with ``` $ find . -iname '*pom.xml' -exec grep -n '2.3.0-SNAPSHOT' {} + ``` Verified build with ``` $ JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home mvn clean package -DskipTests $ JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home mvn clean package -DskipTests -Dhadoop.profile=3.0 ```
---------------------------------------------------------------- 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
