Skip to content

Commit d719fa5

Browse files
ballerina-botballerina-botThisaruGuruge
authored
[Automated] Sync 2201.12.x after 1.17.0 release (#780)
* [Automated] Update native jar versions in toml files * [Automated] Update native jar versions in toml files * [Gradle Release Plugin] - pre tag commit: 'v1.17.0'. * [Gradle Release Plugin] - new version commit: 'v1.17.1-SNAPSHOT'. * Update the changelog --------- Co-authored-by: ballerina-bot <ballerina-bot@ballerina.org> Co-authored-by: Thisaru Guruge <thisaru@wso2.com>
1 parent c24da72 commit d719fa5

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

ballerina/Ballerina.toml

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

2121
[[platform.java21.dependency]]
22-
path = "../test-utils/build/libs/sql-test-utils-1.17.0-SNAPSHOT.jar"
22+
path = "../test-utils/build/libs/sql-test-utils-1.17.0.jar"
2323
scope = "testOnly"
2424

2525
[[platform.java21.dependency]]

ballerina/CompilerPlugin.toml

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

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

ballerina/Dependencies.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies = [
5454
[[package]]
5555
org = "ballerina"
5656
name = "data.jsondata"
57-
version = "1.1.2"
57+
version = "1.1.0"
5858
scope = "testOnly"
5959
dependencies = [
6060
{org = "ballerina", name = "jballerina.java"},
@@ -79,7 +79,7 @@ modules = [
7979
[[package]]
8080
org = "ballerina"
8181
name = "http"
82-
version = "2.14.5"
82+
version = "2.14.0"
8383
scope = "testOnly"
8484
dependencies = [
8585
{org = "ballerina", name = "auth"},
@@ -280,7 +280,7 @@ dependencies = [
280280
[[package]]
281281
org = "ballerina"
282282
name = "oauth2"
283-
version = "2.14.1"
283+
version = "2.14.0"
284284
scope = "testOnly"
285285
dependencies = [
286286
{org = "ballerina", name = "cache"},

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file contains all the notable changes done to the Ballerina SQL package thr
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [1.17.0] 2025-09-19
88

99
### Added
1010

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=io.ballerina.stdlib
2-
version=1.17.0-SNAPSHOT
2+
version=1.17.1-SNAPSHOT
33
ballerinaLangVersion=2201.12.0
44

55
checkstylePluginVersion=10.12.1

0 commit comments

Comments
 (0)