Skip to content

Commit

Permalink
Merge pull request #544 from ballerina-platform/release-2.10.1
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.10.1 release
  • Loading branch information
NipunaRanasinghe authored Oct 31, 2024
2 parents c672856 + 235f457 commit 6a03f24
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "mime"
version = "2.10.0"
version = "2.10.1"
authors = ["Ballerina"]
keywords = ["mime", "multipart", "entity"]
repository = "https://github.com/ballerina-platform/module-ballerina-mime"
Expand All @@ -15,11 +15,11 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "mime-native"
version = "2.10.0"
path = "../native/build/libs/mime-native-2.10.0.jar"
version = "2.10.1"
path = "../native/build/libs/mime-native-2.10.1.jar"

[[platform.java17.dependency]]
path = "../test-utils/build/libs/mime-test-utils-2.10.0.jar"
path = "../test-utils/build/libs/mime-test-utils-2.10.1.jar"
scope = "testOnly"

[[platform.java17.dependency]]
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ modules = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.10.0"
version = "2.10.1"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
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 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## [2.10.1] - 2024-10-15

## Changed
- [Fix packing snapshot dependencies](https://github.com/ballerina-platform/ballerina-library/issues/7266)

Expand Down
2 changes: 1 addition & 1 deletion 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.10.1-SNAPSHOT
version=2.10.2-SNAPSHOT
ballerinaLangVersion=2201.10.0

mimepullVersion=1.9.11
Expand Down

0 comments on commit 6a03f24

Please sign in to comment.