From 8e7421381a223cba2387eb393ede61a65c4f88d7 Mon Sep 17 00:00:00 2001 From: Ayesh Almeida <77491511+ayeshLK@users.noreply.github.com> Date: Fri, 31 May 2024 12:58:01 +0530 Subject: [PATCH] Update package version (#223) * Bump package version --- ballerina/Ballerina.toml | 6 +++--- ballerina/Dependencies.toml | 2 +- gradle.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index dc5e9d72..cd6e30d4 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -2,7 +2,7 @@ distribution = "2201.8.0" org = "ballerinax" name = "asb" -version = "3.7.0" +version = "3.8.0-SNAPSHOT" license= ["Apache-2.0"] authors = ["Ballerina"] keywords = ["IT Operations/Message Brokers", "Cost/Paid", "Vendor/Microsoft"] @@ -19,5 +19,5 @@ graalvmCompatible = true groupId = "org.ballerinax" artifactId = "asb-native" module = "asb-native" -version = "3.7.0" -path = "../native/build/libs/asb-native-3.7.0.jar" +version = "3.8.0-SNAPSHOT" +path = "../native/build/libs/asb-native-3.8.0-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 6fbb0e53..9b8a7d9e 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -127,7 +127,7 @@ modules = [ [[package]] org = "ballerinax" name = "asb" -version = "3.7.0" +version = "3.8.0-SNAPSHOT" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.runtime"}, diff --git a/gradle.properties b/gradle.properties index f1da800b..44b86db4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=org.ballerinax.azure.servicebus -version=3.7.0 +version=3.8.0-SNAPSHOT checkstylePluginVersion=10.12.0 spotbugsPluginVersion=5.0.14