Skip to content

Commit

Permalink
Merge pull request #1293 from ballerina-platform/release-1.9.3
Browse files Browse the repository at this point in the history
[Automated] Sync 2201.8.x after 1.9.3 release
  • Loading branch information
ThisaruGuruge authored Dec 16, 2024
2 parents 5dde618 + 490f76e commit 3521fa0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "udp-native"
version = "1.9.3"
path = "../native/build/libs/udp-native-1.9.3-SNAPSHOT.jar"
path = "../native/build/libs/udp-native-1.9.3.jar"

[[platform.java17.dependency]]
path = "../test-utils/build/libs/udp-test-utils-1.9.3-SNAPSHOT.jar"
path = "../test-utils/build/libs/udp-test-utils-1.9.3.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 = "udp-plugin"
class = "io.ballerina.stdlib.udp.compiler.UdpCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.9.3-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.9.3.jar"
5 changes: 2 additions & 3 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.8.0"
[[package]]
org = "ballerina"
name = "io"
version = "1.6.1"
version = "1.6.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -24,7 +24,6 @@ modules = [
org = "ballerina"
name = "jballerina.java"
version = "0.0.0"
scope = "testOnly"
modules = [
{org = "ballerina", packageName = "jballerina.java", moduleName = "jballerina.java"}
]
Expand Down Expand Up @@ -65,7 +64,7 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.2.3"
version = "1.2.0"
scope = "testOnly"
dependencies = [
{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.9.3-SNAPSHOT
version=1.9.4-SNAPSHOT
ballerinaLangVersion=2201.8.0

puppycrawlCheckstyleVersion=10.12.0
Expand Down

0 comments on commit 3521fa0

Please sign in to comment.