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 Feb 24, 2025
1 parent 3d918fd commit 5b2995f
Show file tree
Hide file tree
Showing 2 changed files with 4 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.3.0-SNAPSHOT"
version = "1.3.0-beta"
distribution = "2201.10.2"

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

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.3.0-SNAPSHOT
[[platform.java11.dependency]]
Expand Down
3 changes: 1 addition & 2 deletions runtime/config-deployer-service/ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ modules = [
[[package]]
org = "wso2"
name = "config_deployer_service"
version = "1.3.0-SNAPSHOT"
version = "1.3.0-beta"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "crypto"},
Expand Down Expand Up @@ -466,4 +466,3 @@ modules = [
{org = "wso2", packageName = "config_deployer_service", moduleName = "config_deployer_service.org.wso2.apk.config.model"},
{org = "wso2", packageName = "config_deployer_service", moduleName = "config_deployer_service.partitionClient"}
]

0 comments on commit 5b2995f

Please sign in to comment.