File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
org = " ballerina"
3
3
name = " log"
4
- version = " 2.8.0 "
4
+ version = " 2.8.1 "
5
5
authors = [" Ballerina" ]
6
6
keywords = [" level" , " format" ]
7
7
repository = " https://github.com/ballerina-platform/module-ballerina-log"
@@ -15,12 +15,12 @@ graalvmCompatible = true
15
15
[[platform .java11 .dependency ]]
16
16
groupId = " io.ballerina.stdlib"
17
17
artifactId = " log-native"
18
- version = " 2.8.0 "
19
- path = " ../native/build/libs/log-native-2.8.0 .jar"
18
+ version = " 2.8.1 "
19
+ path = " ../native/build/libs/log-native-2.8.1-SNAPSHOT .jar"
20
20
21
21
[[platform .java11 .dependency ]]
22
22
groupId = " io.ballerina.stdlib"
23
23
artifactId = " log-test-utils"
24
- version = " 2.8.0 "
25
- path = " ../test-utils/build/libs/log-test-utils-2.8.0 .jar"
24
+ version = " 2.8.1 "
25
+ path = " ../test-utils/build/libs/log-test-utils-2.8.1-SNAPSHOT .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.0 .jar"
6
+ path = " ../compiler-plugin/build/libs/log-compiler-plugin-2.8.1-SNAPSHOT .jar"
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ modules = [
50
50
[[package ]]
51
51
org = " ballerina"
52
52
name = " log"
53
- version = " 2.8.0 "
53
+ version = " 2.8.1 "
54
54
dependencies = [
55
55
{org = " ballerina" , name = " io" },
56
56
{org = " ballerina" , name = " jballerina.java" },
You can’t perform that action at this time.
0 commit comments