Skip to content

Commit d727b42

Browse files
ballerina-botballerina-botTharmiganK
authored
[Automated] Sync master after 2.17.0 release (#1448)
* [Automated] Update the native jar versions * [Gradle Release Plugin] - pre tag commit: 'v2.17.0'. * [Gradle Release Plugin] - new version commit: 'v2.17.1-SNAPSHOT'. * Update changelog for version 2.17.0 release --------- Co-authored-by: ballerina-bot <ballerina-bot@ballerina.org> Co-authored-by: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com>
1 parent 53a45a4 commit d727b42

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

ballerina/Ballerina.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ graalvmCompatible = true
1616
groupId = "io.ballerina.stdlib"
1717
artifactId = "log-native"
1818
version = "2.17.0"
19-
path = "../native/build/libs/log-native-2.17.0-SNAPSHOT.jar"
19+
path = "../native/build/libs/log-native-2.17.0.jar"
2020

2121
[[platform.java21.dependency]]
2222
groupId = "io.ballerina.stdlib"
2323
artifactId = "log-compiler-plugin"
2424
version = "2.17.0"
25-
path = "../compiler-plugin/build/libs/log-compiler-plugin-2.17.0-SNAPSHOT.jar"
25+
path = "../compiler-plugin/build/libs/log-compiler-plugin-2.17.0.jar"
2626

2727
[[platform.java21.dependency]]
2828
groupId = "io.ballerina.stdlib"
2929
artifactId = "log-test-utils"
3030
version = "2.17.0"
31-
path = "../test-utils/build/libs/log-test-utils-2.17.0-SNAPSHOT.jar"
31+
path = "../test-utils/build/libs/log-test-utils-2.17.0.jar"
3232
scope = "testOnly"

ballerina/CompilerPlugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ id = "log-compiler-plugin"
33
class = "io.ballerina.stdlib.log.compiler.LogCompilerPlugin"
44

55
[[dependency]]
6-
path = "../compiler-plugin/build/libs/log-compiler-plugin-2.17.0-SNAPSHOT.jar"
6+
path = "../compiler-plugin/build/libs/log-compiler-plugin-2.17.0.jar"

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22
This file contains all the notable changes done to the Ballerina Log package through the releases.
33

4-
## [Unreleased]
4+
## [2.17.0] - 2026-02-20
55

66
### Added
77

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.17.0-SNAPSHOT
3+
version=2.17.1-SNAPSHOT
44
ballerinaLangVersion=2201.13.0
55

66
checkstylePluginVersion=10.12.0

0 commit comments

Comments
 (0)