Skip to content

Commit

Permalink
Merge pull request #472 from niveathika/master
Browse files Browse the repository at this point in the history
Update module and distribution version
  • Loading branch information
daneshk authored Dec 21, 2021
2 parents 905486a + 06fd681 commit 54b27f2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[package]
org = "ballerina"
name = "sql"
version = "1.2.1"
version = "1.3.0"
authors = ["Ballerina"]
keywords = ["database", "client", "network", "SQL", "RDBMS"]
repository = "https://github.com/ballerina-platform/module-ballerina-sql"
license = ["Apache-2.0"]
distribution = "slbeta6"
distribution = "2201.0.0"

[[platform.java11.dependency]]
path = "../native/build/libs/sql-native-1.2.1-SNAPSHOT.jar"
path = "../native/build/libs/sql-native-1.3.0-SNAPSHOT.jar"

[[platform.java11.dependency]]
path = "../test-utils/build/libs/sql-test-utils-1.2.1-SNAPSHOT.jar"
path = "../test-utils/build/libs/sql-test-utils-1.3.0-SNAPSHOT.jar"
scope = "testOnly"

[[platform.java11.dependency]]
Expand Down
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "sql-compiler-plugin"
class = "io.ballerina.stdlib.sql.compiler.SQLCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.2.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.3.0-SNAPSHOT.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "sql"
version = "1.2.1"
version = "1.3.0"
dependencies = [
{org = "ballerina", name = "file"},
{org = "ballerina", name = "io"},
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 = ["database", "client", "network", "SQL", "RDBMS"]
repository = "https://github.com/ballerina-platform/module-ballerina-sql"
license = ["Apache-2.0"]
distribution = "slbeta6"
distribution = "2201.0.0"

[[platform.java11.dependency]]
path = "../native/build/libs/[email protected]@.jar"
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Changed
- Release SQL module on Ballerina 2201.0.0 distribution

## [1.2.0] - 2021-12-13

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerina.stdlib
version=1.2.1-SNAPSHOT
version=1.3.0-SNAPSHOT

puppycrawlCheckstyleVersion=8.18
hikkariLibVersion=3.3.1
Expand Down

0 comments on commit 54b27f2

Please sign in to comment.