Skip to content

Commit b6bc336

Browse files
authored
Merge pull request #843 from ballerina-platform/release-3.3.2
[Automated] Sync master after 3.3.2 release
2 parents 0705b4d + 87faaae commit b6bc336

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ballerina/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
org = "ballerina"
33
name = "cloud"
4-
version = "3.3.1"
4+
version = "3.3.2"
55
repository = "https://github.com/ballerina-platform/module-ballerina-c2c"
66
license = ["Apache-2.0"]
77
keywords = ["cloud", "kubernetes", "docker", "k8s", "c2c"]

ballerina/CompilerPlugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ id = "code2cloud"
33
class = "io.ballerina.c2c.C2CCompilerPlugin"
44

55
[[dependency]]
6-
path = "../compiler-plugin/build/libs/cloud-compiler-plugin-3.3.1.jar"
6+
path = "../compiler-plugin/build/libs/cloud-compiler-plugin-3.3.2.jar"

ballerina/Dependencies.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ distribution-version = "2201.12.0"
1010
[[package]]
1111
org = "ballerina"
1212
name = "cloud"
13-
version = "3.3.1"
13+
version = "3.3.2"
1414
modules = [
1515
{org = "ballerina", packageName = "cloud", moduleName = "cloud"}
1616
]

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.caching=true
22
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
33
group=io.ballerina
4-
version=3.3.2-SNAPSHOT
4+
version=3.3.3-SNAPSHOT
55
systemProp.org.gradle.internal.publish.checksums.insecure=true
66
spotbugsPluginVersion=6.0.18
77
shadowJarPluginVersion=8.1.1

0 commit comments

Comments
 (0)