From d467ddc32f6e332ba420500f065cb47f95a6eaa3 Mon Sep 17 00:00:00 2001 From: wso2-jenkins-bot Date: Fri, 8 Sep 2023 01:57:01 +0000 Subject: [PATCH] [Automated] Update the native jar versions --- runtime/config-deployer-service/ballerina/Ballerina.toml | 6 +++--- runtime/config-deployer-service/ballerina/Dependencies.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/runtime/config-deployer-service/ballerina/Ballerina.toml b/runtime/config-deployer-service/ballerina/Ballerina.toml index 7eba60dcb..26ed9c215 100644 --- a/runtime/config-deployer-service/ballerina/Ballerina.toml +++ b/runtime/config-deployer-service/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "wso2" name = "config_deployer_service" -version = "1.0.0-rc2" +version = "1.0.0-SNAPSHOT" distribution = "2201.7.0" [build-options] @@ -16,8 +16,8 @@ repository = "local" [[platform.java11.dependency]] groupId = "org.wso2.apk" artifactId = "org.wso2.apk.config" -version = "1.0.0-rc2" -path = "../java/build/libs/org.wso2.apk.config-1.0.0-rc2.jar" +version = "1.0.0-SNAPSHOT" +path = "../java/build/libs/org.wso2.apk.config-1.0.0-SNAPSHOT.jar" # transitive dependency of org.wso2.apk:org.wso2.apk.config:0.0.1-SNAPSHOT [[platform.java11.dependency]] diff --git a/runtime/config-deployer-service/ballerina/Dependencies.toml b/runtime/config-deployer-service/ballerina/Dependencies.toml index fe193214f..589acb889 100644 --- a/runtime/config-deployer-service/ballerina/Dependencies.toml +++ b/runtime/config-deployer-service/ballerina/Dependencies.toml @@ -70,7 +70,7 @@ modules = [ [[package]] org = "ballerina" name = "http" -version = "2.9.3" +version = "2.9.2" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "cache"}, @@ -403,7 +403,7 @@ modules = [ [[package]] org = "wso2" name = "config_deployer_service" -version = "1.0.0-rc2" +version = "1.0.0-SNAPSHOT" dependencies = [ {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "crypto"},