Skip to content

Commit

Permalink
[Gradle Release Plugin] - pre tag commit: 'runtime-domain-service-0.0…
Browse files Browse the repository at this point in the history
….1-m11'.
  • Loading branch information
wso2-jenkins-bot committed Jun 8, 2023
1 parent d8badc9 commit c80d17b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
26 changes: 14 additions & 12 deletions runtime/runtime-domain-service/ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ modules = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.3.0"
version = "2.3.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -60,13 +60,11 @@ modules = [
[[package]]
org = "ballerina"
name = "file"
version = "1.7.0"
version = "1.7.1"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "log"},
{org = "ballerina", name = "os"},
{org = "ballerina", name = "regex"},
{org = "ballerina", name = "time"}
]
modules = [
Expand Down Expand Up @@ -107,7 +105,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.4.0"
version = "1.4.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand Down Expand Up @@ -233,7 +231,7 @@ modules = [
[[package]]
org = "ballerina"
name = "log"
version = "2.7.0"
version = "2.7.1"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -247,7 +245,7 @@ modules = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.7.0"
version = "2.7.1"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -334,7 +332,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.4"
version = "2.2.5"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -345,7 +343,7 @@ modules = [
[[package]]
org = "ballerina"
name = "url"
version = "2.2.3"
version = "2.2.4"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -356,12 +354,11 @@ modules = [
[[package]]
org = "ballerina"
name = "uuid"
version = "1.5.0"
version = "1.5.1"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.int"},
{org = "ballerina", name = "regex"},
{org = "ballerina", name = "time"}
]
modules = [
Expand Down Expand Up @@ -410,15 +407,20 @@ name = "apk_common_lib"
version = "0.0.1-SNAPSHOT"
dependencies = [
{org = "ballerina", name = "http"},
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "jballerina.java.arrays"},
{org = "ballerina", name = "jwt"},
{org = "ballerina", name = "lang.value"},
{org = "ballerina", name = "log"},
{org = "ballerina", name = "os"},
{org = "ballerina", name = "sql"},
{org = "ballerina", name = "uuid"},
{org = "ballerinax", name = "postgresql"}
]
modules = [
{org = "wso2", packageName = "apk_common_lib", moduleName = "apk_common_lib"}
{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"}
]

[[package]]
Expand Down
2 changes: 1 addition & 1 deletion runtime/runtime-domain-service/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.wso2.apk
version=0.0.1-SNAPSHOT
version=0.0.1-m11
docker_image_name=runtime-domain-service
dist_name=runtime
jar_name=runtime_domain_service.jar

0 comments on commit c80d17b

Please sign in to comment.