Skip to content

Commit

Permalink
Merge pull request #808 from xlight05/u10-relesae-dep
Browse files Browse the repository at this point in the history
[Automated] Update the native jar versions
  • Loading branch information
xlight05 authored Aug 21, 2024
2 parents ccf6bc8 + 3e089ce commit 6f14eb2
Show file tree
Hide file tree
Showing 3 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 = "3.0.0"
version = "3.1.0"
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-3.0.0.jar"
path = "../compiler-plugin/build/libs/cloud-compiler-plugin-3.1.0-SNAPSHOT.jar"
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.9.0-20240510-132300-740a149f"
distribution-version = "2201.10.0"

[[package]]
org = "ballerina"
name = "cloud"
version = "3.0.0"
version = "3.1.0"
modules = [
{org = "ballerina", packageName = "cloud", moduleName = "cloud"}
]
Expand Down

0 comments on commit 6f14eb2

Please sign in to comment.