Skip to content

Commit 7948e45

Browse files
Merge pull request #557 from ballerina-platform/release-2.11.0
[Automated] Sync master after 2.11.0 release
2 parents 6968372 + 460632f commit 7948e45

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

ballerina/Ballerina.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ graalvmCompatible = true
1616
groupId = "io.ballerina.stdlib"
1717
artifactId = "mime-native"
1818
version = "2.11.0"
19-
path = "../native/build/libs/mime-native-2.11.0-SNAPSHOT.jar"
19+
path = "../native/build/libs/mime-native-2.11.0.jar"
2020

2121
[[platform.java21.dependency]]
22-
path = "../test-utils/build/libs/mime-test-utils-2.11.0-SNAPSHOT.jar"
22+
path = "../test-utils/build/libs/mime-test-utils-2.11.0.jar"
2323
scope = "testOnly"
2424

2525
[[platform.java21.dependency]]

ballerina/Dependencies.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[ballerina]
77
dependencies-toml-version = "2"
8-
distribution-version = "2201.11.0-20250127-101700-a4b67fe5"
8+
distribution-version = "2201.11.0"
99

1010
[[package]]
1111
org = "ballerina"

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ This file contains all the notable changes done to the Ballerina MIME package th
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
55
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [2.11.0] - 2025-02-11
8+
- This version maintains the latest dependency versions.
89

910
## [2.10.1] - 2024-10-15
1011

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.caching=true
22
group=io.ballerina.stdlib
3-
version=2.11.0-SNAPSHOT
4-
ballerinaLangVersion=2201.11.0-20250127-101700-a4b67fe5
3+
version=2.11.1-SNAPSHOT
4+
ballerinaLangVersion=2201.11.0
55

66
mimepullVersion=1.9.11
77
shadowJarPluginVersion=8.1.1
@@ -15,7 +15,7 @@ ballerinaGradlePluginVersion=2.3.0
1515
mockitoVersion=5.3.1
1616
slf4jVersion=1.7.30
1717

18-
stdlibIoVersion=1.7.0-20250127-170200-0d36f73
19-
stdlibLogVersion=2.11.0-20250131-134300-052ff7f
20-
observeVersion=1.4.0-20250130-102700-e04cefe
21-
observeInternalVersion=1.4.0-20250131-133200-4dfa090
18+
stdlibIoVersion=1.7.0
19+
stdlibLogVersion=2.11.0
20+
observeVersion=1.4.0
21+
observeInternalVersion=1.4.0

0 commit comments

Comments
 (0)