Skip to content

Commit

Permalink
[Automated] Update the toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuvindu committed Sep 29, 2024
1 parent 4af89f3 commit a6dd0e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 = "ballerinax"
name = "confluent.cregistry"
version = "0.1.2"
version = "0.2.0"
authors = ["Ballerina"]
export=["confluent.cregistry"]
keywords = ["confluent", "schema_registry", "avro", "serdes"]
Expand All @@ -15,8 +15,8 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.lib"
artifactId = "schema-registry-native"
version = "0.1.2"
path = "../native/build/libs/confluent.cregistry-native-0.1.2-SNAPSHOT.jar"
version = "0.2.0"
path = "../native/build/libs/confluent.cregistry-native-0.2.0-SNAPSHOT.jar"

[[platform.java17.dependency]]
groupId = "io.confluent"
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ dependencies = [
[[package]]
org = "ballerinax"
name = "confluent.cregistry"
version = "0.1.2"
version = "0.2.0"
dependencies = [
{org = "ballerina", name = "http"},
{org = "ballerina", name = "jballerina.java"},
Expand Down

0 comments on commit a6dd0e4

Please sign in to comment.