Skip to content

Commit

Permalink
Merge pull request #225 from ballerina-platform/release-1.5.0
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.5.0 release
  • Loading branch information
kalaiyarasiganeshalingam committed Jul 6, 2023
2 parents 67d92fc + 696080e commit b2065b1
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 @@ -17,7 +17,7 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "protobuf-native"
version = "1.5.0"
path = "../native/build/libs/protobuf-native-1.5.0-SNAPSHOT.jar"
path = "../native/build/libs/protobuf-native-1.5.0.jar"

[[platform.java11.dependency]]
path = "./lib/protobuf-java-3.20.3.jar"
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.7.0-20230619-175900-bb4e4544"
distribution-version = "2201.7.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,8 +1,8 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=1.5.0-SNAPSHOT
version=1.5.1-SNAPSHOT

ballerinaLangVersion= 2201.7.0-20230622-064700-4a2dc6dd
ballerinaLangVersion= 2201.7.0
puppycrawlCheckstyleVersion=8.18
testngVersion=6.14.3
slf4jVersion=1.7.30
Expand All @@ -16,4 +16,4 @@ checkstyleToolVersion=7.8.2
ballerinaGradlePluginVersion=1.1.0

#stdlib dependencies
stdlibTimeVersion=2.3.0-20230622-110600-b78c05f
stdlibTimeVersion=2.3.0

0 comments on commit b2065b1

Please sign in to comment.