Skip to content

Commit 66ab241

Browse files
authored
Merge pull request #680 from ballerina-platform/release-2.13.0
[Automated] Sync master after 2.13.0 release
2 parents cd3389b + 1251595 commit 66ab241

File tree

6 files changed

+27
-27
lines changed

6 files changed

+27
-27
lines changed

ballerina-tests/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ version = "2.13.0"
77
graalvmCompatible = true
88

99
[[platform.java21.dependency]]
10-
path = "../native/build/libs/websub-native-2.13.0-SNAPSHOT.jar"
10+
path = "../native/build/libs/websub-native-2.13.0.jar"

ballerina-tests/Dependencies.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[ballerina]
77
dependencies-toml-version = "2"
8-
distribution-version = "2201.11.0-20241121-075100-c4c87cbc"
8+
distribution-version = "2201.11.0"
99

1010
[[package]]
1111
org = "ballerina"

ballerina/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ graalvmCompatible = true
1616
groupId = "io.ballerina.stdlib"
1717
artifactId = "websub-native"
1818
version = "2.13.0"
19-
path = "../native/build/libs/websub-native-2.13.0-SNAPSHOT.jar"
19+
path = "../native/build/libs/websub-native-2.13.0.jar"

ballerina/CompilerPlugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ id = "websub-compiler-plugin"
33
class = "io.ballerina.stdlib.websub.WebSubCompilerPlugin"
44

55
[[dependency]]
6-
path = "../compiler-plugin/build/libs/websub-compiler-plugin-2.13.0-SNAPSHOT.jar"
6+
path = "../compiler-plugin/build/libs/websub-compiler-plugin-2.13.0.jar"

ballerina/Dependencies.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[ballerina]
77
dependencies-toml-version = "2"
8-
distribution-version = "2201.11.0-20241121-075100-c4c87cbc"
8+
distribution-version = "2201.11.0"
99

1010
[[package]]
1111
org = "ballerina"

gradle.properties

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.caching=true
22
group=io.ballerina.stdlib
3-
version=2.13.0-SNAPSHOT
4-
ballerinaLangVersion=2201.11.0-20250127-101700-a4b67fe5
3+
version=2.13.1-SNAPSHOT
4+
ballerinaLangVersion=2201.11.0
55

66
checkstylePluginVersion=10.12.0
77
spotbugsPluginVersion=6.0.18
@@ -13,35 +13,35 @@ testngVersion=7.6.1
1313
gsonVersion=2.8.8
1414

1515
# Direct Dependencies
16-
stdlibIoVersion=1.7.0-20250127-170200-0d36f73
17-
stdlibRandomVersion=1.6.0-20250127-172500-3217a75
18-
stdlibTimeVersion=2.6.0-20250127-170200-86bdc5a
19-
stdlibUrlVersion=2.5.0-20250127-170200-e4cac31
20-
stdlibCryptoVersion=2.8.0-20250127-170800-6c52ac3
21-
stdlibLogVersion=2.11.0-20250127-173700-45079a8
22-
stdlibMimeVersion=2.11.0-20250127-182500-46c9896
23-
stdlibUuidVersion=1.9.0-20250127-181300-0f9a3f6
24-
stdlibHttpVersion=2.13.0-20250129-095000-ebfea77
16+
stdlibIoVersion=1.7.0
17+
stdlibRandomVersion=1.6.0
18+
stdlibTimeVersion=2.6.0
19+
stdlibUrlVersion=2.5.0
20+
stdlibCryptoVersion=2.8.0
21+
stdlibLogVersion=2.11.0
22+
stdlibMimeVersion=2.11.0
23+
stdlibUuidVersion=1.9.0
24+
stdlibHttpVersion=2.13.0
2525

2626
# Transitive Dependencies
2727

2828
# Level 01
29-
stdlibConstraintVersion=1.6.0-20250127-170900-48ad9ae
29+
stdlibConstraintVersion=1.6.0
3030

3131
# Level 02
32-
stdlibOsVersion=1.9.0-20250127-170900-54f2a57
33-
stdlibTaskVersion=2.6.0-20250127-171400-af6480d
32+
stdlibOsVersion=1.9.0
33+
stdlibTaskVersion=2.6.0
3434

3535
# Level 03
36-
stdlibCacheVersion=3.9.0-20250127-173100-ebe1e73
37-
stdlibFileVersion=1.11.0-20250128-125300-1f45bfa
36+
stdlibCacheVersion=3.9.0
37+
stdlibFileVersion=1.11.0
3838

3939
# Level 04
40-
stdlibAuthVersion=2.13.0-20250127-182300-e14b66f
41-
stdlibDataJsonDataVersion=1.0.0-20250128-132900-8fbc703
42-
stdlibJwtVersion=2.14.0-20250127-182500-ce5b71c
43-
stdlibOAuth2Version=2.13.0-20250127-182700-5ce88a0
40+
stdlibAuthVersion=2.13.0
41+
stdlibDataJsonDataVersion=1.0.0
42+
stdlibJwtVersion=2.14.0
43+
stdlibOAuth2Version=2.13.0
4444

4545
# Ballerinax Observe
46-
observeVersion=1.4.0-20250127-170200-f9c0dec
47-
observeInternalVersion=1.4.0-20250127-171000-b05ff1d
46+
observeVersion=1.4.0
47+
observeInternalVersion=1.4.0

0 commit comments

Comments
 (0)