Skip to content

Commit

Permalink
Merge pull request #126 from kaneeldias/update
Browse files Browse the repository at this point in the history
Update dependencies for the GA release
  • Loading branch information
daneshk authored Dec 21, 2021
2 parents 974d488 + a45d07b commit a309a64
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 35 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 = "ballerinax"
name = "postgresql"
version = "1.2.0"
version = "1.3.0"
authors = ["Ballerina"]
keywords = ["database", "client", "network", "SQL", "RDBMS", "PostgreSQL"]
repository = "https://github.com/ballerina-platform/module-ballerinax-postgresql"
license = ["Apache-2.0"]
distribution = "slbeta6"
distribution = "2201.0.0"

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

[[platform.java11.dependency]]
path = "./lib/sql-native-1.2.0.jar"
path = "./lib/sql-native-1.3.0-20211221-080400-54b27f2.jar"

[[platform.java11.dependency]]
path = "./lib/postgresql-42.2.20.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 = "postgresql-compiler-plugin"
class = "io.ballerina.stdlib.postgresql.compiler.PostgreSQLCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.2.0.jar"
path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.3.0-SNAPSHOT.jar"
18 changes: 9 additions & 9 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies-toml-version = "2"
[[package]]
org = "ballerina"
name = "crypto"
version = "2.1.0"
version = "2.2.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -21,7 +21,7 @@ modules = [
[[package]]
org = "ballerina"
name = "file"
version = "1.1.0"
version = "1.2.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -37,7 +37,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.1.0"
version = "1.2.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand Down Expand Up @@ -94,7 +94,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.1.0"
version = "2.2.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -115,7 +115,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "os"
version = "1.1.0"
version = "1.2.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -124,7 +124,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "regex"
version = "1.1.0"
version = "1.2.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -133,7 +133,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "sql"
version = "1.2.0"
version = "1.3.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -159,7 +159,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.1.0"
version = "2.2.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -170,7 +170,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "postgresql"
version = "1.2.0"
version = "1.3.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "file"},
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", "PostgreSQL"]
repository = "https://github.com/ballerina-platform/module-ballerinax-postgresql"
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 PostgreSQL module on Ballerina 2201.0.0 distribution

## [1.2.0] - 2021-12-13

Expand Down
40 changes: 20 additions & 20 deletions 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
postgreSQLDriverVersion=42.2.20
Expand All @@ -11,25 +11,25 @@ researchgateReleaseVersion=2.8.0
testngVersion=7.4.0
ballerinaGradlePluginVersion=0.14.1

ballerinaLangVersion=2.0.0-beta.6
ballerinaLangVersion=2201.0.0-20211220-171700-44f9bf90

stdlibSqlVersion=1.2.0
stdlibSqlVersion=1.3.0-20211221-080400-54b27f2

stdlibIoVersion=1.1.0
stdlibRegexVersion=1.1.0
stdlibOsVersion=1.1.0
stdlibTimeVersion=2.1.0
stdlibLogVersion=2.1.0
stdlibFileVersion=1.1.0
stdlibIoVersion=1.2.0-20211220-220100-80a0dc6
stdlibRegexVersion=1.2.0-20211220-220100-7c73a1e
stdlibOsVersion=1.2.0-20211220-220700-430417e
stdlibTimeVersion=2.2.0-20211220-220200-109c13b
stdlibLogVersion=2.2.0-20211220-221200-a404414
stdlibFileVersion=1.2.0-20211220-222100-31c6bda

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
stdlibTransactionVersion=1.0.18-20211220-235700-5aa3a87
stdlibTaskVersion=2.2.0-20211220-221200-c0e7206
stdlibCryptoVersion=2.2.0-20211220-220700-e50ae77
stdlibUuidVersion=1.2.0-20211220-222100-c4c3b7c
stdlibCacheVersion=3.2.0-20211220-222100-01bd0d3
stdlibMimeVersion=2.2.0-20211220-222200-7bd9f71
stdlibAuthVersion=2.2.0-20211220-223000-1af96b8
stdlibJwtVersion=2.2.0-20211220-223000-983c6e9
stdlibOAuth2Version=2.2.0-20211220-223400-fe41bb8
stdlibUrlVersion=2.2.0-20211220-220200-b745b3d
stdlibHttpVersion=2.2.0-20211220-231000-bd0a791

0 comments on commit a309a64

Please sign in to comment.