From 8130c4bd24f6ecf19cf5e280e5cd52f14909ea3a Mon Sep 17 00:00:00 2001 From: jchrys Date: Sat, 6 Apr 2024 21:13:26 +0900 Subject: [PATCH 1/2] Remove Unnecessary Stage-Release Step Motivation: `Prepare Internal Dependencies` is unnecessary Modification: Remove unnecessary step Result: Clean up --- .github/workflows/cd-release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/cd-release.yml b/.github/workflows/cd-release.yml index d24aa742c..83a436a7d 100644 --- a/.github/workflows/cd-release.yml +++ b/.github/workflows/cd-release.yml @@ -130,9 +130,6 @@ jobs: cat <(echo -e "${{ secrets.GPG_PRIVATE_KEY }}") | gpg --batch --import ./mvnw -B -ntp -am -pl r2dbc-mysql clean javadoc:jar package gpg:sign org.sonatype.plugins:nexus-staging-maven-plugin:deploy -DnexusUrl=https://s01.oss.sonatype.org -DserverId=ossrh-staging -DaltStagingDirectory=/home/runner/local-staging -DskipRemoteStaging=true -DskipTests=true -Dcheckstyle.skip -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" -Dgpg.keyname="${{ secrets.GPG_KEY_NAME }}" - - name: Prepare Internal Dependencies - run: ./mvnw -B -ntp -pl build-tools clean install -DskipTests -Dcheckstyle.skip - - name: Deploy Local Staged Artifacts working-directory: ./prepare-workspace/ run: ./mvnw -B -ntp -pl r2dbc-mysql --file pom.xml org.sonatype.plugins:nexus-staging-maven-plugin:deploy-staged -DnexusUrl=https://s01.oss.sonatype.org -DserverId=ossrh-staging -DaltStagingDirectory=/home/runner/local-staging -DskipStagingRepositoryClose=true -Dcheckstyle.skip From a10b04bbeda42696500f351464ad01ced0eabd2b Mon Sep 17 00:00:00 2001 From: jchrys Date: Sat, 6 Apr 2024 21:44:45 +0900 Subject: [PATCH 2/2] [maven-release-plugin] prepare release r2dbc-mysql-1.1.3 --- r2dbc-mysql/pom.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/r2dbc-mysql/pom.xml b/r2dbc-mysql/pom.xml index e126c48d6..7c23bd139 100644 --- a/r2dbc-mysql/pom.xml +++ b/r2dbc-mysql/pom.xml @@ -14,14 +14,12 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 io.asyncer r2dbc-mysql - 1.1.3-SNAPSHOT + 1.1.3 Reactive Relational Database Connectivity - MySQL https://github.com/asyncer-io/r2dbc-mysql @@ -63,7 +61,7 @@ scm:git:git://github.com/asyncer-io/r2dbc-mysql.git scm:git:ssh://git@github.com/asyncer-io/r2dbc-mysql.git https://github.com/asyncer-io/r2dbc-mysql - HEAD + r2dbc-mysql-1.1.3