Skip to content

Commit

Permalink
Merge pull request #25 from ballerina-platform/release-1.0.3
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.0.3 release
  • Loading branch information
aashikam authored Jul 1, 2024
2 parents 60e5706 + 2c6a91e commit 1ea76ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerinax"
name = "aws.redshift"
version = "1.0.2"
version = "1.0.3"
authors = ["Ballerina"]
keywords = ["Data Warehouse", "Columnar Storage", "Cost/Paid", "vendor/aws"]
repository = "https://github.com/ballerina-platform/module-ballerinax-aws.redshift"
Expand All @@ -15,8 +15,8 @@ graalvmCompatible = true
[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "aws.redshift-native"
version = "1.0.2"
path = "../native/build/libs/aws.redshift-native-1.0.2.jar"
version = "1.0.3"
path = "../native/build/libs/aws.redshift-native-1.0.3.jar"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
Expand Down
8 changes: 4 additions & 4 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.10.11"
version = "2.10.13"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -267,7 +267,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.2.2"
version = "1.2.3"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -286,7 +286,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "sql"
version = "1.12.0"
version = "1.12.1"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -375,7 +375,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "aws.redshift"
version = "1.0.2"
version = "1.0.3"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "log"},
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.lib
version=1.0.3-SNAPSHOT
version=1.0.4-SNAPSHOT

checkstylePluginVersion=10.12.0
spotbugsPluginVersion=5.0.14
Expand Down

0 comments on commit 1ea76ee

Please sign in to comment.