Skip to content

Commit 96d6a0a

Browse files
ballerina-botballerina-botTharmiganK
authored
[Automated] Sync master after 3.3.0 release (#1061)
* [Automated] Update the native jar versions * Move dependencies to stable versions * [Automated] Update the native jar versions * [Gradle Release Plugin] - pre tag commit: 'v3.3.0'. * [Gradle Release Plugin] - new version commit: 'v3.3.1-SNAPSHOT'. * Update changelog.md --------- Co-authored-by: ballerina-bot <ballerina-bot@ballerina.org> Co-authored-by: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com>
1 parent 1803cf6 commit 96d6a0a

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

ballerina/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ path = "./lib/amqp-client-5.18.0.jar"
1919
groupId = "io.ballerina.stdlib"
2020
artifactId = "rabbitmq-native"
2121
version = "3.3.0"
22-
path = "../native/build/libs/rabbitmq-native-3.3.0-SNAPSHOT.jar"
22+
path = "../native/build/libs/rabbitmq-native-3.3.0.jar"
2323

2424
[[platform.java21.dependency]]
2525
groupId = "io.ballerina.stdlib"

ballerina/CompilerPlugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ id = "rabbitmq-compiler-plugin"
33
class = "io.ballerina.stdlib.rabbitmq.plugin.RabbitmqCompilerPlugin"
44

55
[[dependency]]
6-
path = "../compiler-plugin/build/libs/rabbitmq-compiler-plugin-3.3.0-SNAPSHOT.jar"
6+
path = "../compiler-plugin/build/libs/rabbitmq-compiler-plugin-3.3.0.jar"

ballerina/Dependencies.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ modules = [
5959
[[package]]
6060
org = "ballerina"
6161
name = "data.jsondata"
62-
version = "1.1.1"
62+
version = "1.1.0"
6363
scope = "testOnly"
6464
dependencies = [
6565
{org = "ballerina", name = "jballerina.java"},
@@ -81,7 +81,7 @@ dependencies = [
8181
[[package]]
8282
org = "ballerina"
8383
name = "http"
84-
version = "2.14.3"
84+
version = "2.14.2"
8585
scope = "testOnly"
8686
dependencies = [
8787
{org = "ballerina", name = "auth"},
@@ -289,7 +289,7 @@ dependencies = [
289289
[[package]]
290290
org = "ballerina"
291291
name = "oauth2"
292-
version = "2.14.1"
292+
version = "2.14.0"
293293
scope = "testOnly"
294294
dependencies = [
295295
{org = "ballerina", name = "cache"},
@@ -321,7 +321,7 @@ dependencies = [
321321
[[package]]
322322
org = "ballerina"
323323
name = "task"
324-
version = "2.11.0"
324+
version = "2.10.0"
325325
dependencies = [
326326
{org = "ballerina", name = "jballerina.java"},
327327
{org = "ballerina", name = "time"},

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This file contains all the notable changes done to the Ballerina RabbitMQ packag
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## Unreleased
6+
## [3.3.0] - 2025-08-15
77

88
### Changed
99

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.caching=true
22
group=io.ballerina.stdlib
3-
version=3.3.0-SNAPSHOT
3+
version=3.3.1-SNAPSHOT
44
ballerinaLangVersion=2201.12.0
55

66
amqpClientVersion=5.18.0
@@ -36,7 +36,7 @@ stdlibAuthVersion=2.14.0
3636
stdlibDataJsonDataVersion=1.1.0
3737
stdlibJwtVersion=2.15.0
3838
stdlibOAuth2Version=2.14.0
39-
stdlibMessagingVersion=1.0.0-20250814-105000-4329897
39+
stdlibMessagingVersion=1.0.0
4040

4141
stdlibHttpVersion=2.14.2
4242

0 commit comments

Comments
 (0)