Skip to content

Commit

Permalink
Merge pull request #638 from ballerina-platform/release-2.10.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.10.0 release
  • Loading branch information
ayeshLK committed Oct 3, 2023
2 parents 1b17fd1 + ed3106e commit b6b7176
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion ballerina-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ version = "2.10.0"
graalvmCompatible = true

[[platform.java17.dependency]]
path = "../native/build/libs/websub-native-2.10.0-SNAPSHOT.jar"
path = "../native/build/libs/websub-native-2.10.0.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/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.8.0-20230726-145300-b2bdf796"
distribution-version = "2201.8.0"

[[package]]
org = "ballerina"
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "websub-native"
version = "2.10.0"
path = "../native/build/libs/websub-native-2.10.0-SNAPSHOT.jar"
path = "../native/build/libs/websub-native-2.10.0.jar"
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 = "websub-compiler-plugin"
class = "io.ballerina.stdlib.websub.WebSubCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/websub-compiler-plugin-2.10.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/websub-compiler-plugin-2.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.8.0-20230726-145300-b2bdf796"
distribution-version = "2201.8.0"

[[package]]
org = "ballerina"
Expand Down
42 changes: 21 additions & 21 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.10.0-SNAPSHOT
ballerinaLangVersion=2201.8.0-20230908-135700-74a59dff
version=2.10.1-SNAPSHOT
ballerinaLangVersion=2201.8.0
puppycrawlCheckstyleVersion=10.12.0
testngVersion=7.6.1
ballerinaGradlePluginVersion=2.0.1
gsonVersion=2.8.8

# Direct Dependencies
stdlibIoVersion=1.6.0-20230911-134800-de06e28
stdlibRandomVersion=1.5.0-20230911-142500-8afcce6
stdlibTimeVersion=2.4.0-20230911-140200-7f96f1e
stdlibUrlVersion=2.4.0-20230911-140700-36451a2
stdlibCryptoVersion=2.5.0-20230911-142900-8807d07
stdlibLogVersion=2.9.0-20230911-150900-2f32c1a
stdlibMimeVersion=2.9.0-20230911-153200-3add04c
stdlibUuidVersion=1.7.0-20230911-150900-6c4771f
stdlibHttpVersion=2.10.0-20230911-204400-1c092fe
stdlibIoVersion=1.6.0
stdlibRandomVersion=1.5.0
stdlibTimeVersion=2.4.0
stdlibUrlVersion=2.4.0
stdlibCryptoVersion=2.5.0
stdlibLogVersion=2.9.0
stdlibMimeVersion=2.9.0
stdlibUuidVersion=1.7.0
stdlibHttpVersion=2.10.0

# Transitive Dependencies

# Level 01
stdlibConstraintVersion=1.4.0-20230911-142700-8202202
stdlibConstraintVersion=1.4.0

# Level 02
stdlibOsVersion=1.8.0-20230911-142700-b182bf4
stdlibTaskVersion=2.5.0-20230911-143300-237313e
stdlibOsVersion=1.8.0
stdlibTaskVersion=2.5.0

# Level 03
stdlibCacheVersion=3.7.0-20230911-145700-142f375
stdlibFileVersion=1.9.0-20230911-153400-738b25e
stdlibCacheVersion=3.7.0
stdlibFileVersion=1.9.0

# Level 03
stdlibAuthVersion=2.10.0-20230911-153500-8c3c5cb
stdlibJwtVersion=2.10.0-20230911-153400-b5de47b
stdlibOAuth2Version=2.10.0-20230911-153600-6710ec0
stdlibAuthVersion=2.10.0
stdlibJwtVersion=2.10.0
stdlibOAuth2Version=2.10.0

# Ballerinax Observe
observeVersion=1.2.0-20230911-133500-b3d8db3
observeInternalVersion=1.2.0-20230911-141700-4c0454a
observeVersion=1.2.0
observeInternalVersion=1.2.0

0 comments on commit b6b7176

Please sign in to comment.