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 ad8637b commit eab498a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "persist.sql-native"
version = "1.3.0"
path = "../native/build/libs/persist.sql-native-1.3.0-SNAPSHOT.jar"
path = "../native/build/libs/persist.sql-native-1.3.0.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "persist-native"
version = "1.3.0"
path = "./lib/persist-native-1.3.0-20240502-172400-b7ce80f.jar"
path = "./lib/persist-native-1.3.0.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "sql-native"
version = "1.13.0-20240502-234000-648d89f"
path = "./lib/sql-native-1.13.0-20240502-234000-648d89f.jar"
version = "1.13.0"
path = "./lib/sql-native-1.13.0.jar"
6 changes: 3 additions & 3 deletions ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id = "persist.sql-compiler-plugin"
class = "io.ballerina.stdlib.persist.sql.compiler.PersistSqlCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/persist.sql-compiler-plugin-1.3.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/persist.sql-compiler-plugin-1.3.0.jar"

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

[[dependency]]
path = "./lib/persist-compiler-plugin-1.3.0-20240502-172400-b7ce80f.jar"
path = "./lib/persist-compiler-plugin-1.3.0.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-20240502-141200-0a49fa42"
distribution-version = "2201.9.0"

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

0 comments on commit eab498a

Please sign in to comment.