Skip to content

Commit

Permalink
Merge pull request #475 from ballerina-platform/release-2.7.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.7.0 release
  • Loading branch information
Nuvindu committed Sep 6, 2024
2 parents 6263914 + f41e7e3 commit db82b76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "xslt-native"
version = "2.7.0"
path = "../native/build/libs/xslt-native-2.7.0-SNAPSHOT.jar"
path = "../native/build/libs/xslt-native-2.7.0.jar"

[[platform.java17.dependency]]
path = "./lib/jakarta.activation-1.2.2.jar"
Expand Down
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
4 changes: 2 additions & 2 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.0-SNAPSHOT
version=2.7.1-SNAPSHOT
jakartaActivationVersion=1.2.2
axiomVersion=1.4.0
slf4jVersion=1.7.30
Expand All @@ -14,5 +14,5 @@ ballerinaGradlePluginVersion=2.0.1
saxonHeVersion=11.4
xmlResolverVersion=4.5.2

ballerinaLangVersion=2201.10.0-20240814-095500-9d14866a
ballerinaLangVersion=2201.10.0
stdlibIoVersion=1.6.1

0 comments on commit db82b76

Please sign in to comment.