Skip to content

Commit

Permalink
Merge pull request #1422 from DimuthuMadushan/2201.10.x
Browse files Browse the repository at this point in the history
[2201.10.x]Update module version
  • Loading branch information
TharmiganK authored Nov 19, 2024
2 parents dc08191 + 3b3c822 commit 29fcf4f
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.11.1"
version = "1.11.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.11.1"
path = "../native/build/libs/tcp-native-1.11.1.jar"
version = "1.11.2"
path = "../native/build/libs/tcp-native-1.11.2-SNAPSHOT.jar"

[[platform.java17.dependency]]
path = "../test-utils/build/libs/tcp-test-utils-1.11.1.jar"
path = "../test-utils/build/libs/tcp-test-utils-1.11.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.11.1.jar"
path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.11.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.11.1"
version = "1.11.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.11.1
version=1.11.2-SNAPSHOT
ballerinaLangVersion=2201.10.0
puppycrawlCheckstyleVersion=10.12.0
githubJohnrengelmanShadowVersion=8.1.1
Expand Down

0 comments on commit 29fcf4f

Please sign in to comment.