Skip to content

Commit

Permalink
[Automated] Update the native jar versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SasinduDilshara committed Nov 26, 2024
1 parent 46f6694 commit 5956e14
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "data.csv"
version = "0.4.0"
version = "0.7.0"
authors = ["Ballerina"]
keywords = ["csv"]
repository = "https://github.com/ballerina-platform/module-ballerina-data.csv"
Expand All @@ -16,8 +16,8 @@ graalvmCompatible = true
[[platform.java21.dependency]]
groupId = "io.ballerina.lib"
artifactId = "data.csv-native"
version = "0.4.0"
path = "../native/build/libs/data.csv-native-0.4.0-SNAPSHOT.jar"
version = "0.7.0"
path = "../native/build/libs/data.csv-native-0.7.0-SNAPSHOT.jar"

[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
Expand Down
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "data.csv-compiler-plugin"
class = "io.ballerina.lib.data.csvdata.compiler.CsvDataCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/data.csv-compiler-plugin-0.4.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/data.csv-compiler-plugin-0.7.0-SNAPSHOT.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.11.0-20241121-075100-c4c87cbc"
[[package]]
org = "ballerina"
name = "data.csv"
version = "0.4.0"
version = "0.7.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down

0 comments on commit 5956e14

Please sign in to comment.