Skip to content

Commit

Permalink
[Automated] Update native jar versions in toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
ballerina-bot committed May 3, 2024
1 parent a0c9c2f commit eb8fba8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ path = "../native/build/libs/persist.sql-native-1.3.0-SNAPSHOT.jar"
groupId = "io.ballerina.stdlib"
artifactId = "persist-native"
version = "1.3.0"
path = "./lib/persist-native-1.3.0-20240409-100100-594c874.jar"
path = "./lib/persist-native-1.3.0-20240502-172400-b7ce80f.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "sql-native"
version = "1.13.0-20240410-111000-2cc6b6c"
path = "./lib/sql-native-1.13.0-20240410-111000-2cc6b6c.jar"
version = "1.13.0-20240502-234000-648d89f"
path = "./lib/sql-native-1.13.0-20240502-234000-648d89f.jar"
4 changes: 2 additions & 2 deletions ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class = "io.ballerina.stdlib.persist.sql.compiler.PersistSqlCompilerPlugin"
path = "../compiler-plugin/build/libs/persist.sql-compiler-plugin-1.3.0-SNAPSHOT.jar"

[[dependency]]
path = "./lib/persist-native-1.3.0-20240409-100100-594c874.jar"
path = "./lib/persist-native-1.3.0-20240502-172400-b7ce80f.jar"

[[dependency]]
path = "./lib/persist-compiler-plugin-1.3.0-20240409-100100-594c874.jar"
path = "./lib/persist-compiler-plugin-1.3.0-20240502-172400-b7ce80f.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.9.0-20240405-165800-4b163f78"
distribution-version = "2201.9.0-20240502-141200-0a49fa42"

[[package]]
org = "ballerina"
Expand Down

0 comments on commit eb8fba8

Please sign in to comment.