Skip to content

Commit

Permalink
Prepare for U11 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisaruGuruge committed Feb 27, 2025
1 parent 7381047 commit d86c35a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ distribution = "2201.11.0-20241117-133400-a3054b77"
org = "ballerinax"
name = "salesforce"
version = "@toml.version@"
export = ["salesforce", "salesforce.bulk", "salesforce.soap","salesforce.bulkv2", "salesforce.apex", "salesforce.types"]
license= ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["Sales & CRM/Customer Relationship Management", "Cost/Freemium"]
Expand All @@ -13,6 +12,26 @@ repository = "https://github.com/ballerina-platform/module-ballerinax-salesforce
[build-options]
observabilityIncluded = true

[[package.modules]]
name = "salesforce.bulk"
export = true

[[package.modules]]
name = "salesforce.soap"
export = true

[[package.modules]]
name = "salesforce.bulkv2"
export = true

[[package.modules]]
name = "salesforce.apex"
export = true

[[package.modules]]
name = "salesforce.types"
export = true

[platform.java21]
graalvmCompatible = true

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ downloadPluginVersion=5.4.0
releasePluginVersion=2.8.0
testngVersion=7.6.1
openCsvVersion=5.9
ballerinaGradlePluginVersion=2.2.3
ballerinaGradlePluginVersion=2.3.0

ballerinaLangVersion=2201.11.0-20241117-133400-a3054b77
ballerinaLangVersion=2201.11.0

jacocoToolVersion=0.8.8
jacksonDatabindVersion=2.13.5
Expand Down

0 comments on commit d86c35a

Please sign in to comment.