Skip to content

Commit

Permalink
Merge pull request #979 from ballerina-platform/release-3.7.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 3.7.0 release
  • Loading branch information
kalaiyarasiganeshalingam committed Sep 18, 2023
2 parents 142f375 + 2ea5dad commit 690c6f2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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 = "cache-native"
version = "3.7.0"
path = "../native/build/libs/cache-native-3.7.0-SNAPSHOT.jar"
path = "../native/build/libs/cache-native-3.7.0.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 = "cache-compiler-plugin"
class = "io.ballerina.stdlib.cache.compiler.CacheCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/cache-compiler-plugin-3.7.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/cache-compiler-plugin-3.7.0.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.8.0-20230726-145300-b2bdf796"
distribution-version = "2201.8.0"

[[package]]
org = "ballerina"
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=3.7.0-SNAPSHOT
ballerinaLangVersion=2201.8.0-20230908-135700-74a59dff
stdlibTaskVersion=2.5.0-20230911-143300-237313e
stdlibTimeVersion=2.4.0-20230911-140200-7f96f1e
stdlibConstraintVersion=1.4.0-20230911-142700-8202202
version=3.7.1-SNAPSHOT
ballerinaLangVersion=2201.8.0
stdlibTaskVersion=2.5.0
stdlibTimeVersion=2.4.0
stdlibConstraintVersion=1.4.0

puppycrawlCheckstyleVersion=10.12.0
ballerinaGradlePluginVersion=2.0.1
Expand Down

0 comments on commit 690c6f2

Please sign in to comment.