Skip to content

Commit

Permalink
Merge pull request #682 from ballerina-platform/release-2.7.1
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.7.1 release
  • Loading branch information
ayeshLK committed Jun 5, 2023
2 parents c6f5ad2 + 71deb2f commit d882432
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ path = "./lib/mimepull-1.9.11.jar"
groupId = "io.ballerina.stdlib"
artifactId = "email-native"
version = "2.7.1"
path = "../native/build/libs/email-native-2.7.1-SNAPSHOT.jar"
path = "../native/build/libs/email-native-2.7.1.jar"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "email-test-utils"
version = "2.7.1"
path = "../test-utils/build/libs/email-test-utils-2.7.1-SNAPSHOT.jar"
path = "../test-utils/build/libs/email-test-utils-2.7.1.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.7.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/email-compiler-plugin-2.7.1.jar"
8 changes: 4 additions & 4 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.7.1-SNAPSHOT
version=2.7.2-SNAPSHOT
slf4jVersion=1.7.30
testngVersion=7.4.0
javaMailVersion=1.6.2
Expand All @@ -16,10 +16,10 @@ ballerinaGradlePluginVersion=1.0.0

ballerinaLangVersion=2201.5.0
stdlibTaskVersion=2.3.2
stdlibMimeVersion=2.7.1-20230523-092600-8dee40d
stdlibFileVersion=1.7.1-20230523-104800-e56ed72
stdlibMimeVersion=2.7.1
stdlibFileVersion=1.7.1
stdlibTimeVersion=2.2.4
stdlibLogVersion=2.7.1-20230522-155500-d73bdb5
stdlibLogVersion=2.7.1
stdlibOsVersion=1.6.0
stdlibIoVersion=1.4.1
observeVersion=1.0.7
Expand Down

0 comments on commit d882432

Please sign in to comment.