From 2b54948e3ffef05a8f6367a95653b7c2410744ad Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 10 Apr 2023 09:24:58 +0000 Subject: [PATCH] [Gradle Release Plugin] - pre tag commit: 'v0.3.0'. --- 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 4d5ae858..7bc7dbaf 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.0" -path = "../../native/build/libs/persist-native-0.3.0-SNAPSHOT.jar" +path = "../../native/build/libs/persist-native-0.3.0.jar" diff --git a/gradle.properties b/gradle.properties index 71ae3f30..636ece57 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=0.3.0-SNAPSHOT +version=0.3.0 puppycrawlCheckstyleVersion=8.18 mySQLDriverVersion=8.0.29