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"} ] 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 5dfb515c1..e71a8edf9 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -25,7 +25,7 @@ modules = [ [[package]] org = "ballerina" name = "cache" -version = "3.8.0" +version = "3.7.0" dependencies = [ {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "jballerina.java"}, @@ -39,7 +39,7 @@ modules = [ [[package]] org = "ballerina" name = "constraint" -version = "1.5.0" +version = "1.4.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -47,7 +47,7 @@ dependencies = [ [[package]] org = "ballerina" name = "crypto" -version = "2.6.2" +version = "2.5.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -309,7 +309,7 @@ modules = [ [[package]] org = "ballerina" name = "observe" -version = "1.2.3" +version = "1.2.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] diff --git a/gradle.properties b/gradle.properties index d75e75846..bb5960d76 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.2-SNAPSHOT ballerinaLangVersion=2201.8.5 checkstylePluginVersion=10.12.0