diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index c87544a..22e9527 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -18,4 +18,4 @@ path = "./lib/h2-2.2.220.jar" groupId = "io.ballerina.stdlib" artifactId = "h2.driver-native" version = "1.1.0" -path = "../native/build/libs/h2.driver-native-1.1.0-SNAPSHOT.jar" +path = "../native/build/libs/h2.driver-native-1.1.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 1d611e1..14d2f8f 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.8.0-20230726-145300-b2bdf796" +distribution-version = "2201.8.0" [[package]] org = "ballerinax" diff --git a/gradle.properties b/gradle.properties index cae3e93..4042b2c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.1.0-SNAPSHOT +version=1.1.1-SNAPSHOT githubSpotbugsVersion=5.0.14 githubJohnrengelmanShadowVersion=8.1.1