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

Commit

Permalink
Merge pull request #308 from ballerina-platform/release-2.4.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.4.0 release
  • Loading branch information
dilanSachi authored Sep 12, 2022
2 parents 64e2e5b + 7ce7b9e commit 75f79bd
Show file tree
Hide file tree
Showing 3 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 @@ -22,7 +22,7 @@ path = "./lib/protobuf-java-3.20.1.jar"
groupId = "io.ballerina.stdlib"
artifactId = "stan-native"
version = "2.4.0"
path = "../native/build/libs/stan-native-2.4.0-SNAPSHOT.jar"
path = "../native/build/libs/stan-native-2.4.0.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.4.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/stan-compiler-plugin-2.4.0.jar"
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.4.0-SNAPSHOT
version=2.4.1-SNAPSHOT
ballerinaLangVersion=2201.2.0

puppycrawlCheckstyleVersion=8.18
testngVersion=7.4.0
ballerinaGradlePluginVersion=0.15.0

stdlibCryptoVersion=2.2.2
stdlibLogVersion=2.4.0-20220906-132100-4f0c29d
stdlibLogVersion=2.4.0
stdlibTimeVersion=2.2.2
stdlibIoVersion=1.3.0-20220906-124600-c73e744
stdlibIoVersion=1.3.0
observeVersion=1.0.5
observeInternalVersion=1.0.4

0 comments on commit 75f79bd

Please sign in to comment.