Skip to content

Commit

Permalink
[Automated] Update the native jar versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DimuthuMadushan committed Nov 22, 2024
1 parent f89136d commit 73675fa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "udp"
version = "1.11.1"
version = "1.12.0"
authors = ["Ballerina"]
keywords = ["UDP", "datagram", "transport"]
repository = "https://github.com/ballerina-platform/module-ballerina-udp"
Expand All @@ -15,11 +15,11 @@ graalvmCompatible = true
[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "udp-native"
version = "1.11.1"
path = "../native/build/libs/udp-native-1.11.1-SNAPSHOT.jar"
version = "1.12.0"
path = "../native/build/libs/udp-native-1.12.0-SNAPSHOT.jar"

[[platform.java21.dependency]]
path = "../test-utils/build/libs/udp-test-utils-1.11.1-SNAPSHOT.jar"
path = "../test-utils/build/libs/udp-test-utils-1.12.0-SNAPSHOT.jar"
scope = "testOnly"

[[platform.java21.dependency]]
Expand Down
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "udp-plugin"
class = "io.ballerina.stdlib.udp.compiler.UdpCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.11.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.12.0-SNAPSHOT.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ modules = [
[[package]]
org = "ballerina"
name = "udp"
version = "1.11.1"
version = "1.12.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=1.11.1-SNAPSHOT
version=1.12.0-SNAPSHOT
ballerinaLangVersion=2201.11.0-20241121-075100-c4c87cbc

puppycrawlCheckstyleVersion=10.12.0
Expand Down

0 comments on commit 73675fa

Please sign in to comment.