Skip to content

Commit

Permalink
Merge pull request #1087 from ballerina-platform/release-1.13.2
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.13.2 release
  • Loading branch information
daneshk authored Nov 11, 2024
2 parents 9edabbe + 565c505 commit 3ae7cd6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "postgresql-native"
version = "1.13.2"
path = "../native/build/libs/postgresql-native-1.13.2-SNAPSHOT.jar"
path = "../native/build/libs/postgresql-native-1.13.2.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
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.13.2-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.13.2.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "sql"
version = "1.14.1"
version = "1.14.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
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.stdlib
version=1.13.2-SNAPSHOT
version=1.13.3-SNAPSHOT

puppycrawlCheckstyleVersion=10.12.1
postgreSQLDriverVersion=42.6.0
Expand Down

0 comments on commit 3ae7cd6

Please sign in to comment.