Skip to content

Commit

Permalink
Merge pull request #696 from ballerina-platform/release-2.8.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.8.0 release
  • Loading branch information
ayeshLK committed Jul 6, 2023
2 parents 1841a8c + 5768958 commit a329ab1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ path = "./lib/mimepull-1.9.11.jar"
groupId = "io.ballerina.stdlib"
artifactId = "email-native"
version = "2.8.0"
path = "../native/build/libs/email-native-2.8.0-SNAPSHOT.jar"
path = "../native/build/libs/email-native-2.8.0.jar"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "email-test-utils"
version = "2.8.0"
path = "../test-utils/build/libs/email-test-utils-2.8.0-SNAPSHOT.jar"
path = "../test-utils/build/libs/email-test-utils-2.8.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.8.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/email-compiler-plugin-2.8.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.7.0-20230619-175900-bb4e4544"
distribution-version = "2201.7.0"

[[package]]
org = "ballerina"
Expand Down
22 changes: 11 additions & 11 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.8.0-SNAPSHOT
version=2.8.1-SNAPSHOT
slf4jVersion=1.7.30
testngVersion=7.4.0
javaMailVersion=1.6.2
Expand All @@ -14,13 +14,13 @@ underCouchDownloadVersion=4.0.4
researchgateReleaseVersion=2.8.0
ballerinaGradlePluginVersion=1.1.0

ballerinaLangVersion= 2201.7.0-20230622-064700-4a2dc6dd
stdlibTaskVersion=2.4.0-20230622-115600-696d07f
stdlibMimeVersion=2.8.0-20230622-135900-25e4923
stdlibFileVersion=1.8.0-20230622-133700-989cf79
stdlibTimeVersion=2.3.0-20230622-110600-b78c05f
stdlibLogVersion=2.8.0-20230622-125300-797c7fe
stdlibOsVersion=1.7.0-20230622-115000-1a0833a
stdlibIoVersion=1.5.0-20230622-110500-8523dfe
observeVersion=1.1.0-20230622-105700-f92eb77
observeInternalVersion=1.1.0-20230622-114200-c6b7282
ballerinaLangVersion= 2201.7.0
stdlibTaskVersion=2.4.0
stdlibMimeVersion=2.8.0
stdlibFileVersion=1.8.0
stdlibTimeVersion=2.3.0
stdlibLogVersion=2.8.0
stdlibOsVersion=1.7.0
stdlibIoVersion=1.5.0
observeVersion=1.1.0
observeInternalVersion=1.1.0

0 comments on commit a329ab1

Please sign in to comment.