This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch v1.0
in repository https://gitbox.apache.org/repos/asf/flink-connector-opensearch.git
The following commit(s) were added to refs/heads/v1.0 by this push:
new 5555489 [hotfix] Use 1.0.0-1.16 baseline for API compatibility checks
5555489 is described below
commit 5555489df7e105200f2f3f4e36dad1864a94f07d
Author: Andriy Redko <[email protected]>
AuthorDate: Tue Apr 11 18:45:35 2023 +0200
[hotfix] Use 1.0.0-1.16 baseline for API compatibility checks
Signed-off-by: Andriy Redko <[email protected]>
(cherry picked from commit 2570a0f04511b819c21573624e7f2b266a516bcd)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fc83e2e..23cd09a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@ under the License.
<mockito.version>2.21.0</mockito.version>
<japicmp.skip>false</japicmp.skip>
- <japicmp.referenceVersion>1.15.0</japicmp.referenceVersion>
+ <japicmp.referenceVersion>1.0.0-1.16</japicmp.referenceVersion>
<slf4j.version>1.7.36</slf4j.version>
<log4j.version>2.17.2</log4j.version>