Skip to content

Commit

Permalink
remove flink-1.19.0-rc2 resource and flink 1.19 ga
Browse files Browse the repository at this point in the history
  • Loading branch information
wForget committed Mar 11, 2024
1 parent efb3d8a commit c8ee7f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ jobs:
- '1.16'
- '1.17'
- '1.18'
- '1.19'
flink-archive: [ "" ]
comment: [ "normal" ]
include:
Expand All @@ -203,10 +202,6 @@ jobs:
flink: '1.17'
flink-archive: '-Dflink.archive.mirror=https://archive.apache.org/dist/flink/flink-1.18.1 -Dflink.archive.name=flink-1.18.1-bin-scala_2.12.tgz'
comment: 'verify-on-flink-1.18-binary'
- java: 8
flink: '1.17'
flink-archive: '-Dflink.archive.mirror=https://dist.apache.org/repos/dist/dev/flink/flink-1.19.0-rc2 -Dflink.archive.name=flink-1.19.0-bin-scala_2.12.tgz'
comment: 'verify-on-flink-1.19-binary'
steps:
- uses: actions/checkout@v4
- name: Free up disk space
Expand Down
21 changes: 0 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2328,27 +2328,6 @@
</properties>
</profile>

<profile>
<id>flink-1.19</id>
<properties>
<flink.version>1.19.0</flink.version>
<flink.archive.name>flink-1.19.0-bin-scala_2.12.tgz</flink.archive.name>
<flink.archive.mirror>https://dist.apache.org/repos/dist/dev/flink/flink-1.19.0-rc2</flink.archive.mirror>
</properties>
<repositories>
<repository>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>Apache Flink 1.19.0 Staging Repository</id>
<url>https://repository.apache.org/content/repositories/orgapacheflink-1709/</url>
</repository>
</repositories>
</profile>

<profile>
<id>zookeeper-3.6</id>
<properties>
Expand Down

0 comments on commit c8ee7f0

Please sign in to comment.