Skip to content

Commit 208fa35

Browse files
authored
Merge branch 'main' into main
2 parents e58c4f4 + 7c668da commit 208fa35

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

Diff for: ballerina/Ballerina.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ graalvmCompatible = true
1616
groupId = "io.ballerina.stdlib"
1717
artifactId = "websubhub-native"
1818
version = "1.12.0"
19-
path = "../native/build/libs/websubhub-native-1.12.0-SNAPSHOT.jar"
19+
path = "../native/build/libs/websubhub-native-1.12.0.jar"

Diff for: ballerina/CompilerPlugin.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ id = "websubhub-compiler-plugin"
33
class = "io.ballerina.stdlib.websubhub.WebSubHubCompilerPlugin"
44

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

Diff for: ballerina/Dependencies.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[ballerina]
77
dependencies-toml-version = "2"
8-
distribution-version = "2201.10.0-20240806-083400-aabac46a"
8+
distribution-version = "2201.10.0"
99

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

Diff for: gradle.properties

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.caching=true
22
group=io.ballerina.stdlib
3-
version=1.12.0-SNAPSHOT
4-
ballerinaLangVersion=2201.10.0-20240814-095500-9d14866a
3+
version=1.12.1-SNAPSHOT
4+
ballerinaLangVersion=2201.10.0
55
puppycrawlCheckstyleVersion=10.12.0
66
testngVersion=7.6.1
77
ballerinaGradlePluginVersion=2.0.1
@@ -13,10 +13,10 @@ stdlibRandomVersion=1.5.0
1313
stdlibTimeVersion=2.4.0
1414
stdlibUrlVersion=2.4.0
1515
stdlibCryptoVersion=2.7.2
16-
stdlibLogVersion=2.10.0-20240814-120000-f0c3cc8
17-
stdlibMimeVersion=2.10.0-20240814-133200-6c54439
16+
stdlibLogVersion=2.10.0
17+
stdlibMimeVersion=2.10.0
1818
stdlibUuidVersion=1.8.0
19-
stdlibHttpVersion=2.12.0-20240816-115800-498591d
19+
stdlibHttpVersion=2.12.0
2020

2121
# Transitive Dependencies
2222

@@ -29,13 +29,13 @@ stdlibTaskVersion=2.5.0
2929

3030
# Level 03
3131
stdlibCacheVersion=3.8.0
32-
stdlibFileVersion=1.10.0-20240814-133200-74f4d63
32+
stdlibFileVersion=1.10.0
3333

3434
# Level 04
35-
stdlibAuthVersion=2.12.0-20240814-133000-6db5624
36-
stdlibJwtVersion=2.13.0-20240814-133100-630021f
37-
stdlibOAuth2Version=2.12.0-20240814-133400-a7008e4
35+
stdlibAuthVersion=2.12.0
36+
stdlibJwtVersion=2.13.0
37+
stdlibOAuth2Version=2.12.0
3838

3939
# Ballerinax Observe
40-
observeVersion=1.3.0-20240814-114100-0f71e1e
41-
observeInternalVersion=1.3.0-20240814-114900-8a734a3
40+
observeVersion=1.3.0
41+
observeInternalVersion=1.3.0

0 commit comments

Comments
 (0)