diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index ad3937b7..17ff05f3 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -13,10 +13,10 @@ distribution = "2201.4.0" groupId = "io.ballerina.stdlib" artifactId = "oracledb-native" version = "1.7.0" -path = "../native/build/libs/oracledb-native-1.7.0-SNAPSHOT.jar" +path = "../native/build/libs/oracledb-native-1.7.0.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" artifactId = "sql-native" version = "1.7.0" -path = "./lib/sql-native-1.7.0-20230214-062200-50a090a.jar" +path = "./lib/sql-native-1.7.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 8df1f799..f2ebf7cf 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "oracledb-compiler-plugin" class = "io.ballerina.stdlib.oracledb.compiler.OracleDBCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/oracledb-compiler-plugin-1.7.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/oracledb-compiler-plugin-1.7.0.jar"