You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Qingsheng Ren (Jira)" <ji...@apache.org> on 2024/01/16 08:52:00 UTC

[jira] [Resolved] (FLINK-33840) Deploy artifacts to Maven Central Repository (need PMC role)

     [ https://issues.apache.org/jira/browse/FLINK-33840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Qingsheng Ren resolved FLINK-33840.
-----------------------------------
    Fix Version/s: 1.18.1
       Resolution: Done

> Deploy artifacts to Maven Central Repository (need PMC role)
> ------------------------------------------------------------
>
>                 Key: FLINK-33840
>                 URL: https://issues.apache.org/jira/browse/FLINK-33840
>             Project: Flink
>          Issue Type: Sub-task
>            Reporter: Jing Ge
>            Assignee: Qingsheng Ren
>            Priority: Major
>             Fix For: 1.18.1
>
>
> Use the [Apache Nexus repository|https://repository.apache.org/] 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.
> h3. 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|http://dist.apache.org/] using Subversion.
> {code:java}
> $ 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}
> {code}
> (Note: Only PMC members have access to the release repository. If you do not have access, ask on the mailing list for assistance.)
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)