Skip to content

Commit

Permalink
Merge pull request #2020 from ballerina-platform/release-2.7.7
Browse files Browse the repository at this point in the history
[Automated] Sync 2201.5.x after 2.7.7 release
  • Loading branch information
TharmiganK authored May 29, 2024
2 parents e84cb60 + 0295477 commit 8637581
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 22 deletions.
2 changes: 1 addition & 1 deletion ballerina-tests/http-advanced-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.7.7"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.7.7-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.7.7.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http-client-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.7.7"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.7.7-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.7.7.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http-dispatching-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.7.7"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.7.7-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.7.7.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http-interceptor-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.7.7"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.7.7-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.7.7.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http-misc-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.7.7"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.7.7-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.7.7.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http-resiliency-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.7.7"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.7.7-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.7.7.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http-security-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.7.7"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.7.7-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.7.7.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http-service-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.7.7"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.7.7-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.7.7.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http2-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.7.7"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.7.7-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.7.7.jar"
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ distribution = "2201.5.0"
groupId = "io.ballerina.stdlib"
artifactId = "http-native"
version = "2.7.7"
path = "../native/build/libs/http-native-2.7.7-SNAPSHOT.jar"
path = "../native/build/libs/http-native-2.7.7.jar"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
Expand Down
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 = "http-compiler-plugin"
class = "io.ballerina.stdlib.http.compiler.HttpCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/http-compiler-plugin-2.7.7-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/http-compiler-plugin-2.7.7.jar"
20 changes: 11 additions & 9 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ modules = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.3.2"
version = "2.3.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -63,11 +63,13 @@ modules = [
[[package]]
org = "ballerina"
name = "file"
version = "1.7.1"
version = "1.7.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "log"},
{org = "ballerina", name = "os"},
{org = "ballerina", name = "regex"},
{org = "ballerina", name = "time"}
]
modules = [
Expand Down Expand Up @@ -108,7 +110,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.4.1"
version = "1.4.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand Down Expand Up @@ -238,7 +240,7 @@ modules = [
[[package]]
org = "ballerina"
name = "log"
version = "2.7.1"
version = "2.7.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -252,7 +254,7 @@ modules = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.7.1"
version = "2.7.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -302,7 +304,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "regex"
version = "1.4.3"
version = "1.4.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.string"}
Expand All @@ -314,7 +316,7 @@ modules = [
[[package]]
org = "ballerina"
name = "task"
version = "2.3.2"
version = "2.3.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -323,7 +325,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.5"
version = "2.2.4"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -334,7 +336,7 @@ modules = [
[[package]]
org = "ballerina"
name = "url"
version = "2.2.4"
version = "2.2.3"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This file contains all the notable changes done to the Ballerina HTTP 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.7.7] - 2024-05-29

### Fixed

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.7.7-SNAPSHOT
version=2.7.8-SNAPSHOT
ballerinaLangVersion=2201.5.0
ballerinaTomlParserVersion=1.2.2
commonsLang3Version=3.8.1
Expand Down

0 comments on commit 8637581

Please sign in to comment.