Skip to content

Commit 0cb26f7

Browse files
ThisaruGurugeballerina-bot
andauthored
Sync Master after Release 2.6.1 (#518)
* [Automated] Update the native jar versions * [Automated] Update the native jar versions * [Gradle Release Plugin] - pre tag commit: 'v2.6.1'. * [Gradle Release Plugin] - new version commit: 'v2.6.2-SNAPSHOT'. --------- Co-authored-by: ballerina-bot <ballerina-bot@ballerina.org>
1 parent 66c502c commit 0cb26f7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ballerina/Ballerina.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
org = "ballerina"
33
name = "url"
4-
version = "2.6.0"
4+
version = "2.6.1"
55
authors = ["Ballerina"]
66
keywords = ["url encoding", "url decoding"]
77
repository = "https://github.com/ballerina-platform/module-ballerina-url"
@@ -15,5 +15,5 @@ graalvmCompatible = true
1515
[[platform.java21.dependency]]
1616
groupId = "io.ballerina.stdlib"
1717
artifactId = "url-native"
18-
version = "2.6.0"
19-
path = "../native/build/libs/url-native-2.6.0.jar"
18+
version = "2.6.1"
19+
path = "../native/build/libs/url-native-2.6.1.jar"

ballerina/Dependencies.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ modules = [
6767
[[package]]
6868
org = "ballerina"
6969
name = "url"
70-
version = "2.6.0"
70+
version = "2.6.1"
7171
dependencies = [
7272
{org = "ballerina", name = "jballerina.java"},
7373
{org = "ballerina", name = "test"}

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.stdlib
3-
version=2.6.1-SNAPSHOT
3+
version=2.6.2-SNAPSHOT
44
githubSpotbugsVersion=6.0.18
55
githubJohnrengelmanShadowVersion=8.1.1
66
underCouchDownloadVersion=5.4.0

0 commit comments

Comments
 (0)