Skip to content

Commit

Permalink
Merge pull request #288 from ballerina-platform/release-1.3.0
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.3.0 release
  • Loading branch information
Bhashinee committed May 6, 2024
2 parents b7ce80f + 5c372c4 commit 982d5e0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "persist-native"
version = "1.3.0"
path = "../native/build/libs/persist-native-1.3.0-SNAPSHOT.jar"
path = "../native/build/libs/persist-native-1.3.0.jar"
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 = "persist-compiler-plugin"
class = "io.ballerina.stdlib.persist.compiler.PersistCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/persist-compiler-plugin-1.3.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/persist-compiler-plugin-1.3.0.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.9.0-20240229-103900-a949e6d4"
distribution-version = "2201.9.0"

[[package]]
org = "ballerina"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerina.stdlib
version=1.3.0-SNAPSHOT
version=1.3.1-SNAPSHOT

puppycrawlCheckstyleVersion=10.12.0
checkstyleToolVersion=7.8.2
Expand All @@ -11,7 +11,7 @@ testngVersion=7.6.1
gsonVersion=2.10.1
ballerinaGradlePluginVersion=2.0.1

ballerinaLangVersion=2201.9.0-20240502-141200-0a49fa42
ballerinaLangVersion=2201.9.0

# Direct Dependencies

Expand Down

0 comments on commit 982d5e0

Please sign in to comment.