Skip to content

Commit fc18020

Browse files
authored
Merge pull request #45 from ballerina-platform/release-1.1.1
Sync main with 1.1.1 release
2 parents 5a6fc49 + 3eda204 commit fc18020

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ballerina/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ graalvmCompatible = true
1919
groupId = "io.ballerina.lib"
2020
artifactId = "avro-native"
2121
version = "1.1.1"
22-
path = "../native/build/libs/avro-native-1.1.1-SNAPSHOT.jar"
22+
path = "../native/build/libs/avro-native-1.1.1.jar"
2323

2424
[[platform.java21.dependency]]
2525
groupId = "org.apache.avro"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.caching=true
22
group=io.ballerina.lib
3-
version=1.1.1-SNAPSHOT
3+
version=1.1.2-SNAPSHOT
44
ballerinaLangVersion=2201.11.0
55

66
checkstylePluginVersion=10.12.0

0 commit comments

Comments
 (0)