diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index c1bbb7d..179c13d 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -24,4 +24,4 @@ path = "./lib/xmlparserv2-23.2.0.0.jar" groupId = "io.ballerina.stdlib" artifactId = "oracledb.driver-native" version = "1.4.0" -path = "../native/build/libs/oracledb.driver-native-1.4.0-SNAPSHOT.jar" +path = "../native/build/libs/oracledb.driver-native-1.4.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 29b572c..09dd5ea 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 b011922..c67b85d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.4.0-SNAPSHOT +version=1.4.1-SNAPSHOT githubSpotbugsVersion=5.0.14 githubJohnrengelmanShadowVersion=8.1.1