Skip to content

Commit

Permalink
Merge pull request #338 from ballerina-platform/release-2.7.1
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.7.1 release
  • Loading branch information
aashikam committed Apr 19, 2023
2 parents d5c6114 + f34c943 commit 79738eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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

0 comments on commit 79738eb

Please sign in to comment.