Skip to content

Commit

Permalink
Merge pull request #348 from ballerina-platform/release-8.0.1
Browse files Browse the repository at this point in the history
[Automated] Sync master after 8.0.1 release
  • Loading branch information
aashikam authored May 29, 2024
2 parents 9786f34 + 02552d7 commit 36f7b69
Show file tree
Hide file tree
Showing 2 changed files with 3 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,10 +17,10 @@ observabilityIncluded = true
graalvmCompatible = true

[[platform.java17.dependency]]
path = "../native/build/libs/salesforce-native-8.0.1-SNAPSHOT.jar"
path = "../native/build/libs/salesforce-native-8.0.1.jar"
groupId = "io.ballerinax"
artifactId = "salesforce"
version = "8.0.1-SNAPSHOT"
version = "8.0.1"

[[platform.java17.dependency]]
groupId = "com.opencsv"
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.1-SNAPSHOT
version=8.0.2-SNAPSHOT

checkstylePluginVersion=10.12.0
spotbugsPluginVersion=5.0.14
Expand Down

0 comments on commit 36f7b69

Please sign in to comment.