Skip to content

Commit

Permalink
Merge pull request #26 from ballerina-platform/java17-support
Browse files Browse the repository at this point in the history
Bump to the next minor version
  • Loading branch information
niveathika authored Oct 20, 2023
2 parents 8373ba5 + 7b8ba0c commit 9a74244
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
run: |
echo "Version: ${VERSION}"
git checkout -b release-${VERSION}
sed -i 's/ballerinaLangVersion=\(.*\)-SNAPSHOT/ballerinaLangVersion=\1/g' gradle.properties
sed -i 's/ballerinaLangVersion=\(.*\)-[0-9]\{8\}-[0-9]\{6\}-.*$/ballerinaLangVersion=\1/g' gradle.properties
git add gradle.properties
git commit -m "Move dependencies to stable version" || echo "No changes to commit"
- name: Grant execute permission for gradlew
Expand Down
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
org = "ballerinax"
name = "mssql.driver"
version = "1.5.0"
version = "1.6.0"
authors = ["Ballerina"]
keywords = ["MSSQL", "SQL Server"]
repository = "https://github.com/ballerina-platform/module-ballerinax-mssql.driver"
license = ["Apache-2.0"]
distribution = "2201.7.0"
distribution = "2201.8.0"

[platform.java17]
graalvmCompatible = true
Expand All @@ -17,5 +17,5 @@ path = "./lib/mssql-jdbc-10.2.0.jre17.jar"
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "mssql.driver-native"
version = "1.5.0"
path = "../native/build/libs/mssql.driver-native-1.5.0.jar"
version = "1.6.0"
path = "../native/build/libs/mssql.driver-native-1.6.0-SNAPSHOT.jar"
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.7.0"
distribution-version = "2201.8.0"

[[package]]
org = "ballerinax"
name = "mssql.driver"
version = "1.5.0"
version = "1.6.0"
modules = [
{org = "ballerinax", packageName = "mssql.driver", moduleName = "mssql.driver"}
]
Expand Down
6 changes: 3 additions & 3 deletions ballerina/Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ This Package bundles the latest MSSQL driver so that the mssql connector can be

## Compatibility

| | Version |
|:---|:---------------:|
|Ballerina Language | **2201.3.0** |
| | Version |
|:---|:----------------:|
|Ballerina Language | **2201.8.0** |
|MSSQL Driver | **10.2.0.jre17** |

## Usage
Expand Down
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Ballerina"]
keywords = ["MSSQL", "SQL Server"]
repository = "https://github.com/ballerina-platform/module-ballerinax-mssql.driver"
license = ["Apache-2.0"]
distribution = "2201.7.0"
distribution = "2201.8.0"

[platform.java17]
graalvmCompatible = true
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerina.stdlib
version=1.5.1-SNAPSHOT
version=1.6.0-SNAPSHOT

githubSpotbugsVersion=5.0.14
githubJohnrengelmanShadowVersion=8.1.0
Expand All @@ -8,4 +8,4 @@ underCouchDownloadVersion=5.4.0
researchgateReleaseVersion=2.8.0
ballerinaGradlePluginVersion=2.0.1

ballerinaLangVersion=2201.8.0-20230726-145300-b2bdf796
ballerinaLangVersion=2201.8.0

0 comments on commit 9a74244

Please sign in to comment.