Skip to content

Commit

Permalink
Merge pull request #1069 from daneshk/master
Browse files Browse the repository at this point in the history
Update constaint module dependency and bump minor version
  • Loading branch information
dilanSachi authored Apr 9, 2024
2 parents cfc9ac8 + cec9fce commit e2d7f4e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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 = "ballerina"
name = "cache"
version = "3.7.1"
version = "3.8.0"
authors = ["Ballerina"]
keywords = ["cache", "LRU"]
repository = "https://github.com/ballerina-platform/module-ballerina-cache"
Expand All @@ -15,5 +15,5 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "cache-native"
version = "3.7.1"
path = "../native/build/libs/cache-native-3.7.1.jar"
version = "3.8.0"
path = "../native/build/libs/cache-native-3.8.0-SNAPSHOT.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.1.jar"
path = "../compiler-plugin/build/libs/cache-compiler-plugin-3.8.0-SNAPSHOT.jar"
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.8.0"
[[package]]
org = "ballerina"
name = "cache"
version = "3.7.1"
version = "3.8.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -26,7 +26,7 @@ modules = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.4.0"
version = "1.5.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down
4 changes: 2 additions & 2 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.2-SNAPSHOT
version=3.8.0-SNAPSHOT
ballerinaLangVersion=2201.8.0
stdlibTaskVersion=2.5.0
stdlibTimeVersion=2.4.0
stdlibConstraintVersion=1.4.0
stdlibConstraintVersion=1.5.0

puppycrawlCheckstyleVersion=10.12.0
ballerinaGradlePluginVersion=2.0.1
Expand Down

0 comments on commit e2d7f4e

Please sign in to comment.