This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 2741727d74e HBASE-29820 Bump the syntax of velocity template to align 
with velocity 2.x syntax (addendum: also update bundled_hbase-bootstrap) (#7641)
2741727d74e is described below

commit 2741727d74e6290ec6516a542bbd02c6892aa630
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]>
---
 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>

Reply via email to