Skip to content

Commit

Permalink
[Automated] Update the toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Dec 19, 2024
1 parent a6da1ab commit 820a611
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
distribution = "2201.9.2"
org = "ballerinax"
name = "aws.marketplace.mpe"
version = "0.1.0"
version = "0.1.1"
license= ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["AWS", "Marketplace", "Cloud/Subscriptions", "Entitlement Management"]
Expand All @@ -15,5 +15,11 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.lib"
artifactId = "aws.marketplace.mpe-native"
version = "0.1.0"
path = "../native/build/libs/aws.marketplace.mpe-native-0.1.0.jar"
version = "0.1.1-SNAPSHOT"
path = "../native/build/libs/aws.marketplace.mpe-native-0.1.1-SNAPSHOT.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "time-native"
version = "2.4.0"
path = "./lib/time-native-2.4.0.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "aws.marketplace.mpe"
version = "0.1.0"
version = "0.1.1"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "jballerina.java"},
Expand Down

0 comments on commit 820a611

Please sign in to comment.