This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-3 by this push:
new 652289cd84b HBASE-29820 Bump the syntax of velocity template to align
with velocity 2.x syntax (addendum: also update bundled_hbase-bootstrap) (#7641)
652289cd84b is described below
commit 652289cd84bff88d53c9aa644de06895741554bb
Author: Aman Poonia <[email protected]>
AuthorDate: Tue Jan 20 12:09:44 2026 +0530
HBASE-29820 Bump the syntax of velocity template to align with velocity 2.x
syntax (addendum: also update bundled_hbase-bootstrap) (#7641)
Signed-off-by: Istvan Toth <[email protected]>
(cherry picked from commit 2741727d74e6290ec6516a542bbd02c6892aa630)
---
hbase-http/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml
index 8baea0942ca..b225e9224e1 100644
--- a/hbase-http/pom.xml
+++ b/hbase-http/pom.xml
@@ -271,7 +271,7 @@
<bundled_jquery>${license.bundles.jquery}</bundled_jquery>
<bundled_vega>${license.bundles.vega}</bundled_vega>
<bundled_logo>${license.bundles.logo}</bundled_logo>
-
<bundled_hbase-bootstrap>${license.bundles.bootstrap}</bundled_hbase-bootstrap>
+
<bundled_bootstrap>${license.bundles.bootstrap}</bundled_bootstrap>
</properties>
<resourceBundles>
<resourceBundle>${project.groupId}:hbase-resource-bundle:${project.version}</resourceBundle>