Skip to content

Commit

Permalink
Upgrade to Flink 1.19.0, bump version to 2.5.2_1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qinjunjerry committed May 22, 2024
1 parent bd8ea3d commit 35c4da0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,3 +273,12 @@ A couple of other sub-projects mainly serve as helper utilities providing common
- [`common`](common) offers generic helper classes and all entities used throughout the whole project.
- [`source-github`](source-github) contains implementations of sources interacting with the Github API.
- [`source-mbox`](source-mbox) contains a source implementation that uses [Apache James Mime4J](https://james.apache.org/mime4j/) to parse mbox archives.

## How to create a new release

- Update the version info in [`build.gradle`](build.gradle)
- Create a PR to master branch
- Once the PR is merged, create a release tag (e.g., `release-2.5.2_1.19.0`, see [`release.yaml`](.github/workflows/release.yaml))
and push the tag to the master branch to trigger the release creation. Note that here we disabled the workflow
[`publish.yaml`](.github/workflows/publish.yaml). Otherwise, the action `gradlew publish` in both workflows conflict
with each other.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ext {

allprojects {
group = 'com.ververica.platform'
version = "2.5.1_${flinkVersion}"
version = "2.5.2_${flinkVersion}"
description = """Ververica Platform Lab - Flink Repository Analytics"""
}

Expand Down

0 comments on commit 35c4da0

Please sign in to comment.