Skip to content

Commit

Permalink
[FLINK-31725] Synchronize dependency versions between Flink and flink…
Browse files Browse the repository at this point in the history
…-connector-pulsar. This closes apache#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`
  • Loading branch information
MartijnVisser authored Apr 4, 2023
1 parent 104bdc3 commit 4387701
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

Expand All @@ -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>
Expand Down

0 comments on commit 4387701

Please sign in to comment.