Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

[Automated] Sync master after 2.7.1 release #338

Merged
merged 4 commits into from
Apr 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerinax"
name = "stan"
version = "2.7.0"
version = "2.7.1"
authors = ["Ballerina"]
keywords = ["service", "client", "messaging", "network", "streaming"]
repository = "https://github.com/ballerina-platform/module-ballerinax-stan"
Expand All @@ -21,8 +21,8 @@ path = "./lib/protobuf-java-3.20.3.jar"
[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "stan-native"
version = "2.7.0"
path = "../native/build/libs/stan-native-2.7.0.jar"
version = "2.7.1"
path = "../native/build/libs/stan-native-2.7.1.jar"

[build-options]
observabilityIncluded=true
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 = "stan-compiler-plugin"
class = "io.ballerina.stdlib.stan.plugin.StanCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/stan-compiler-plugin-2.7.0.jar"
path = "../compiler-plugin/build/libs/stan-compiler-plugin-2.7.1.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "stan"
version = "2.7.0"
version = "2.7.1"
dependencies = [
{org = "ballerina", name = "crypto"},
{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=2.7.1-SNAPSHOT
version=2.7.2-SNAPSHOT
ballerinaLangVersion=2201.5.0

puppycrawlCheckstyleVersion=8.18
Expand Down