Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-31562 Finalize release 1.17.0
  3. FLINK-31564

Deploy artifacts to Maven Central Repository

    XMLWordPrintableJSON

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

      Attachments

        Issue Links

          Activity

            People

              renqs Qingsheng Ren
              mapohl Matthias Pohl
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: