Skip to content

Commit

Permalink
Merge pull request #830 from ballerina-platform/release-2.10.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.10.0 release
  • Loading branch information
ayeshLK authored Aug 26, 2024
2 parents aba0d33 + 0ab7311 commit 03df1a2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ path = "./lib/activation-1.1.1.jar"
groupId = "io.ballerina.stdlib"
artifactId = "email-native"
version = "2.10.0"
path = "../native/build/libs/email-native-2.10.0-SNAPSHOT.jar"
path = "../native/build/libs/email-native-2.10.0.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "email-test-utils"
version = "2.10.0"
path = "../test-utils/build/libs/email-test-utils-2.10.0-SNAPSHOT.jar"
path = "../test-utils/build/libs/email-test-utils-2.10.0.jar"
scope = "testOnly"
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 = "email-compiler-plugin"
class = "io.ballerina.stdlib.email.compiler.EmailCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/email-compiler-plugin-2.10.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/email-compiler-plugin-2.10.0.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.10.0-20240806-083400-aabac46a"
distribution-version = "2201.10.0"

[[package]]
org = "ballerina"
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.10.0-SNAPSHOT
version=2.10.1-SNAPSHOT
slf4jVersion=1.7.30
testngVersion=7.6.1
javaMailVersion=1.6.2
Expand All @@ -15,13 +15,13 @@ underCouchDownloadVersion=5.4.0
researchgateReleaseVersion=2.8.0
ballerinaGradlePluginVersion=2.0.1

ballerinaLangVersion=2201.10.0-20240814-095500-9d14866a
ballerinaLangVersion=2201.10.0
stdlibTaskVersion=2.5.0
stdlibMimeVersion=2.10.0-20240814-133200-6c54439
stdlibFileVersion=1.10.0-20240814-133200-74f4d63
stdlibMimeVersion=2.10.0
stdlibFileVersion=1.10.0
stdlibTimeVersion=2.4.0
stdlibLogVersion=2.10.0-20240814-120000-f0c3cc8
stdlibLogVersion=2.10.0
stdlibOsVersion=1.8.0
stdlibIoVersion=1.6.0
observeVersion=1.3.0-20240814-114100-0f71e1e
observeInternalVersion=1.3.0-20240814-114900-8a734a3
observeVersion=1.3.0
observeInternalVersion=1.3.0

0 comments on commit 03df1a2

Please sign in to comment.