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-rabbitmq.git
The following commit(s) were added to refs/heads/main by this push:
new a742d30 [hotfix] Set correct `japicmp.referenceVersion`
a742d30 is described below
commit a742d30102c4564c7026bbed20105a2073473e78
Author: Martijn Visser <[email protected]>
AuthorDate: Tue Apr 4 11:56:24 2023 +0200
[hotfix] Set correct `japicmp.referenceVersion`
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7a3e1c9..fbeb3a7 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>3.0.0</japicmp.referenceVersion>
+ <japicmp.referenceVersion>3.0.0-1.16</japicmp.referenceVersion>
<slf4j.version>1.7.36</slf4j.version>
<log4j.version>2.17.2</log4j.version>