Skip to content

Commit c0c3cdf

Browse files
authored
Merge pull request #2018 from ballerina-platform/release-2.10.13
[Automated] Sync 2201.8.x after 2.10.13 release
2 parents 0a9d599 + d01230c commit c0c3cdf

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
lines changed

ballerina-tests/http-advanced-tests/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ graalvmCompatible = true
1414

1515
[[platform.java17.dependency]]
1616
scope = "testOnly"
17-
path = "../../test-utils/build/libs/http-test-utils-2.10.13-SNAPSHOT.jar"
17+
path = "../../test-utils/build/libs/http-test-utils-2.10.13.jar"

ballerina-tests/http-client-tests/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ graalvmCompatible = true
1414

1515
[[platform.java17.dependency]]
1616
scope = "testOnly"
17-
path = "../../test-utils/build/libs/http-test-utils-2.10.13-SNAPSHOT.jar"
17+
path = "../../test-utils/build/libs/http-test-utils-2.10.13.jar"

ballerina-tests/http-dispatching-tests/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ graalvmCompatible = true
1414

1515
[[platform.java17.dependency]]
1616
scope = "testOnly"
17-
path = "../../test-utils/build/libs/http-test-utils-2.10.13-SNAPSHOT.jar"
17+
path = "../../test-utils/build/libs/http-test-utils-2.10.13.jar"

ballerina-tests/http-interceptor-tests/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ graalvmCompatible = true
1414

1515
[[platform.java17.dependency]]
1616
scope = "testOnly"
17-
path = "../../test-utils/build/libs/http-test-utils-2.10.13-SNAPSHOT.jar"
17+
path = "../../test-utils/build/libs/http-test-utils-2.10.13.jar"

ballerina-tests/http-misc-tests/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ graalvmCompatible = true
1414

1515
[[platform.java17.dependency]]
1616
scope = "testOnly"
17-
path = "../../test-utils/build/libs/http-test-utils-2.10.13-SNAPSHOT.jar"
17+
path = "../../test-utils/build/libs/http-test-utils-2.10.13.jar"

ballerina-tests/http-resiliency-tests/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ graalvmCompatible = true
1414

1515
[[platform.java17.dependency]]
1616
scope = "testOnly"
17-
path = "../../test-utils/build/libs/http-test-utils-2.10.13-SNAPSHOT.jar"
17+
path = "../../test-utils/build/libs/http-test-utils-2.10.13.jar"

ballerina-tests/http-security-tests/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ graalvmCompatible = true
1414

1515
[[platform.java17.dependency]]
1616
scope = "testOnly"
17-
path = "../../test-utils/build/libs/http-test-utils-2.10.13-SNAPSHOT.jar"
17+
path = "../../test-utils/build/libs/http-test-utils-2.10.13.jar"

ballerina-tests/http-service-tests/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ graalvmCompatible = true
1414

1515
[[platform.java17.dependency]]
1616
scope = "testOnly"
17-
path = "../../test-utils/build/libs/http-test-utils-2.10.13-SNAPSHOT.jar"
17+
path = "../../test-utils/build/libs/http-test-utils-2.10.13.jar"

ballerina-tests/http2-tests/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ graalvmCompatible = true
1414

1515
[[platform.java17.dependency]]
1616
scope = "testOnly"
17-
path = "../../test-utils/build/libs/http-test-utils-2.10.13-SNAPSHOT.jar"
17+
path = "../../test-utils/build/libs/http-test-utils-2.10.13.jar"

ballerina/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ graalvmCompatible = true
1717
groupId = "io.ballerina.stdlib"
1818
artifactId = "http-native"
1919
version = "2.10.13"
20-
path = "../native/build/libs/http-native-2.10.13-SNAPSHOT.jar"
20+
path = "../native/build/libs/http-native-2.10.13.jar"
2121

2222
[[platform.java17.dependency]]
2323
groupId = "io.ballerina.stdlib"

0 commit comments

Comments
 (0)