Skip to content

Commit

Permalink
Merge pull request #502 from ballerina-platform/release-1.4.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 1.4.0 release
  • Loading branch information
niveathika authored Jun 2, 2022
2 parents 3cd4763 + bdd5d9f commit 01b4219
Show file tree
Hide file tree
Showing 4 changed files with 28 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 @@ -10,10 +10,10 @@ license = ["Apache-2.0"]
distribution = "2201.1.0"

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

[[platform.java11.dependency]]
path = "./lib/sql-native-1.4.0-20220527-170800-a2a0fb1.jar"
path = "./lib/sql-native-1.4.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.4.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/mysql-compiler-plugin-1.4.0.jar"
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

### Changed

## [1.4.0] - 2022-05-30

### Added
- [Improve DB columns to Ballerina record Mapping through Annotation](https://github.com/ballerina-platform/ballerina-standard-library/issues/2652)

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.4.0-SNAPSHOT
version=1.4.1-SNAPSHOT

puppycrawlCheckstyleVersion=8.18
mySQLDriverVersion=8.0.21
Expand All @@ -13,24 +13,24 @@ ballerinaGradlePluginVersion=0.14.1

ballerinaLangVersion=2201.1.0

stdlibSqlVersion=1.4.0-20220527-170800-a2a0fb1
stdlibSqlVersion=1.4.0

stdlibIoVersion=1.2.2-20220527-135700-5f04b78
stdlibRegexVersion=1.3.0-20220527-123300-4763b8d
stdlibOsVersion=1.3.0-20220527-142300-3cbeff3
stdlibTimeVersion=2.2.2-20220527-135800-18bb719
stdlibLogVersion=2.3.0-20220527-150400-a398ffa
stdlibFileVersion=1.3.0-20220527-151500-90ed096
stdlibIoVersion=1.2.2
stdlibRegexVersion=1.3.0
stdlibOsVersion=1.3.0
stdlibTimeVersion=2.2.2
stdlibLogVersion=2.3.0
stdlibFileVersion=1.3.0
observeVersion=1.0.4

stdlibTransactionVersion=1.1.0-20220530-192900-38381e4
stdlibTaskVersion=2.2.2-20220527-142700-3afc0a4
stdlibCryptoVersion=2.2.2-20220527-144600-7afd755
stdlibUuidVersion=1.3.0-20220530-183300-0c6d347
stdlibCacheVersion=3.2.2-20220527-145900-ebef45f
stdlibMimeVersion=2.3.0-20220527-151400-9ed2475
stdlibAuthVersion=2.3.0-20220527-151200-646d546
stdlibJwtVersion=2.3.0-20220527-151400-61a71b0
stdlibOAuth2Version=2.3.0-20220527-151600-3a548fb
stdlibUrlVersion=2.2.2-20220527-115300-f92a189
stdlibHttpVersion=2.3.0-20220527-155600-bb9a583
stdlibTransactionVersion=1.1.0
stdlibTaskVersion=2.2.2
stdlibCryptoVersion=2.2.2
stdlibUuidVersion=1.3.0
stdlibCacheVersion=3.2.2
stdlibMimeVersion=2.3.0
stdlibAuthVersion=2.3.0
stdlibJwtVersion=2.3.0
stdlibOAuth2Version=2.3.0
stdlibUrlVersion=2.2.2
stdlibHttpVersion=2.3.0

0 comments on commit 01b4219

Please sign in to comment.