This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch v3.0 in repository https://gitbox.apache.org/repos/asf/flink-connector-gcp-pubsub.git
commit 68b0a580cf7caea6fd0be207a9f62c0b0a404282 Author: Martijn Visser <[email protected]> AuthorDate: Tue Apr 4 16:18:08 2023 +0200 [hotfix] Set japicmp to latest released version for this connector (cherry picked from commit 61f76b42fdabf097ad1f07573caea134b22d0337) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f91c1d3..5390971 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ under the License. <hamcrest.version>1.3</hamcrest.version> <japicmp.skip>false</japicmp.skip> - <japicmp.referenceVersion>1.16.0</japicmp.referenceVersion> + <japicmp.referenceVersion>3.0.0-1.16.0</japicmp.referenceVersion> <slf4j.version>1.7.36</slf4j.version> <log4j.version>2.17.2</log4j.version>
