Skip to content

Commit

Permalink
Merge pull request #537 from ballerina-platform/release-1.10.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 1.10.0 release
  • Loading branch information
DimuthuMadushan authored Aug 26, 2024
2 parents 74f4d63 + e1cc01f commit 6232707
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "file-native"
version = "1.10.0"
path = "../native/build/libs/file-native-1.10.0-SNAPSHOT.jar"
path = "../native/build/libs/file-native-1.10.0.jar"

[[platform.java17.dependency]]
path = "./lib/org.wso2.transport.local-file-system-6.0.55.jar"

[[platform.java17.dependency]]
path = "../test-utils/build/libs/file-test-utils-1.10.0-SNAPSHOT.jar"
path = "../test-utils/build/libs/file-test-utils-1.10.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 = "file-compiler-plugin"
class = "io.ballerina.stdlib.file.compiler.FileCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/file-compiler-plugin-1.10.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/file-compiler-plugin-1.10.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-20240806-083400-aabac46a"
distribution-version = "2201.10.0"

[[package]]
org = "ballerina"
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.10.0] - 2024-08-20

### Changed
- [API docs updated](https://github.com/ballerina-platform/ballerina-standard-library/issues/3463)

Expand Down
10 changes: 5 additions & 5 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=1.10.0-SNAPSHOT
ballerinaLangVersion=2201.10.0-20240814-095500-9d14866a
version=1.10.1-SNAPSHOT
ballerinaLangVersion=2201.10.0

testngVersion=7.6.1
checkstylePluginVersion=10.12.0
Expand All @@ -15,7 +15,7 @@ researchgateReleaseVersion=2.8.0
transportVersion=6.0.55
stdlibTimeVersion=2.4.0
stdlibIoVersion=1.6.0
stdlibLogVersion=2.10.0-20240814-120000-f0c3cc8
stdlibLogVersion=2.10.0
stdlibOsVersion=1.8.0
observeVersion=1.3.0-20240814-114100-0f71e1e
observeInternalVersion=1.3.0-20240814-114900-8a734a3
observeVersion=1.3.0
observeInternalVersion=1.3.0

0 comments on commit 6232707

Please sign in to comment.