Skip to content

Commit

Permalink
Merge pull request #51 from ballerina-platform/timestamped-version-up…
Browse files Browse the repository at this point in the history
…date12

[Automated] Update the lang version to 2201.12.0-20250228-201300-8d411a0f
  • Loading branch information
Nuvindu authored Mar 3, 2025
2 parents 3b7cdb2 + 38295bf commit 1f76ef9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.2"
version = "1.1.3"
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.2"
path = "../native/build/libs/avro-native-1.1.2.jar"
version = "1.1.3"
path = "../native/build/libs/avro-native-1.1.3-SNAPSHOT.jar"

[[platform.java21.dependency]]
groupId = "org.apache.avro"
Expand Down
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"
distribution-version = "2201.12.0-20250228-201300-8d411a0f"

[[package]]
org = "ballerina"
name = "avro"
version = "1.1.2"
version = "1.1.3"
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,7 +1,7 @@
org.gradle.caching=true
group=io.ballerina.lib
version=1.1.3-SNAPSHOT
ballerinaLangVersion=2201.11.0
ballerinaLangVersion=2201.12.0-20250228-201300-8d411a0f

checkstylePluginVersion=10.12.0
spotbugsPluginVersion=6.0.18
Expand Down

0 comments on commit 1f76ef9

Please sign in to comment.