Skip to content

Commit c0a15b8

Browse files
author
ballerina-bot
committed
[Automated] Update the native jar versions
1 parent 13acda5 commit c0a15b8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.0"
19-
path = "../native/build/libs/log-native-2.8.0-SNAPSHOT.jar"
19+
path = "../native/build/libs/log-native-2.8.0.jar"
2020

2121
[[platform.java11.dependency]]
2222
groupId = "io.ballerina.stdlib"
2323
artifactId = "log-test-utils"
2424
version = "2.8.0"
25-
path = "../test-utils/build/libs/log-test-utils-2.8.0-SNAPSHOT.jar"
25+
path = "../test-utils/build/libs/log-test-utils-2.8.0.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.0-SNAPSHOT.jar"
6+
path = "../compiler-plugin/build/libs/log-compiler-plugin-2.8.0.jar"

ballerina/Dependencies.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[ballerina]
77
dependencies-toml-version = "2"
8-
distribution-version = "2201.7.0-20230622-064700-4a2dc6dd"
8+
distribution-version = "2201.7.0"
99

1010
[[package]]
1111
org = "ballerina"

0 commit comments

Comments
 (0)