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,10 +16,10 @@ graalvmCompatible = true
1616groupId = " io.ballerina.stdlib"
1717artifactId = " udp-native"
1818version = " 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"
2323scope = " testOnly"
2424
2525[[platform .java17 .dependency ]]
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ id = "udp-plugin"
33class = " 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"
You can’t perform that action at this time.
0 commit comments