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 485b7ff097f HBASE-29016 Refactor assembly creation to use only 
DependencySets and move cached classpath creation to a new module (addendum: 
rename artifact to be consistent with module name)
485b7ff097f is described below

commit 485b7ff097f0c1e0ba5658a02cded1d24887b559
Author: Istvan Toth <[email protected]>
AuthorDate: Tue Dec 10 14:07:04 2024 +0100

    HBASE-29016 Refactor assembly creation to use only DependencySets and move 
cached classpath creation to a new module (addendum: rename artifact to be 
consistent with module name)
---
 hbase-dev-generate-classpath/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-dev-generate-classpath/pom.xml 
b/hbase-dev-generate-classpath/pom.xml
index d37314db8bf..e09ee1cd6f1 100644
--- a/hbase-dev-generate-classpath/pom.xml
+++ b/hbase-dev-generate-classpath/pom.xml
@@ -26,7 +26,7 @@
     <version>${revision}</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
-  <artifactId>hbase-generate-dev-classpath</artifactId>
+  <artifactId>hbase-dev-generate-classpath</artifactId>
   <packaging>pom</packaging>
   <name>Apache HBase - Generate Dev Classpath</name>
   <description>Module that generates a local classpath for running HBase from 
the source directory.</description>

Reply via email to