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 942a61642f3507e14ad162c85050c077d288adb7 Author: Chesnay Schepler <[email protected]> AuthorDate: Wed Apr 20 13:55:43 2022 +0200 [FLINK-24721][build] Remove unnecessary relativePath to parent --- flink-examples-streaming-gcp-pubsub/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/flink-examples-streaming-gcp-pubsub/pom.xml b/flink-examples-streaming-gcp-pubsub/pom.xml index ae32196..b22c935 100644 --- a/flink-examples-streaming-gcp-pubsub/pom.xml +++ b/flink-examples-streaming-gcp-pubsub/pom.xml @@ -25,7 +25,6 @@ under the License. <artifactId>flink-examples-build-helper</artifactId> <groupId>org.apache.flink</groupId> <version>1.16-SNAPSHOT</version> - <relativePath>..</relativePath> </parent> <artifactId>flink-examples-streaming-gcp-pubsub_${scala.binary.version}</artifactId>
