Skip to content

Commit

Permalink
Merge pull request #331 from ballerina-platform/release-8.0.0
Browse files Browse the repository at this point in the history
Sync Master from Release 8.0.0
  • Loading branch information
aashikam authored Mar 7, 2024
2 parents b9b2dae + 637c2e9 commit 9638bbc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ observabilityIncluded = true
graalvmCompatible = true

[[platform.java17.dependency]]
path = "../native/build/libs/salesforce-native-8.0.0-SNAPSHOT.jar"
path = "../native/build/libs/salesforce-native-8.0.0.jar"
groupId = "io.ballerinax"
artifactId = "salesforce"
version = "8.0.0-SNAPSHOT"
version = "8.0.0"
4 changes: 4 additions & 0 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,9 @@ dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"}
]
modules = [
{org = "ballerina", packageName = "os", moduleName = "os"}
]

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -386,6 +389,7 @@ dependencies = [
{org = "ballerina", name = "lang.string"},
{org = "ballerina", name = "lang.xml"},
{org = "ballerina", name = "log"},
{org = "ballerina", name = "os"},
{org = "ballerina", name = "test"},
{org = "ballerina", name = "time"},
{org = "ballerina", name = "url"},
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.lib
version=8.0.0-SNAPSHOT
version=8.0.1-SNAPSHOT

checkstylePluginVersion=10.12.0
spotbugsPluginVersion=5.0.14
Expand Down

0 comments on commit 9638bbc

Please sign in to comment.