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-pulsar.git
The following commit(s) were added to refs/heads/main by this push:
new 4387701 [FLINK-31725] Synchronize dependency versions between Flink
and flink-connector-pulsar. This closes #41
4387701 is described below
commit 438770156ff21971297cb57487768a4be9425095
Author: MartijnVisser <[email protected]>
AuthorDate: Tue Apr 4 13:26:46 2023 +0200
[FLINK-31725] Synchronize dependency versions between Flink and
flink-connector-pulsar. This closes #41
* [FLINK-31725][Connector/Pulsar] Update to Flink 1.17.0 instead of Flink
1.17 SNAPSHOT
* [FLINK-31725][Connector/Pulsar] Set `japicmp.referenceVersion` to the
latest released version of the Pulsar connector, which is 3.0.0-1.16
* [FLINK-31725][Connector/Pulsar] Set correct groupId for
`flink-connector-parent`
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7b918c3..75c3083 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,9 +24,9 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>io.github.zentol.flink</groupId>
+ <groupId>org.apache.flink</groupId>
<artifactId>flink-connector-parent</artifactId>
- <version>1.0</version>
+ <version>1.0.0</version>
</parent>
<groupId>org.apache.flink</groupId>
@@ -51,7 +51,7 @@ under the License.
</modules>
<properties>
- <flink.version>1.17-SNAPSHOT</flink.version>
+ <flink.version>1.17.0</flink.version>
<pulsar.version>2.11.0</pulsar.version>
<bouncycastle.version>1.69</bouncycastle.version>
@@ -63,7 +63,7 @@ under the License.
<testcontainers.version>1.17.6</testcontainers.version>
<japicmp.skip>false</japicmp.skip>
- <japicmp.referenceVersion>1.16.0</japicmp.referenceVersion>
+ <japicmp.referenceVersion>3.0.0-1.16</japicmp.referenceVersion>
<protobuf.version>3.21.9</protobuf.version>
<slf4j.version>1.7.36</slf4j.version>