Skip to content

Commit

Permalink
Merge pull request #540 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
daneshk authored Aug 26, 2024
2 parents 1ce7091 + b67deeb commit 34edd17
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "xmldata-native"
version = "2.8.0"
path = "../native/build/libs/xmldata-native-2.8.0-SNAPSHOT.jar"
path = "../native/build/libs/xmldata-native-2.8.0.jar"
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 = "xmldata-compiler-plugin"
class = "io.ballerina.stdlib.xmldata.compiler.XmldataCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/xmldata-compiler-plugin-2.8.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/xmldata-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.10.0-20240802-124900-0b8d2ff7"
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,7 +1,7 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.8.0-SNAPSHOT
ballerinaLangVersion=2201.10.0-20240803-215800-d7bdc125
version=2.8.1-SNAPSHOT
ballerinaLangVersion=2201.10.0

checkstyleToolVersion=10.12.0
puppycrawlCheckstyleVersion=10.12.0
Expand Down

0 comments on commit 34edd17

Please sign in to comment.