Skip to content

Commit

Permalink
Merge pull request #1265 from ballerina-platform/Bhashinee-patch-1
Browse files Browse the repository at this point in the history
Update gradle.properties
  • Loading branch information
Bhashinee authored Apr 5, 2024
2 parents a319b7e + 6fd4d84 commit 7212145
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 13 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.9.2"
version = "1.10.0"
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.9.2"
path = "../native/build/libs/tcp-native-1.9.2-SNAPSHOT.jar"
version = "1.10.0"
path = "../native/build/libs/tcp-native-1.10.0-SNAPSHOT.jar"

[[platform.java17.dependency]]
path = "../test-utils/build/libs/tcp-test-utils-1.9.2-SNAPSHOT.jar"
path = "../test-utils/build/libs/tcp-test-utils-1.10.0-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.9.2-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.10.0-SNAPSHOT.jar"
33 changes: 30 additions & 3 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.8.0"
distribution-version = "2201.9.0-20240403-114600-ceb51559"

[[package]]
org = "ballerina"
name = "crypto"
version = "2.5.0"
version = "2.7.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand Down Expand Up @@ -40,6 +40,26 @@ modules = [
{org = "ballerina", packageName = "jballerina.java", moduleName = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "lang.__internal"
version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.object"}
]

[[package]]
org = "ballerina"
name = "lang.array"
version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.__internal"}
]

[[package]]
org = "ballerina"
name = "lang.error"
Expand All @@ -49,6 +69,12 @@ dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "lang.object"
version = "0.0.0"
scope = "testOnly"

[[package]]
org = "ballerina"
name = "lang.runtime"
Expand All @@ -73,7 +99,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "tcp"
version = "1.9.2"
version = "1.10.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "io"},
Expand All @@ -92,6 +118,7 @@ version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.array"},
{org = "ballerina", name = "lang.error"}
]
modules = [
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=1.9.2-SNAPSHOT
ballerinaLangVersion=2201.8.0
version=1.10.0-SNAPSHOT
ballerinaLangVersion=2201.9.0-20240403-114600-ceb51559
puppycrawlCheckstyleVersion=10.12.0
githubJohnrengelmanShadowVersion=8.1.1
checkstyleToolVersion=10.12.0
Expand All @@ -20,7 +20,7 @@ protobufVersion=3.20.3
# Dependencies
stdlibIoVersion=1.6.0
stdlibLogVersion=2.9.0
stdlibCryptoVersion=2.5.0
stdlibCryptoVersion=2.7.0-20240328-114200-c8cc19f
stdlibTimeVersion=2.4.0
observeVersion=1.2.0
observeInternalVersion=1.2.0
observeVersion=1.2.3-20240403-143400-5f0247b
observeInternalVersion=1.2.2-20240403-152100-98fc6e9

0 comments on commit 7212145

Please sign in to comment.