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-opensearch.git


The following commit(s) were added to refs/heads/main by this push:
     new 2570a0f  [hotfix] Use 1.0.0-1.16 baseline for API compatibility checks
2570a0f is described below

commit 2570a0f04511b819c21573624e7f2b266a516bcd
Author: Andriy Redko <[email protected]>
AuthorDate: Tue Apr 11 12:45:35 2023 -0400

    [hotfix] Use 1.0.0-1.16 baseline for API compatibility checks
    
    Signed-off-by: Andriy Redko <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 342a61c..8fafdba 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.17.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>

Reply via email to