From 0902571a1c92f1d85160987276393ab52b2ee450 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 17 Jun 2024 09:45:51 +0000 Subject: [PATCH 1/5] [Automated] Update the native jar versions --- ballerina/Dependencies.toml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 5dfb515c1..90ff99847 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -25,21 +25,18 @@ modules = [ [[package]] org = "ballerina" name = "cache" -version = "3.8.0" +version = "3.7.0" dependencies = [ {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "task"}, {org = "ballerina", name = "time"} ] -modules = [ - {org = "ballerina", packageName = "cache", moduleName = "cache"} -] [[package]] org = "ballerina" name = "constraint" -version = "1.5.0" +version = "1.4.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -47,14 +44,11 @@ dependencies = [ [[package]] org = "ballerina" name = "crypto" -version = "2.6.2" +version = "2.5.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} ] -modules = [ - {org = "ballerina", packageName = "crypto", moduleName = "crypto"} -] [[package]] org = "ballerina" @@ -76,8 +70,6 @@ name = "graphql" version = "1.11.1" dependencies = [ {org = "ballerina", name = "auth"}, - {org = "ballerina", name = "cache"}, - {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "file"}, {org = "ballerina", name = "http"}, {org = "ballerina", name = "io"}, @@ -309,7 +301,7 @@ modules = [ [[package]] org = "ballerina" name = "observe" -version = "1.2.3" +version = "1.2.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] From a167c2ec875dd2936b27fcf79ab196b66f8fcdbe Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 17 Jun 2024 09:46:55 +0000 Subject: [PATCH 2/5] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 4 ++-- ballerina/CompilerPlugin.toml | 4 ++-- ballerina/Dependencies.toml | 8 ++++++++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 804aa4cca..0fec1684e 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -17,10 +17,10 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "graphql-native" version = "1.11.1" -path = "../native/build/libs/graphql-native-1.11.1-SNAPSHOT.jar" +path = "../native/build/libs/graphql-native-1.11.1.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "graphql-commons" version = "1.11.1" -path = "../commons/build/libs/graphql-commons-1.11.1-SNAPSHOT.jar" +path = "../commons/build/libs/graphql-commons-1.11.1.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index c8d72f036..fada5af1f 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,7 +3,7 @@ id = "graphql-compiler-plugin" class = "io.ballerina.stdlib.graphql.compiler.GraphqlCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/graphql-compiler-plugin-1.11.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/graphql-compiler-plugin-1.11.1.jar" [[dependency]] -path = "../commons/build/libs/graphql-commons-1.11.1-SNAPSHOT.jar" +path = "../commons/build/libs/graphql-commons-1.11.1.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 90ff99847..e71a8edf9 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -32,6 +32,9 @@ dependencies = [ {org = "ballerina", name = "task"}, {org = "ballerina", name = "time"} ] +modules = [ + {org = "ballerina", packageName = "cache", moduleName = "cache"} +] [[package]] org = "ballerina" @@ -49,6 +52,9 @@ dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} ] +modules = [ + {org = "ballerina", packageName = "crypto", moduleName = "crypto"} +] [[package]] org = "ballerina" @@ -70,6 +76,8 @@ name = "graphql" version = "1.11.1" dependencies = [ {org = "ballerina", name = "auth"}, + {org = "ballerina", name = "cache"}, + {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "file"}, {org = "ballerina", name = "http"}, {org = "ballerina", name = "io"}, From 2415c4e98909ceb006bad44af2e86b3e0d648e00 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 17 Jun 2024 09:48:58 +0000 Subject: [PATCH 3/5] [Automated] Update the native jar versions --- ballerina-tests/Dependencies.toml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/ballerina-tests/Dependencies.toml b/ballerina-tests/Dependencies.toml index 4268fa846..198263a49 100644 --- a/ballerina-tests/Dependencies.toml +++ b/ballerina-tests/Dependencies.toml @@ -22,7 +22,7 @@ dependencies = [ [[package]] org = "ballerina" name = "cache" -version = "3.8.0" +version = "3.7.0" dependencies = [ {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "jballerina.java"}, @@ -33,18 +33,15 @@ dependencies = [ [[package]] org = "ballerina" name = "constraint" -version = "1.5.0" +version = "1.4.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] -modules = [ - {org = "ballerina", packageName = "constraint", moduleName = "constraint"} -] [[package]] org = "ballerina" name = "crypto" -version = "2.6.2" +version = "2.5.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -100,7 +97,6 @@ org = "ballerina" name = "graphql_tests" version = "1.11.1" dependencies = [ - {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "file"}, {org = "ballerina", name = "graphql"}, {org = "ballerina", name = "http"}, @@ -313,7 +309,7 @@ dependencies = [ [[package]] org = "ballerina" name = "observe" -version = "1.2.3" +version = "1.2.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] From 3014a276dc9e8b5b7ef94f71598e9c38c6b3e238 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 17 Jun 2024 09:51:31 +0000 Subject: [PATCH 4/5] [Gradle Release Plugin] - pre tag commit: 'v1.11.1'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d75e75846..c23f2a4b6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.11.1-SNAPSHOT +version=1.11.1 ballerinaLangVersion=2201.8.5 checkstylePluginVersion=10.12.0 From e5eff9f1f9d1b6f8af33086d840127842bf8a9fc Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 17 Jun 2024 09:51:33 +0000 Subject: [PATCH 5/5] [Gradle Release Plugin] - new version commit: 'v1.11.2-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c23f2a4b6..bb5960d76 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.11.1 +version=1.11.2-SNAPSHOT ballerinaLangVersion=2201.8.5 checkstylePluginVersion=10.12.0