Skip to content

Commit d10eab6

Browse files
author
ballerina-bot
committed
[Automated] Update the native jar versions
1 parent fcd537b commit d10eab6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ballerina/Ballerina.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ graalvmCompatible = true
1616
groupId = "io.ballerina.stdlib"
1717
artifactId = "log-native"
1818
version = "2.8.1"
19-
path = "../native/build/libs/log-native-2.8.1-SNAPSHOT.jar"
19+
path = "../native/build/libs/log-native-2.8.1.jar"
2020

2121
[[platform.java11.dependency]]
2222
groupId = "io.ballerina.stdlib"
2323
artifactId = "log-test-utils"
2424
version = "2.8.1"
25-
path = "../test-utils/build/libs/log-test-utils-2.8.1-SNAPSHOT.jar"
25+
path = "../test-utils/build/libs/log-test-utils-2.8.1.jar"
2626
scope = "testOnly"

ballerina/CompilerPlugin.toml

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

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

0 commit comments

Comments
 (0)