Skip to content

Commit 463dae7

Browse files
authored
chore: Remove mentions of Public Preview (#176)
Remove mentions of Public Preview from Maven publishes & workflows for GitHub draft/release
1 parent 931e24f commit 463dae7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release_draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: ncipollo/release-action@v1
5656
with:
5757
draft: true
58-
name: "AWS JDBC Driver for MySQL Public Preview - v${{ env.RELEASE_VERSION }}"
58+
name: "AWS JDBC Driver for MySQL - v${{ env.RELEASE_VERSION }}"
5959
bodyFile: RELEASE_DETAILS.md
6060
artifacts: build/libs/*
6161
token: ${{ secrets.GITHUB_TOKEN }}

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ publishing {
294294

295295
pom {
296296
name.set("Amazon Web Services (AWS) JDBC Driver for MySQL")
297-
description.set("Public preview of the Amazon Web Services (AWS) JDBC Driver for MySQL.")
297+
description.set("Amazon Web Services (AWS) JDBC Driver for MySQL.")
298298
url.set("https://github.com/awslabs/aws-mysql-jdbc")
299299

300300
licenses {

0 commit comments

Comments
 (0)