Skip to content

Commit

Permalink
Merge pull request #1048 from ballerina-platform/release-2.10.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.10.0 release
  • Loading branch information
DimuthuMadushan authored Sep 19, 2023
2 parents 5d35a5e + 5fd45f6 commit e59a39e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 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 = "auth-native"
version = "2.10.0"
path = "../native/build/libs/auth-native-2.10.0-SNAPSHOT.jar"
path = "../native/build/libs/auth-native-2.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.8.0-20230830-220400-8a7556d8"
distribution-version = "2201.8.0"

[[package]]
org = "ballerina"
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [2.10.0] - 2023-09-15
- This version maintains compatibility with dependencies without any external changes.

## [2.9.0] - 2023-06-30

- This version maintains compatibility with dependencies without any external changes.
Expand Down
20 changes: 10 additions & 10 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.10.0-SNAPSHOT
version=2.10.1-SNAPSHOT
puppycrawlCheckstyleVersion=10.12.0
slf4jVersion=1.7.30
ballerinaGradlePluginVersion=2.0.1

ballerinaLangVersion=2201.8.0-20230908-135700-74a59dff
ballerinaLangVersion=2201.8.0

# Standard library dependencies
# Level 1
stdlibIoVersion=1.6.0-20230911-134800-de06e28
stdlibTimeVersion=2.4.0-20230911-140200-7f96f1e
stdlibIoVersion=1.6.0
stdlibTimeVersion=2.4.0

# Level 2
stdlibCryptoVersion=2.5.0-20230911-142900-8807d07
stdlibLogVersion=2.9.0-20230911-150900-2f32c1a
stdlibTaskVersion=2.5.0-20230911-143300-237313e
stdlibCryptoVersion=2.5.0
stdlibLogVersion=2.9.0
stdlibTaskVersion=2.5.0

# Level 3
stdlibCacheVersion=3.7.0-20230911-145700-142f375
stdlibCacheVersion=3.7.0

# Ballerinax Observer
observeVersion=1.2.0-20230911-133500-b3d8db3
observeInternalVersion=1.2.0-20230911-141700-4c0454a
observeVersion=1.2.0
observeInternalVersion=1.2.0

0 comments on commit e59a39e

Please sign in to comment.