You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/11/08 08:15:57 UTC

[GitHub] zentol closed pull request #7043: [FLINK-10811][hcatalog] Add scala suffix

zentol closed pull request #7043: [FLINK-10811][hcatalog] Add scala suffix
URL: https://github.com/apache/flink/pull/7043
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/flink-connectors/flink-hcatalog/pom.xml b/flink-connectors/flink-hcatalog/pom.xml
index b9a36ce127c..c7bfe2eeb4d 100644
--- a/flink-connectors/flink-hcatalog/pom.xml
+++ b/flink-connectors/flink-hcatalog/pom.xml
@@ -29,7 +29,7 @@ under the License.
 		<relativePath>..</relativePath>
 	</parent>
 
-	<artifactId>flink-hcatalog</artifactId>
+	<artifactId>flink-hcatalog_${scala.binary.version}</artifactId>
 	<name>flink-hcatalog</name>
 
 	<packaging>jar</packaging>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services