Skip to content

Commit 36f4bfe

Browse files
authored
Merge pull request #623 from ballerina-platform/release-2.10.1
[Automated] Sync master after 2.10.1 release
2 parents f13cddd + f4206ec commit 36f4bfe

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
@@ -16,7 +16,7 @@ graalvmCompatible = true
1616
groupId = "io.ballerina.stdlib"
1717
artifactId = "crypto-native"
1818
version = "2.10.1"
19-
path = "../native/build/libs/crypto-native-2.10.1-SNAPSHOT.jar"
19+
path = "../native/build/libs/crypto-native-2.10.1.jar"
2020

2121
[[platform.java21.dependency]]
2222
groupId = "org.bouncycastle"

ballerina/CompilerPlugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ id = "crypto-compiler-plugin"
33
class = "io.ballerina.stdlib.crypto.compiler.CryptoCompilerPlugin"
44

55
[[dependency]]
6-
path = "../compiler-plugin/build/libs/crypto-compiler-plugin-2.10.1-SNAPSHOT.jar"
6+
path = "../compiler-plugin/build/libs/crypto-compiler-plugin-2.10.1.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 = "crypto"
13-
version = "2.10.0"
13+
version = "2.10.1"
1414
dependencies = [
1515
{org = "ballerina", name = "io"},
1616
{org = "ballerina", name = "jballerina.java"},

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.caching=true
22
group=io.ballerina.stdlib
3-
version=2.10.1-SNAPSHOT
3+
version=2.10.2-SNAPSHOT
44
checkstylePluginVersion=10.12.0
55
bouncycastleVersion=1.80
66
spotbugsPluginVersion=6.0.18

0 commit comments

Comments
 (0)