Skip to content

Commit

Permalink
Merge pull request #42 from ballerina-platform/release-1.1.0
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.1.0 release
  • Loading branch information
daneshk authored Feb 13, 2025
2 parents ed240ab + 3488583 commit 807e30f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ graalvmCompatible = true
groupId = "io.ballerina.lib"
artifactId = "avro-native"
version = "1.1.0"
path = "../native/build/libs/avro-native-1.1.0-SNAPSHOT.jar"
path = "../native/build/libs/avro-native-1.1.0.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 @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.11.0-20250127-101700-a4b67fe5"
distribution-version = "2201.11.0"

[[package]]
org = "ballerina"
Expand Down
6 changes: 3 additions & 3 deletions 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.0-SNAPSHOT
ballerinaLangVersion=2201.11.0-20250127-101700-a4b67fe5
version=1.1.1-SNAPSHOT
ballerinaLangVersion=2201.11.0

checkstylePluginVersion=10.12.0
spotbugsPluginVersion=6.0.18
Expand All @@ -13,6 +13,6 @@ releasePluginVersion=2.8.0
ballerinaGradlePluginVersion=2.3.0

# Dependencies
stdlibIoVersion=1.7.0-20250127-170200-0d36f73
stdlibIoVersion=1.7.0
avroVersion=1.11.4
jacksonVersion=2.18.0

0 comments on commit 807e30f

Please sign in to comment.