diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index a29c73c5..aa3e0ffb 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,4 +16,4 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "websubhub-native" version = "1.15.2" -path = "../native/build/libs/websubhub-native-1.15.2-SNAPSHOT.jar" +path = "../native/build/libs/websubhub-native-1.15.2.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 7e316c4e..c7cbbd51 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "websubhub-compiler-plugin" class = "io.ballerina.stdlib.websubhub.WebSubHubCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/websubhub-compiler-plugin-1.15.2-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/websubhub-compiler-plugin-1.15.2.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index d29114ef..66fea8ec 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -41,7 +41,7 @@ dependencies = [ [[package]] org = "ballerina" name = "crypto" -version = "2.9.3" +version = "2.9.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -53,7 +53,7 @@ modules = [ [[package]] org = "ballerina" name = "data.jsondata" -version = "1.1.3" +version = "1.1.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.object"} @@ -73,7 +73,7 @@ dependencies = [ [[package]] org = "ballerina" name = "http" -version = "2.14.9" +version = "2.14.0" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "cache"}, @@ -126,7 +126,7 @@ modules = [ [[package]] org = "ballerina" name = "jwt" -version = "2.15.1" +version = "2.15.0" dependencies = [ {org = "ballerina", name = "cache"}, {org = "ballerina", name = "crypto"}, @@ -247,7 +247,7 @@ modules = [ [[package]] org = "ballerina" name = "mime" -version = "2.12.1" +version = "2.12.0" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, @@ -261,7 +261,7 @@ modules = [ [[package]] org = "ballerina" name = "oauth2" -version = "2.14.1" +version = "2.14.0" dependencies = [ {org = "ballerina", name = "cache"}, {org = "ballerina", name = "crypto"}, @@ -274,7 +274,7 @@ dependencies = [ [[package]] org = "ballerina" name = "observe" -version = "1.5.1" +version = "1.5.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -282,7 +282,7 @@ dependencies = [ [[package]] org = "ballerina" name = "os" -version = "1.10.1" +version = "1.10.0" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"} @@ -322,7 +322,7 @@ dependencies = [ [[package]] org = "ballerina" name = "url" -version = "2.6.1" +version = "2.6.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] diff --git a/gradle.properties b/gradle.properties index a5e02a80..5fc3e0c8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.15.2-SNAPSHOT +version=1.15.3-SNAPSHOT ballerinaLangVersion=2201.12.0 testngVersion=7.6.1 ballerinaGradlePluginVersion=2.3.0