virajjasani commented on a change in pull request #1143:
URL: https://github.com/apache/phoenix/pull/1143#discussion_r576753174
##########
File path: pom.xml
##########
@@ -86,12 +87,13 @@
<hbase.suffix>hbase-${hbase.profile}</hbase.suffix>
<!-- This is used by the release script only -->
- <hbase.profile.list>2.1 2.2 2.3 2.4</hbase.profile.list>
+ <hbase.profile.list>2.1 2.2 2.3 2.4 2.4.1</hbase.profile.list>
Review comment:
> The patclevel-less profiles always point to the latest supported HBase
compatibility module and HBase patch release (i.e. profile 2.4 uses HBase
2.4.1, and profile 2.4.0 uses HBase 2.4.0)
I think this sounds better. And this is needed only for incompatible patch
release, otherwise for compatible patch release we would just bump up
`hbase.version` on pom.xml directly.
----------------------------------------------------------------
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]