Skip to content

Commit

Permalink
Merge pull request #470 from ballerina-platform/release-1.2.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 1.2.0 release
  • Loading branch information
niveathika authored Dec 13, 2021
2 parents b250fc7 + ac6161d commit 02b3e92
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 22 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ license = ["Apache-2.0"]
distribution = "slbeta6"

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

[[platform.java11.dependency]]
path = "../test-utils/build/libs/sql-test-utils-1.2.0-SNAPSHOT.jar"
path = "../test-utils/build/libs/sql-test-utils-1.2.0.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.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.2.0.jar"
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

## [1.2.0] - 2021-12-13

### Changed
- [Fix queryRow method to use module's provided resultParameterProcessor](https://github.com/ballerina-platform/ballerina-standard-library/issues/2466)

Expand Down
38 changes: 19 additions & 19 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerina.stdlib
version=1.2.0-SNAPSHOT
version=1.2.1-SNAPSHOT

puppycrawlCheckstyleVersion=8.18
hikkariLibVersion=3.3.1
Expand All @@ -14,23 +14,23 @@ researchgateReleaseVersion=2.8.0
testngVersion=7.4.0
ballerinaGradlePluginVersion=0.14.1

ballerinaLangVersion=2.0.0-beta.6-20211211-193900-8a474932
ballerinaLangVersion=2.0.0-beta.6

stdlibIoVersion=1.1.0-20211211-222600-7dddf72
stdlibRegexVersion=1.1.0-20211211-222600-7920da8
stdlibOsVersion=1.1.0-20211211-223300-c33f8c4
stdlibTimeVersion=2.1.0-20211211-222600-471e4ac
stdlibLogVersion=2.1.0-20211211-235400-f4ec338
stdlibFileVersion=1.1.0-20211212-003800-de6bc30
stdlibIoVersion=1.1.0
stdlibRegexVersion=1.1.0
stdlibOsVersion=1.1.0
stdlibTimeVersion=2.1.0
stdlibLogVersion=2.1.0
stdlibFileVersion=1.1.0

stdlibTransactionVersion=1.0.17-20211213-162300-f4f905f
stdlibTaskVersion=2.1.0-20211211-234700-198205a
stdlibCryptoVersion=2.1.0-20211211-234600-61f2612
stdlibUuidVersion=1.1.0-20211212-003800-744f21a
stdlibCacheVersion=3.1.0-20211212-003700-2750a99
stdlibMimeVersion=2.1.0-20211212-003800-047a58b
stdlibAuthVersion=2.1.0-20211212-010000-d223c62
stdlibJwtVersion=2.1.0-20211212-010000-8ce8b52
stdlibOAuth2Version=2.1.0-20211212-010000-542364a
stdlibUrlVersion=2.1.0-20211211-222700-0efc807
stdlibHttpVersion=2.1.0-20211213-152700-65f9643
stdlibTransactionVersion=1.0.17
stdlibTaskVersion=2.1.0
stdlibCryptoVersion=2.1.0
stdlibUuidVersion=1.1.0
stdlibCacheVersion=3.1.0
stdlibMimeVersion=2.1.0
stdlibAuthVersion=2.1.0
stdlibJwtVersion=2.1.0
stdlibOAuth2Version=2.1.0
stdlibUrlVersion=2.1.0
stdlibHttpVersion=2.1.0

0 comments on commit 02b3e92

Please sign in to comment.