File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ graalvmCompatible = true
16
16
groupId = " io.ballerina.stdlib"
17
17
artifactId = " log-native"
18
18
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"
20
20
21
21
[[platform .java11 .dependency ]]
22
22
groupId = " io.ballerina.stdlib"
23
23
artifactId = " log-test-utils"
24
24
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"
26
26
scope = " testOnly"
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ id = "log-compiler-plugin"
3
3
class = " io.ballerina.stdlib.log.plugin.LogCompilerPlugin"
4
4
5
5
[[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"
You can’t perform that action at this time.
0 commit comments