Skip to content

Commit

Permalink
[Feature-3078][*] Release Dinky v1.0.0-rc4 (#3079)
Browse files Browse the repository at this point in the history
Co-authored-by: wenmo <[email protected]>
  • Loading branch information
aiwenmo and aiwenmo committed Jan 28, 2024
1 parent cb971f1 commit c3ea384
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dinky-flink/dinky-flink-1.15/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<commons.version>1.3.1</commons.version>
<flink.guava.version>15.0</flink.guava.version>
<flink.version>1.15.4</flink.version>
<flinkcdc.version>3.0.0</flinkcdc.version>
<flinkcdc.version>3.0.1</flinkcdc.version>
<junit.version>4.12</junit.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion dinky-flink/dinky-flink-1.16/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<commons.version>1.3.1</commons.version>
<flink.guava.version>16.0</flink.guava.version>
<flink.version>1.16.3</flink.version>
<flinkcdc.version>3.0.0</flinkcdc.version>
<flinkcdc.version>3.0.1</flinkcdc.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion dinky-flink/dinky-flink-1.17/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<commons.version>1.3.1</commons.version>
<flink.shaded.version>16.1</flink.shaded.version>
<flink.version>1.17.2</flink.version>
<flinkcdc.version>3.0.0</flinkcdc.version>
<flinkcdc.version>3.0.1</flinkcdc.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion dinky-flink/dinky-flink-1.18/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<commons.version>1.3.1</commons.version>
<flink.shaded.version>17.0</flink.shaded.version>
<flink.version>1.18.0</flink.version>
<flinkcdc.version>3.0.0</flinkcdc.version>
<flinkcdc.version>3.0.1</flinkcdc.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<protobuf-java.version>2.5.0</protobuf-java.version>
<reflections.version>0.10.2</reflections.version>
<revision>1.0.0-rc3</revision>
<revision>1.0.0-rc4</revision>
<sa-token.version>1.37.0</sa-token.version>
<scala.binary.version>2.12</scala.binary.version>
<scala.version>2.12.10</scala.version>
Expand Down

0 comments on commit c3ea384

Please sign in to comment.