Skip to content

Commit

Permalink
Merge pull request #1098 from ballerina-platform/release-1.10.0
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.10.0 release
  • Loading branch information
ThisaruGuruge committed May 28, 2024
2 parents 0d5e916 + 2cf0200 commit 19115b1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.10.0"
path = "../native/build/libs/udp-native-1.10.0-SNAPSHOT.jar"
path = "../native/build/libs/udp-native-1.10.0.jar"

[[platform.java17.dependency]]
path = "../test-utils/build/libs/udp-test-utils-1.10.0-SNAPSHOT.jar"
path = "../test-utils/build/libs/udp-test-utils-1.10.0.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.10.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.10.0.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.9.0-20240425-195200-d5ce8c72"
distribution-version = "2201.9.0"

[[package]]
org = "ballerina"
Expand Down
8 changes: 4 additions & 4 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.10.0-SNAPSHOT
ballerinaLangVersion=2201.9.0-20240502-141200-0a49fa42
version=1.10.1-SNAPSHOT
ballerinaLangVersion=2201.9.0

puppycrawlCheckstyleVersion=10.12.0
githubJohnrengelmanShadowVersion=8.1.1
Expand All @@ -18,5 +18,5 @@ gsonVersion=2.8.8
# Dependencies
stdlibIoVersion=1.6.0
stdlibLogVersion=2.9.0
observeVersion=1.2.3-20240408-194900-a0e331f
observeInternalVersion=1.2.2-20240408-195500-1436319
observeVersion=1.2.3
observeInternalVersion=1.2.2

0 comments on commit 19115b1

Please sign in to comment.