Skip to content

Commit

Permalink
Merge pull request #821 from ayeshLK/email-dev
Browse files Browse the repository at this point in the history
Update dependency versions for U10
  • Loading branch information
ayeshLK committed Aug 7, 2024
2 parents ebe5f8a + a82aa2b commit 07823b1
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 17 deletions.
12 changes: 6 additions & 6 deletions ballerina/Ballerina.toml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
org = "ballerina"
name = "email"
version = "2.9.1"
version = "2.10.0"
authors = ["Ballerina"]
keywords = ["email", "SMTP", "POP", "POP3", "IMAP", "mail"]
repository = "https://github.com/ballerina-platform/module-ballerina-email"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.8.0"
distribution = "2201.10.0"

[platform.java17]
graalvmCompatible = true
Expand Down Expand Up @@ -39,12 +39,12 @@ path = "./lib/activation-1.1.1.jar"
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "email-native"
version = "2.9.1"
path = "../native/build/libs/email-native-2.9.1-SNAPSHOT.jar"
version = "2.10.0"
path = "../native/build/libs/email-native-2.10.0-SNAPSHOT.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "email-test-utils"
version = "2.9.1"
path = "../test-utils/build/libs/email-test-utils-2.9.1-SNAPSHOT.jar"
version = "2.10.0"
path = "../test-utils/build/libs/email-test-utils-2.10.0-SNAPSHOT.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.9.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/email-compiler-plugin-2.10.0-SNAPSHOT.jar"
19 changes: 15 additions & 4 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.8.0"
distribution-version = "2201.10.0-20240806-083400-aabac46a"

[[package]]
org = "ballerina"
name = "email"
version = "2.9.1"
version = "2.10.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.runtime"},
Expand Down Expand Up @@ -50,6 +50,16 @@ dependencies = [
{org = "ballerina", name = "lang.object"}
]

[[package]]
org = "ballerina"
name = "lang.array"
version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.__internal"}
]

[[package]]
org = "ballerina"
name = "lang.error"
Expand Down Expand Up @@ -133,7 +143,7 @@ modules = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.9.0"
version = "2.10.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -146,7 +156,7 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.2.0"
version = "1.3.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -170,6 +180,7 @@ version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.array"},
{org = "ballerina", name = "lang.error"}
]
modules = [
Expand Down
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["email", "SMTP", "POP", "POP3", "IMAP", "mail"]
repository = "https://github.com/ballerina-platform/module-ballerina-email"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.8.0"
distribution = "2201.10.0"

[platform.java17]
graalvmCompatible = true
Expand Down
10 changes: 5 additions & 5 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.9.1-SNAPSHOT
version=2.10.0-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.8.0
ballerinaLangVersion=2201.10.0-20240806-083400-aabac46a
stdlibTaskVersion=2.5.0
stdlibMimeVersion=2.9.0
stdlibMimeVersion=2.10.0-20240807-095900-dac5209
stdlibFileVersion=1.9.0
stdlibTimeVersion=2.4.0
stdlibLogVersion=2.9.0
stdlibOsVersion=1.8.0
stdlibIoVersion=1.6.0
observeVersion=1.2.0
observeInternalVersion=1.2.0
observeVersion=1.3.0-20240807-093200-e29ca7a
observeInternalVersion=1.3.0-20240807-094500-91e2d3a

0 comments on commit 07823b1

Please sign in to comment.