Skip to content

Commit

Permalink
Merge pull request #89 from ballerina-platform/release-1.4.1
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.4.1 release
  • Loading branch information
daneshk authored Oct 31, 2024
2 parents 40c1d60 + e3e42bb commit 950e902
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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 = "persist.sql-native"
version = "1.4.1"
path = "../native/build/libs/persist.sql-native-1.4.1-SNAPSHOT.jar"
path = "../native/build/libs/persist.sql-native-1.4.1.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,7 +3,7 @@ id = "persist.sql-compiler-plugin"
class = "io.ballerina.stdlib.persist.sql.compiler.PersistSqlCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/persist.sql-compiler-plugin-1.4.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/persist.sql-compiler-plugin-1.4.1.jar"

[[dependency]]
path = "./lib/persist-native-1.4.0.jar"
Expand Down
12 changes: 6 additions & 6 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.12.2"
version = "2.12.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -241,7 +241,7 @@ modules = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.10.1"
version = "2.10.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand Down Expand Up @@ -296,7 +296,7 @@ modules = [
[[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 Expand Up @@ -397,7 +397,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "java.jdbc"
version = "1.12.1"
version = "1.12.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand Down Expand Up @@ -437,7 +437,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "mysql"
version = "1.13.1"
version = "1.13.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand Down Expand Up @@ -487,7 +487,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "postgresql"
version = "1.13.1"
version = "1.13.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
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.4.1-SNAPSHOT
version=1.4.2-SNAPSHOT

puppycrawlCheckstyleVersion=10.12.1
checkstyleToolVersion=10.12.1
Expand Down

0 comments on commit 950e902

Please sign in to comment.