Skip to content

Commit

Permalink
Merge pull request #354 from ballerina-platform/release-1.3.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 1.3.0 release
  • Loading branch information
daneshk authored Feb 2, 2022
2 parents b684fb8 + d0761d9 commit 0455084
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 24 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ license = ["Apache-2.0"]
distribution = "2201.0.0"

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

[[platform.java11.dependency]]
path = "./lib/sql-native-1.3.0-20220118-223600-1381258.jar"
path = "./lib/sql-native-1.3.0.jar"

[[platform.java11.dependency]]
path = "./lib/mysql-connector-java-8.0.21.jar"
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 = "mysql-compiler-plugin"
class = "io.ballerina.stdlib.mysql.compiler.MySQLCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/mysql-compiler-plugin-1.3.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/mysql-compiler-plugin-1.3.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.3.0] - 2022-01-29

### Changed
- [Fix Compiler plugin crash when variable is passed for `sql:ConnectionPool` and `mysql:Options`](https://github.com/ballerina-platform/ballerina-standard-library/issues/2536)

Expand Down
42 changes: 21 additions & 21 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerina.stdlib
version=1.3.0-SNAPSHOT
version=1.3.1-SNAPSHOT

puppycrawlCheckstyleVersion=8.18
mySQLDriverVersion=8.0.21
Expand All @@ -11,26 +11,26 @@ researchgateReleaseVersion=2.8.0
testngVersion=7.4.0
ballerinaGradlePluginVersion=0.14.1

ballerinaLangVersion=2201.0.0-20220126-220000-041afc92
ballerinaLangVersion=2201.0.0

stdlibSqlVersion=1.3.0-20220127-145000-31aa857
stdlibSqlVersion=1.3.0

stdlibIoVersion=1.2.0-20220126-233600-3f667da
stdlibRegexVersion=1.2.0-20220126-233500-1b68dc6
stdlibOsVersion=1.2.0-20220127-125200-0103046
stdlibTimeVersion=2.2.0-20220126-233600-d32005d
stdlibLogVersion=2.2.0-20220127-001900-a8b1fe5
stdlibFileVersion=1.2.0-20220127-130200-3b011aa
observeVersion=1.0.1-20220126-233600-a78e8f2
stdlibIoVersion=1.2.0
stdlibRegexVersion=1.2.0
stdlibOsVersion=1.2.0
stdlibTimeVersion=2.2.0
stdlibLogVersion=2.2.0
stdlibFileVersion=1.2.0
observeVersion=1.0.1

stdlibTransactionVersion=1.0.18-20220127-142000-4fde6c1
stdlibTaskVersion=2.2.0-20220126-234700-8921797
stdlibCryptoVersion=2.2.0-20220126-234200-04f460f
stdlibUuidVersion=1.2.0-20220127-001300-4345d90
stdlibCacheVersion=3.2.0-20220127-001800-959a965
stdlibMimeVersion=2.2.0-20220127-003000-a2508f7
stdlibAuthVersion=2.2.0-20220127-002900-0b9201f
stdlibJwtVersion=2.2.0-20220127-002900-048d433
stdlibOAuth2Version=2.2.0-20220127-085800-d02cbcb
stdlibUrlVersion=2.2.0-20220126-233500-779064a
stdlibHttpVersion=2.2.0-20220127-134200-794c3e4
stdlibTransactionVersion=1.0.18
stdlibTaskVersion=2.2.0
stdlibCryptoVersion=2.2.0
stdlibUuidVersion=1.2.0
stdlibCacheVersion=3.2.0
stdlibMimeVersion=2.2.0
stdlibAuthVersion=2.2.0
stdlibJwtVersion=2.2.0
stdlibOAuth2Version=2.2.0
stdlibUrlVersion=2.2.0
stdlibHttpVersion=2.2.0

0 comments on commit 0455084

Please sign in to comment.