Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Isolate Changes to Support Ballerina 2201.8.x Versions #533

Merged
merged 13 commits into from
Mar 5, 2024
Merged
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org = "ballerinai"
name = "transaction"
version = "@toml.version@"
distribution = "2201.8.0"
distribution = "2201.8.5"

[platform.java17]
graalvmCompatible = true
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
org.gradle.caching=true
puppycrawlCheckstyleVersion=10.12.0
group=org.ballerinalang
version=1.8.0
version=1.8.0-SNAPSHOT

ballerinaLangVersion=2201.8.0
ballerinaLangVersion=2201.8.5
stdlibIoVersion=1.6.0
stdlibConstraintVersion=1.4.0
stdlibOsVersion=1.8.0
Expand Down
6 changes: 3 additions & 3 deletions transaction-ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
org = "ballerinai"
name = "transaction"
version = "0.0.0"
distribution = "2201.8.0"
distribution = "2201.8.5"

[platform.java17]
graalvmCompatible = true

[[platform.java17.dependency]]
artifactId = "transaction"
version = "1.8.0"
path = "../transaction-native/build/libs/transaction-native-1.8.0.jar"
version = "1.8.0-SNAPSHOT"
path = "../transaction-native/build/libs/transaction-native-1.8.0-SNAPSHOT.jar"
groupId = "ballerina"
8 changes: 4 additions & 4 deletions transaction-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"
distribution-version = "2201.8.5"

[[package]]
org = "ballerina"
Expand All @@ -22,7 +22,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.7.0"
version = "3.7.1"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -64,7 +64,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.10.0"
version = "2.10.7"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -270,7 +270,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.2.0"
version = "1.2.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down
Loading
Loading