Skip to content

Commit

Permalink
Merge pull request #1918 from wso2/config-deployer-service-1.x
Browse files Browse the repository at this point in the history
Config deployer service 1.x
  • Loading branch information
tharindu1st authored Dec 14, 2023
2 parents f6e01f9 + e089f03 commit a60cb67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.0.0-SNAPSHOT"
version = "1.1.0-SNAPSHOT"
distribution = "2201.8.0"

[build-options]
Expand Down
6 changes: 3 additions & 3 deletions runtime/config-deployer-service/ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http"
version = "2.10.5"
version = "2.10.0"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -302,7 +302,7 @@ modules = [
[[package]]
org = "ballerina"
name = "sql"
version = "1.11.1"
version = "1.11.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -403,7 +403,7 @@ modules = [
[[package]]
org = "wso2"
name = "config_deployer_service"
version = "1.0.0-SNAPSHOT"
version = "1.1.0-SNAPSHOT"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "crypto"},
Expand Down

0 comments on commit a60cb67

Please sign in to comment.