Skip to content

Commit

Permalink
Merge pull request #29 from ballerina-platform/release-1.0.2
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.0.2 release
  • Loading branch information
Nuvindu authored Oct 28, 2024
2 parents 3b83eef + 642b9e2 commit 4c32e18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0.2"
path = "../native/build/libs/avro-native-1.0.2-SNAPSHOT.jar"
path = "../native/build/libs/avro-native-1.0.2.jar"

[[platform.java17.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 @@ -23,7 +23,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.6.1"
version = "1.6.0"
scope = "testOnly"
dependencies = [
{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.0.2-SNAPSHOT
version=1.0.3-SNAPSHOT
ballerinaLangVersion=2201.9.0

checkstylePluginVersion=10.12.0
Expand Down

0 comments on commit 4c32e18

Please sign in to comment.