Skip to content

Commit

Permalink
Merge branch 'master' into 4940_make_some_java_classes_proper_utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK committed Oct 23, 2023
2 parents 00a2c99 + c31803d commit c4371d2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "mime-native"
version = "2.9.0"
path = "../native/build/libs/mime-native-2.9.0-SNAPSHOT.jar"
path = "../native/build/libs/mime-native-2.9.0.jar"

[[platform.java17.dependency]]
path = "../test-utils/build/libs/mime-test-utils-2.9.0-SNAPSHOT.jar"
path = "../test-utils/build/libs/mime-test-utils-2.9.0.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 @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.8.0-20230908-135700-74a59dff"
distribution-version = "2201.8.0"

[[package]]
org = "ballerina"
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This file contains all the notable changes done to the Ballerina MIME package th
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.9.0] - 2023-09-15

## Changed

Expand Down
12 changes: 6 additions & 6 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.9.0-SNAPSHOT
ballerinaLangVersion=2201.8.0-20230908-135700-74a59dff
version=2.9.1-SNAPSHOT
ballerinaLangVersion=2201.8.0

mimepullVersion=1.9.11
puppycrawlCheckstyleVersion=10.12.0
Expand All @@ -10,7 +10,7 @@ testngVersion=7.6.1
ballerinaGradlePluginVersion=2.0.1
mockitoVersion=5.3.1

stdlibIoVersion=1.6.0-20230911-134800-de06e28
stdlibLogVersion=2.9.0-20230911-150900-2f32c1a
observeVersion=1.2.0-20230911-133500-b3d8db3
observeInternalVersion=1.2.0-20230911-141700-4c0454a
stdlibIoVersion=1.6.0
stdlibLogVersion=2.9.0
observeVersion=1.2.0
observeInternalVersion=1.2.0

0 comments on commit c4371d2

Please sign in to comment.