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 Sep 18, 2023
1 parent 06c0de6 commit d7dcd00
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.2.0"
path = "../native/build/libs/persist.sql-native-1.2.0-SNAPSHOT.jar"
path = "../native/build/libs/persist.sql-native-1.2.0.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "persist-native"
version = "1.2.0"
path = "./lib/persist-native-1.2.0-20230911-142300-ddef67b.jar"
path = "./lib/persist-native-1.2.0.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "sql-native"
version = "1.11.0-20230912-081400-6b78e39"
path = "./lib/sql-native-1.11.0-20230912-081400-6b78e39.jar"
version = "1.11.0"
path = "./lib/sql-native-1.11.0.jar"
4 changes: 2 additions & 2 deletions ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id = "persist.sql-compiler-plugin"
class = "io.ballerina.stdlib.persist.sql.compiler.PersistSqlCompilerPlugin"

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

[[dependency]]
path = "./lib/persist-native-1.2.0-20230911-142300-ddef67b.jar"
path = "./lib/persist-native-1.2.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.8.0-20230908-135700-74a59dff"
distribution-version = "2201.8.0"

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

0 comments on commit d7dcd00

Please sign in to comment.