Skip to content

Commit

Permalink
Merge pull request #19 from ballerina-platform/release-0.2.1
Browse files Browse the repository at this point in the history
[Automated] Sync main after 0.2.1 release
  • Loading branch information
Nuvindu authored Oct 21, 2024
2 parents c955e32 + 7266526 commit 963ba46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.cavroserdes"
version = "0.2.0"
version = "0.2.1"
authors = ["Ballerina"]
export=["confluent.cavroserdes"]
keywords = ["confluent", "schema_registry", "avro", "serdes"]
Expand All @@ -18,5 +18,5 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.lib"
artifactId = "confluent.cavroserdes-native"
version = "0.2.0"
path = "../native/build/libs/confluent.cavroserdes-native-0.2.0.jar"
version = "0.2.1"
path = "../native/build/libs/confluent.cavroserdes-native-0.2.1.jar"
6 changes: 3 additions & 3 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "avro"
version = "1.0.0"
version = "1.0.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down Expand Up @@ -248,7 +248,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.10.0"
version = "2.10.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand Down Expand Up @@ -346,7 +346,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "confluent.cavroserdes"
version = "0.2.0"
version = "0.2.1"
dependencies = [
{org = "ballerina", name = "avro"},
{org = "ballerina", name = "http"},
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.lib
version=0.2.1-SNAPSHOT
version=0.2.2-SNAPSHOT
ballerinaLangVersion=2201.10.0

checkstylePluginVersion=10.12.0
Expand Down

0 comments on commit 963ba46

Please sign in to comment.