Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate ASB connector to SL Update 8 #199

Merged
merged 2 commits into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dev-stg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set Up Ballerina
uses: ballerina-platform/[email protected]
with:
version: 2201.7.0
version: 2201.8.0

# Grant execute permission to the gradlew script
- name: Grant execute permission for gradlew
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set Up Ballerina
uses: ballerina-platform/[email protected]
with:
version: 2201.7.0
version: 2201.8.0

# Grant execute permission to the gradlew script
- name: Grant execute permission for gradlew
Expand Down
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
distribution = "2201.7.0"
distribution = "2201.8.0"
org = "ballerinax"
name = "asb"
version = "3.6.0"
version = "3.7.0"
license= ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["IT Operations/Message Brokers", "Cost/Paid", "Vendor/Microsoft"]
Expand All @@ -16,8 +16,8 @@ observabilityIncluded = true
graalvmCompatible = true

[[platform.java11.dependency]]
path = "../native/build/libs/azure-service-bus-native-3.6.0.jar"
path = "../native/build/libs/azure-service-bus-native-3.7.0.jar"
groupId = "org.ballerinax"
artifactId = "asb-native"
module = "asb-native"
version = "3.6.0"
version = "3.7.0"
2 changes: 1 addition & 1 deletion ballerina/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This package offers usage and management capabilities for Azure Service Bus reso

| | Version |
|----------------------------|-----------------------|
| Ballerina Language | Swan Lake 2201.7.0 |
| Ballerina Language | Swan Lake 2201.8.0 |
| Azure Service Bus SDK | 7.13.1 |

## Report issues
Expand Down
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
distribution = "2201.7.0"
distribution = "2201.8.0"
org = "ballerinax"
name = "asb"
version = "@project.version@"
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=org.ballerinax.azure.servicebus
version=3.6.0
version=3.7.0

puppycrawlCheckstyleVersion=10.12.1
checkstyleToolVersion=10.12.1
Expand Down