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

chesnay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-hbase.git

commit 13e1d0297581b82baa1724aea59196847ca75974
Author: Niels Basjes <ni...@basjes.nl>
AuthorDate: Wed Jul 22 11:26:03 2020 +0200

    [FLINK-18607][build] Give the maven module a human readable name
    
    This closes #12907
---
 flink-connector-hbase-e2e-tests/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flink-connector-hbase-e2e-tests/pom.xml 
b/flink-connector-hbase-e2e-tests/pom.xml
index 1081c4d..c280259 100644
--- a/flink-connector-hbase-e2e-tests/pom.xml
+++ b/flink-connector-hbase-e2e-tests/pom.xml
@@ -28,6 +28,7 @@ under the License.
        <modelVersion>4.0.0</modelVersion>
 
        <artifactId>flink-end-to-end-tests-hbase</artifactId>
+       <name>Flink : E2E Tests : HBase</name>
 
        <dependencies>
                <dependency>

Reply via email to