Skip to content

Commit

Permalink
Merge pull request #718 from warunalakshitha/fix_tests
Browse files Browse the repository at this point in the history
Bump c2c plugin version
  • Loading branch information
warunalakshitha authored Jul 18, 2023
2 parents 5638d4d + 3b3ad60 commit 81d3cd4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "cloud"
version = "2.8.0"
version = "2.9.1"
repository = "https://github.com/ballerina-platform/module-ballerina-c2c"
license = ["Apache-2.0"]
keywords = ["cloud", "kubernetes", "docker", "k8s", "c2c"]
Expand Down
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 = "code2cloud"
class = "io.ballerina.c2c.C2CCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/cloud-compiler-plugin-2.8.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/cloud-compiler-plugin-2.9.1-SNAPSHOT.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.8.0-SNAPSHOT"
[[package]]
org = "ballerina"
name = "cloud"
version = "2.8.0"
version = "2.9.1"
modules = [
{org = "ballerina", packageName = "cloud", moduleName = "cloud"}
]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.caching=true
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
group=io.ballerina
version=2.8.0-SNAPSHOT
version=2.9.1-SNAPSHOT
systemProp.org.gradle.internal.publish.checksums.insecure=true
ballerinaLangVersion=2201.7.0-20230619-175900-bb4e4544
stdlibConstraintVersion=1.3.0-20230620-195700-ca941bc
Expand Down

0 comments on commit 81d3cd4

Please sign in to comment.