Skip to content

Commit

Permalink
Merge pull request #1058 from ballerina-platform/release-1.12.1
Browse files Browse the repository at this point in the history
[Automated] Sync 2201.10.x after 1.12.1 release
  • Loading branch information
ayeshLK authored Nov 22, 2024
2 parents 96030e0 + 7f6c329 commit 9e33592
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "websubhub-native"
version = "1.12.1"
path = "../native/build/libs/websubhub-native-1.12.1-SNAPSHOT.jar"
path = "../native/build/libs/websubhub-native-1.12.1.jar"
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "websubhub-compiler-plugin"
class = "io.ballerina.stdlib.websubhub.WebSubHubCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/websubhub-compiler-plugin-1.12.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/websubhub-compiler-plugin-1.12.1.jar"
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.12.3"
version = "2.12.0"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -237,7 +237,7 @@ modules = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.10.1"
version = "2.10.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=1.12.1-SNAPSHOT
version=1.12.2-SNAPSHOT
ballerinaLangVersion=2201.10.0
puppycrawlCheckstyleVersion=10.12.0
testngVersion=7.6.1
Expand Down

0 comments on commit 9e33592

Please sign in to comment.