Skip to content

Commit

Permalink
Merge pull request #471 from ballerina-platform/release-2.3.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.3.0 release
  • Loading branch information
TharmiganK committed Jul 6, 2023
2 parents bea5e27 + 6384499 commit 4c7d606
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "url-native"
version = "2.3.0"
path = "../native/build/libs/url-native-2.3.0-SNAPSHOT.jar"
path = "../native/build/libs/url-native-2.3.0.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
4 changes: 2 additions & 2 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=2.3.0-SNAPSHOT
version=2.3.1-SNAPSHOT

puppycrawlCheckstyleVersion=8.18
ballerinaGradlePluginVersion=1.1.0

ballerinaLangVersion= 2201.7.0-20230622-064700-4a2dc6dd
ballerinaLangVersion= 2201.7.0

0 comments on commit 4c7d606

Please sign in to comment.