Skip to content

Commit

Permalink
Merge pull request #46 from ballerina-platform/release-1.1.2
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.1.2 release
  • Loading branch information
Nuvindu authored Feb 24, 2025
2 parents fc18020 + bfee49e commit 3b7cdb2
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 = "avro"
version = "1.1.1"
version = "1.1.2"
authors = ["Ballerina"]
export=["avro"]
keywords = ["avro", "serialization", "deserialization", "serdes"]
Expand All @@ -18,8 +18,8 @@ graalvmCompatible = true
[[platform.java21.dependency]]
groupId = "io.ballerina.lib"
artifactId = "avro-native"
version = "1.1.1"
path = "../native/build/libs/avro-native-1.1.1.jar"
version = "1.1.2"
path = "../native/build/libs/avro-native-1.1.2.jar"

[[platform.java21.dependency]]
groupId = "org.apache.avro"
Expand Down
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"
[[package]]
org = "ballerina"
name = "avro"
version = "1.1.1"
version = "1.1.2"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
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=1.1.2-SNAPSHOT
version=1.1.3-SNAPSHOT
ballerinaLangVersion=2201.11.0

checkstylePluginVersion=10.12.0
Expand Down

0 comments on commit 3b7cdb2

Please sign in to comment.