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
ThisaruGuruge committed Nov 26, 2024
1 parent c83a01d commit 744229e
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 = "tcp"
version = "1.10.1"
version = "1.10.2"
authors = ["Ballerina"]
keywords = ["network", "socket", "service", "client"]
repository = "https://github.com/ballerina-platform/module-ballerina-tcp"
Expand All @@ -15,11 +15,11 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "tcp-native"
version = "1.10.1"
path = "../native/build/libs/tcp-native-1.10.1.jar"
version = "1.10.2"
path = "../native/build/libs/tcp-native-1.10.2-SNAPSHOT.jar"

[[platform.java17.dependency]]
path = "../test-utils/build/libs/tcp-test-utils-1.10.1.jar"
path = "../test-utils/build/libs/tcp-test-utils-1.10.2-SNAPSHOT.jar"
scope = "testOnly"

[[platform.java17.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 = "tcp-plugin"
class = "io.ballerina.stdlib.tcp.compiler.TcpCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.10.1.jar"
path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.10.2-SNAPSHOT.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "tcp"
version = "1.10.1"
version = "1.10.2"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "io"},
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.10.1
version=1.10.2-SNAPSHOT

ballerinaLangVersion=2201.9.0
puppycrawlCheckstyleVersion=10.12.0
Expand Down

0 comments on commit 744229e

Please sign in to comment.