From e1b035a87c29138ca976a30fe466581cb9c96a4b Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 18 Apr 2023 05:42:40 +0000 Subject: [PATCH] [Gradle Release Plugin] - pre tag commit: 'v0.3.1'. --- examples/medical-center/Ballerina.toml | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/medical-center/Ballerina.toml b/examples/medical-center/Ballerina.toml index 9a10f858..5aaca039 100644 --- a/examples/medical-center/Ballerina.toml +++ b/examples/medical-center/Ballerina.toml @@ -17,4 +17,4 @@ repository = "local" groupId = "io.ballerina.persist" artifactId = "persist-native" version = "0.3.1" -path = "../../native/build/libs/persist-native-0.3.1-SNAPSHOT.jar" +path = "../../native/build/libs/persist-native-0.3.1.jar" diff --git a/gradle.properties b/gradle.properties index 2cc13f16..49e14278 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=0.3.1-SNAPSHOT +version=0.3.1 puppycrawlCheckstyleVersion=8.18 mySQLDriverVersion=8.0.29