Skip to content

Commit

Permalink
Merge pull request #241 from ballerina-platform/release-3.8.2
Browse files Browse the repository at this point in the history
[Automated] Sync main after 3.8.2 release
  • Loading branch information
ayeshLK authored Oct 1, 2024
2 parents 84f36ff + c85d60d commit 8c56fee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
distribution = "2201.8.0"
org = "ballerinax"
name = "asb"
version = "3.8.2-SNAPSHOT"
version = "3.8.2"
license= ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["IT Operations/Message Brokers", "Cost/Paid", "Vendor/Microsoft"]
Expand All @@ -19,8 +19,8 @@ graalvmCompatible = true
groupId = "org.ballerinax"
artifactId = "asb-native"
module = "asb-native"
version = "3.8.2-SNAPSHOT"
path = "../native/build/libs/asb-native-3.8.2-SNAPSHOT.jar"
version = "3.8.2"
path = "../native/build/libs/asb-native-3.8.2.jar"

[[platform.java17.dependency]]
groupId = "com.fasterxml.jackson.core"
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "asb"
version = "3.8.2-SNAPSHOT"
version = "3.8.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.runtime"},
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.lib
version=3.8.2-SNAPSHOT
version=3.8.3-SNAPSHOT

checkstylePluginVersion=10.12.0
spotbugsPluginVersion=5.0.14
Expand Down

0 comments on commit 8c56fee

Please sign in to comment.