Skip to content

Commit

Permalink
[Automated] Update the native jar versions
Browse files Browse the repository at this point in the history
  • Loading branch information
apk-github-bot committed Apr 8, 2024
1 parent 91411bf commit 46c75b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions runtime/config-deployer-service/ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "wso2"
name = "config_deployer_service"
version = "1.1.0-rc2"
version = "1.1.0-SNAPSHOT"
distribution = "2201.8.5"

[build-options]
Expand All @@ -16,8 +16,8 @@ repository = "local"
[[platform.java11.dependency]]
groupId = "org.wso2.apk"
artifactId = "org.wso2.apk.config"
version = "1.1.0-rc2"
path = "../java/build/libs/org.wso2.apk.config-1.1.0-rc2.jar"
version = "1.1.0-SNAPSHOT"
path = "../java/build/libs/org.wso2.apk.config-1.1.0-SNAPSHOT.jar"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.0.0-SNAPSHOT
[[platform.java11.dependency]]
Expand Down
5 changes: 3 additions & 2 deletions runtime/config-deployer-service/ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -424,13 +424,14 @@ dependencies = [
modules = [
{org = "wso2", packageName = "apk_common_lib", moduleName = "apk_common_lib"},
{org = "wso2", packageName = "apk_common_lib", moduleName = "apk_common_lib.java.io"},
{org = "wso2", packageName = "apk_common_lib", moduleName = "apk_common_lib.java.lang"}
{org = "wso2", packageName = "apk_common_lib", moduleName = "apk_common_lib.java.lang"},
{org = "wso2", packageName = "apk_common_lib", moduleName = "apk_common_lib.org.wso2.apk.common"}
]

[[package]]
org = "wso2"
name = "config_deployer_service"
version = "1.1.0-rc2"
version = "1.1.0-SNAPSHOT"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "crypto"},
Expand Down

0 comments on commit 46c75b0

Please sign in to comment.