Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
Use the Apache Nexus repository to release the staged binary artifacts to the Maven Central repository. In the Staging Repositories section, find the relevant release candidate orgapacheflink-XXX entry and click Release. Drop all other release candidates that are not being released.
Deploy source and binary releases to dist.apache.org
Copy the source and binary releases from the dev repository to the release repository at dist.apache.org using Subversion.
$ svn move -m "Release Flink ${RELEASE_VERSION}" https://dist.apache.org/repos/dist/dev/flink/flink-${RELEASE_VERSION}-rc${RC_NUM} https://dist.apache.org/repos/dist/release/flink/flink-${RELEASE_VERSION}
(Note: Only PMC members have access to the release repository. If you do not have access, ask on the mailing list for assistance.)
Remove old release candidates from dist.apache.org
Remove the old release candidates from https://dist.apache.org/repos/dist/dev/flink using Subversion.
$ svn checkout https://dist.apache.org/repos/dist/dev/flink --depth=immediates $ cd flink $ svn remove flink-${RELEASE_VERSION}-rc* $ svn commit -m "Remove old release candidates for Apache Flink ${RELEASE_VERSION}
Expectations
* Maven artifacts released and indexed in the Maven Central Repository (usually takes about a day to show up)
* Source & binary distributions available in the release repository of https://dist.apache.org/repos/dist/release/flink/
* Dev repository https://dist.apache.org/repos/dist/dev/flink/ is empty
* Website contains links to new release binaries and sources in download page
* (for minor version updates) the front page references the correct new major release version and directs to the correct link
Attachments
Issue Links
- blocks
-
FLINK-32931 Publish the Dockerfiles for the new release
- Resolved