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

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

commit 62d42793281a076c167111c11b6230dca88aa615
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-examples-streaming-gcp-pubsub/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-examples-streaming-gcp-pubsub/pom.xml 
b/flink-examples-streaming-gcp-pubsub/pom.xml
index 5659dcb..6378010 100644
--- a/flink-examples-streaming-gcp-pubsub/pom.xml
+++ b/flink-examples-streaming-gcp-pubsub/pom.xml
@@ -29,7 +29,7 @@ under the License.
        </parent>
 
        
<artifactId>flink-examples-streaming-gcp-pubsub_${scala.binary.version}</artifactId>
-       <name>flink-examples-streaming-gcp-pubsub</name>
+       <name>Flink : Examples : Build Helper : Streaming Google PubSub</name>
        <packaging>jar</packaging>
 
        <dependencies>

Reply via email to