Skip to content

Commit b565a56

Browse files
Merge pull request #1171 from ballerina-platform/release-1.16.3
[Automated] Sync main after 1.16.3 release
2 parents df93138 + 309fea0 commit b565a56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ballerina/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ graalvmCompatible = true
1616
groupId = "io.ballerina.stdlib"
1717
artifactId = "mssql-native"
1818
version = "1.16.3"
19-
path = "../native/build/libs/mssql-native-1.16.3-SNAPSHOT.jar"
19+
path = "../native/build/libs/mssql-native-1.16.3.jar"
2020

2121
[[platform.java21.dependency]]
2222
groupId = "io.ballerina.stdlib"

ballerina/CompilerPlugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ id = "mssql-compiler-plugin"
33
class = "io.ballerina.stdlib.mssql.compiler.MSSQLCompilerPlugin"
44

55
[[dependency]]
6-
path = "../compiler-plugin/build/libs/mssql-compiler-plugin-1.16.3-SNAPSHOT.jar"
6+
path = "../compiler-plugin/build/libs/mssql-compiler-plugin-1.16.3.jar"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=io.ballerina.stdlib
2-
version=1.16.3-SNAPSHOT
2+
version=1.16.4-SNAPSHOT
33
ballerinaLangVersion=2201.12.0
44

55
checkstylePluginVersion=10.12.1

0 commit comments

Comments
 (0)