File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ graalvmCompatible = true
1616groupId = " io.ballerina.stdlib"
1717artifactId = " sql-native"
1818version = " 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"
2323scope = " testOnly"
2424
2525[[platform .java21 .dependency ]]
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ id = "sql-compiler-plugin"
33class = " 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"
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ dependencies = [
5454[[package ]]
5555org = " ballerina"
5656name = " data.jsondata"
57- version = " 1.1.2 "
57+ version = " 1.1.0 "
5858scope = " testOnly"
5959dependencies = [
6060 {org = " ballerina" , name = " jballerina.java" },
@@ -79,7 +79,7 @@ modules = [
7979[[package ]]
8080org = " ballerina"
8181name = " http"
82- version = " 2.14.5 "
82+ version = " 2.14.0 "
8383scope = " testOnly"
8484dependencies = [
8585 {org = " ballerina" , name = " auth" },
@@ -280,7 +280,7 @@ dependencies = [
280280[[package ]]
281281org = " ballerina"
282282name = " oauth2"
283- version = " 2.14.1 "
283+ version = " 2.14.0 "
284284scope = " testOnly"
285285dependencies = [
286286 {org = " ballerina" , name = " cache" },
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This file contains all the notable changes done to the Ballerina SQL package thr
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change 11group =io.ballerina.stdlib
2- version =1.17.0 -SNAPSHOT
2+ version =1.17.1 -SNAPSHOT
33ballerinaLangVersion =2201.12.0
44
55checkstylePluginVersion =10.12.1
You can’t perform that action at this time.
0 commit comments