Hi Yuepeng,

I executed the source releases.

Just for the sake of completeness, the source release action only requires a
PMC to execute (per version):

PROJECT=${PROJECT} \
VERSION=${NEW_VERSION} \
RC_NUM=${RC_NUM} \
./tools/releasing/shared/release_source_release.sh

Which only requires that 3 env var to be set, and of course the releasing utils
submodule to be set up in any connector repo.

So no actual building is required,
this just moves the already built source artifacts from the "dev" SVN repo to
"release".

Thanks for driving the release!

Best,
Ferenc




On Wednesday, July 22nd, 2026 at 03:31, Yuepeng Pan <[email protected]> 
wrote:

> Hi, dev.
> 
> The release vote for flink-connector-jdbc has passed [1][2].
> Thanks to all contributors for their work and to everyone who voted and
> verified the artifacts.
> 
> However, due to permission constraints,
> we currently require a PMC member to perform
> the final steps [3](included)~[4](included) about artifacts[5][6].
> Once these steps are completed, we'll proceed with the remaining release
> process.
> 
> FYI, Below are some environment setup notes when building the artifacts for
> flink-connector-jdbc 3.4.0 / 4.1.0.
> 
> -- For 3.4.0
> 
> git config --global user.signingkey A5F94E4A
> eval $(gpg-agent --daemon --no-grab --write-env-file $HOME/.gpg-agent-info)
> export GPG_TTY=$(tty)
> export GPG_AGENT_INFO
> export NEW_VERSION=3.4.0
> export TARGET_JAVA_VERSION=8
> export RC_NUM=4
> export PROJECT=flink-connector-jdbc
> export REMOTE=origin
> export MAVEN_SKIP_RC=false
> export MAVEN_OPTS=""
> export MAVEN_CONFIG=""
> export MAVEN_DEBUG_OPTS=""
> 
> 
> -- For 4.1.0
> git config --global user.signingkey A5F94E4A
> eval $(gpg-agent --daemon --no-grab --write-env-file $HOME/.gpg-agent-info)
> export GPG_TTY=$(tty)
> export GPG_AGENT_INFO
> export NEW_VERSION=4.1.0
> export TARGET_JAVA_VERSION=11
> export RC_NUM=4
> export PROJECT=flink-connector-jdbc
> export REMOTE=origin
> export MAVEN_SKIP_RC=false
> export MAVEN_OPTS=""
> export MAVEN_CONFIG=""
> export MAVEN_DEBUG_OPTS=""
> 
> 
> [1] https://lists.apache.org/thread/nsrvk3bgkrdlrm7mvwwvslj9b31jzt88
> [2] https://lists.apache.org/thread/r7621w5m33t87f4r75fm1r1g0brxq4r0
> [3]
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=235835365#Creatingaflinkconnectorrelease-Deploysourceandbinaryreleasestodist.apache.org
> [4]
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=235835365#Creatingaflinkconnectorrelease-MarktheversionasreleasedinJIRA
> [5]
> https://dist.apache.org/repos/dist/dev/flink/flink-connector-jdbc-3.4.0-rc4/
> [6]
> https://dist.apache.org/repos/dist/dev/flink/flink-connector-jdbc-4.1.0-rc4/
> 
> 
> I'd appreciate it with your confirmation.
> 
> 
> Best regards,
> Yuepeng Pan.
>

Reply via email to