Skip to content

Commit

Permalink
Merge pull request #364 from ballerina-platform/release-8.1.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 8.1.0 release
  • Loading branch information
aashikam authored Aug 24, 2024
2 parents 02e32ae + 34a2986 commit f43ffcd
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.1.0-SNAPSHOT.jar"
path = "../native/build/libs/salesforce-native-8.1.0.jar"
groupId = "io.ballerinax"
artifactId = "salesforce"
version = "8.1.0-SNAPSHOT"
version = "8.1.0"

[[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.1.0-SNAPSHOT
version=8.1.1-SNAPSHOT

checkstylePluginVersion=10.12.0
spotbugsPluginVersion=5.0.14
Expand Down

0 comments on commit f43ffcd

Please sign in to comment.