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 25, 2024
1 parent 4b7a573 commit 73305b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
org = "ballerina"
name = "data.csv"
version = "0.1.1"
version = "0.4.0"
authors = ["Ballerina"]
keywords = ["csv"]
repository = "https://github.com/ballerina-platform/module-ballerina-data.csv"
license = ["Apache-2.0"]
distribution = "2201.11.0-20241117-133400-a3054b77"
distribution = "2201.11.0"
export = ["data.csv"]
readme = "Package.md"

Expand All @@ -16,11 +16,11 @@ graalvmCompatible = true
[[platform.java21.dependency]]
groupId = "io.ballerina.lib"
artifactId = "data.csv-native"
version = "0.1.1"
path = "../native/build/libs/data.csv-native-0.1.1-SNAPSHOT.jar"
version = "0.4.0"
path = "../native/build/libs/data.csv-native-0.4.0-SNAPSHOT.jar"

[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "constraint-native"
version = "1.6.0"
path = "./lib/constraint-native-1.6.0-20241113-090900-d276ad5.jar"
path = "./lib/constraint-native-1.6.0-20241122-133100-98689e2.jar"
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.1.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/data.csv-compiler-plugin-0.4.0-SNAPSHOT.jar"
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.11.0-20241117-133400-a3054b77"
distribution-version = "2201.11.0-20241121-075100-c4c87cbc"

[[package]]
org = "ballerina"
name = "data.csv"
version = "0.1.1"
version = "0.4.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down

0 comments on commit 73305b6

Please sign in to comment.