Skip to content

Commit 84de14e

Browse files
author
ballerina-bot
committed
[Automated] Update the native jar versions
1 parent ffcd134 commit 84de14e

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,10 +16,10 @@ graalvmCompatible = true
1616
groupId = "io.ballerina.stdlib"
1717
artifactId = "udp-native"
1818
version = "1.10.1"
19-
path = "../native/build/libs/udp-native-1.10.1-SNAPSHOT.jar"
19+
path = "../native/build/libs/udp-native-1.10.1.jar"
2020

2121
[[platform.java17.dependency]]
22-
path = "../test-utils/build/libs/udp-test-utils-1.10.1-SNAPSHOT.jar"
22+
path = "../test-utils/build/libs/udp-test-utils-1.10.1.jar"
2323
scope = "testOnly"
2424

2525
[[platform.java17.dependency]]

ballerina/CompilerPlugin.toml

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

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

0 commit comments

Comments
 (0)