diff --git a/.gitignore b/.gitignore index 487f3008..508172dc 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,7 @@ gradle-app.setting .project .settings .vscode + +#Ignore examples auto generated files +examples/**/Dependencies.toml +examples/**/Config.toml diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index d9aeab53..8d808abb 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -5,6 +5,7 @@ version = "1.3.0" authors = ["Ballerina"] keywords = ["database", "client", "network", "SQL", "RDBMS", "MySQL"] repository = "https://github.com/ballerina-platform/module-ballerinax-mysql" +icon = "icon.png" license = ["Apache-2.0"] distribution = "2201.0.0" @@ -12,7 +13,7 @@ distribution = "2201.0.0" path = "../native/build/libs/mysql-native-1.3.0-SNAPSHOT.jar" [[platform.java11.dependency]] -path = "./lib/sql-native-1.3.0-20211222-201000-1819d5f.jar" +path = "./lib/sql-native-1.3.0-20220104-195900-4876e00.jar" [[platform.java11.dependency]] path = "./lib/mysql-connector-java-8.0.21.jar" diff --git a/ballerina/icon.png b/ballerina/icon.png new file mode 100644 index 00000000..2e493f09 Binary files /dev/null and b/ballerina/icon.png differ diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index 04a8884c..ae5f586d 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -5,6 +5,7 @@ version = "@toml.version@" authors = ["Ballerina"] keywords = ["database", "client", "network", "SQL", "RDBMS", "MySQL"] repository = "https://github.com/ballerina-platform/module-ballerinax-mysql" +icon = "icon.png" license = ["Apache-2.0"] distribution = "2201.0.0"