Skip to content

Commit

Permalink
Merge pull request #680 from ballerina-platform/release-2.13.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.13.0 release
  • Loading branch information
ayeshLK authored Feb 13, 2025
2 parents cd3389b + 1251595 commit 66ab241
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 27 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.13.0"
graalvmCompatible = true

[[platform.java21.dependency]]
path = "../native/build/libs/websub-native-2.13.0-SNAPSHOT.jar"
path = "../native/build/libs/websub-native-2.13.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.11.0-20241121-075100-c4c87cbc"
distribution-version = "2201.11.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.13.0"
path = "../native/build/libs/websub-native-2.13.0-SNAPSHOT.jar"
path = "../native/build/libs/websub-native-2.13.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.13.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/websub-compiler-plugin-2.13.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.11.0-20241121-075100-c4c87cbc"
distribution-version = "2201.11.0"

[[package]]
org = "ballerina"
Expand Down
44 changes: 22 additions & 22 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=2.13.0-SNAPSHOT
ballerinaLangVersion=2201.11.0-20250127-101700-a4b67fe5
version=2.13.1-SNAPSHOT
ballerinaLangVersion=2201.11.0

checkstylePluginVersion=10.12.0
spotbugsPluginVersion=6.0.18
Expand All @@ -13,35 +13,35 @@ testngVersion=7.6.1
gsonVersion=2.8.8

# Direct Dependencies
stdlibIoVersion=1.7.0-20250127-170200-0d36f73
stdlibRandomVersion=1.6.0-20250127-172500-3217a75
stdlibTimeVersion=2.6.0-20250127-170200-86bdc5a
stdlibUrlVersion=2.5.0-20250127-170200-e4cac31
stdlibCryptoVersion=2.8.0-20250127-170800-6c52ac3
stdlibLogVersion=2.11.0-20250127-173700-45079a8
stdlibMimeVersion=2.11.0-20250127-182500-46c9896
stdlibUuidVersion=1.9.0-20250127-181300-0f9a3f6
stdlibHttpVersion=2.13.0-20250129-095000-ebfea77
stdlibIoVersion=1.7.0
stdlibRandomVersion=1.6.0
stdlibTimeVersion=2.6.0
stdlibUrlVersion=2.5.0
stdlibCryptoVersion=2.8.0
stdlibLogVersion=2.11.0
stdlibMimeVersion=2.11.0
stdlibUuidVersion=1.9.0
stdlibHttpVersion=2.13.0

# Transitive Dependencies

# Level 01
stdlibConstraintVersion=1.6.0-20250127-170900-48ad9ae
stdlibConstraintVersion=1.6.0

# Level 02
stdlibOsVersion=1.9.0-20250127-170900-54f2a57
stdlibTaskVersion=2.6.0-20250127-171400-af6480d
stdlibOsVersion=1.9.0
stdlibTaskVersion=2.6.0

# Level 03
stdlibCacheVersion=3.9.0-20250127-173100-ebe1e73
stdlibFileVersion=1.11.0-20250128-125300-1f45bfa
stdlibCacheVersion=3.9.0
stdlibFileVersion=1.11.0

# Level 04
stdlibAuthVersion=2.13.0-20250127-182300-e14b66f
stdlibDataJsonDataVersion=1.0.0-20250128-132900-8fbc703
stdlibJwtVersion=2.14.0-20250127-182500-ce5b71c
stdlibOAuth2Version=2.13.0-20250127-182700-5ce88a0
stdlibAuthVersion=2.13.0
stdlibDataJsonDataVersion=1.0.0
stdlibJwtVersion=2.14.0
stdlibOAuth2Version=2.13.0

# Ballerinax Observe
observeVersion=1.4.0-20250127-170200-f9c0dec
observeInternalVersion=1.4.0-20250127-171000-b05ff1d
observeVersion=1.4.0
observeInternalVersion=1.4.0

0 comments on commit 66ab241

Please sign in to comment.