Skip to content

Commit

Permalink
Remove unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhashinee committed Oct 9, 2023
1 parent 153fe3d commit 0955b72
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 36 deletions.
6 changes: 3 additions & 3 deletions ballerina-tests/http-advanced-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
org = "ballerina"
name = "http_advanced_tests"
version = "2.10.3"
version = "2.10.1"

[[dependency]]
org = "ballerina"
name = "http_test_common"
repository = "local"
version = "2.10.3"
version = "2.10.1"

[platform.java17]
graalvmCompatible = true

[[platform.java17.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.10.3-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.10.1.jar"
6 changes: 3 additions & 3 deletions ballerina-tests/http-client-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
org = "ballerina"
name = "http_client_tests"
version = "2.10.3"
version = "2.10.1"

[[dependency]]
org = "ballerina"
name = "http_test_common"
repository = "local"
version = "2.10.3"
version = "2.10.1"

[platform.java17]
graalvmCompatible = true

[[platform.java17.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.10.3-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.10.1.jar"
6 changes: 3 additions & 3 deletions ballerina-tests/http-dispatching-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
org = "ballerina"
name = "http_dispatching_tests"
version = "2.10.3"
version = "2.10.1"

[[dependency]]
org = "ballerina"
name = "http_test_common"
repository = "local"
version = "2.10.3"
version = "2.10.1"

[platform.java17]
graalvmCompatible = true

[[platform.java17.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.10.3-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.10.1.jar"
6 changes: 3 additions & 3 deletions ballerina-tests/http-interceptor-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
org = "ballerina"
name = "http_interceptor_tests"
version = "2.10.3"
version = "2.10.1"

[[dependency]]
org = "ballerina"
name = "http_test_common"
repository = "local"
version = "2.10.3"
version = "2.10.1"

[platform.java17]
graalvmCompatible = true

[[platform.java17.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.10.3-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.10.1.jar"
6 changes: 3 additions & 3 deletions ballerina-tests/http-misc-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
org = "ballerina"
name = "http_misc_tests"
version = "2.10.3"
version = "2.10.1"

[[dependency]]
org = "ballerina"
name = "http_test_common"
repository = "local"
version = "2.10.3"
version = "2.10.1"

[platform.java17]
graalvmCompatible = true

[[platform.java17.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.10.3-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.10.1.jar"
6 changes: 3 additions & 3 deletions ballerina-tests/http-resiliency-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
org = "ballerina"
name = "http_resiliency_tests"
version = "2.10.3"
version = "2.10.1"

[[dependency]]
org = "ballerina"
name = "http_test_common"
repository = "local"
version = "2.10.3"
version = "2.10.1"

[platform.java17]
graalvmCompatible = true

[[platform.java17.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.10.3-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.10.1.jar"
6 changes: 3 additions & 3 deletions ballerina-tests/http-security-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
org = "ballerina"
name = "http_security_tests"
version = "2.10.3"
version = "2.10.1"

[[dependency]]
org = "ballerina"
name = "http_test_common"
repository = "local"
version = "2.10.3"
version = "2.10.1"

[platform.java17]
graalvmCompatible = true

[[platform.java17.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.10.3-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.10.1.jar"
6 changes: 3 additions & 3 deletions ballerina-tests/http-service-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
org = "ballerina"
name = "http_service_tests"
version = "2.10.3"
version = "2.10.1"

[[dependency]]
org = "ballerina"
name = "http_test_common"
repository = "local"
version = "2.10.3"
version = "2.10.1"

[platform.java17]
graalvmCompatible = true

[[platform.java17.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.10.3-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.10.1.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http-test-common/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[package]
org = "ballerina"
name = "http_test_common"
version = "2.10.3"
version = "2.10.1"
2 changes: 1 addition & 1 deletion ballerina-tests/http-test-common/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.8.0"
[[package]]
org = "ballerina"
name = "http_test_common"
version = "2.10.3"
version = "2.10.1"
dependencies = [
{org = "ballerina", name = "lang.string"},
{org = "ballerina", name = "mime"},
Expand Down
6 changes: 3 additions & 3 deletions ballerina-tests/http2-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
org = "ballerina"
name = "http2_tests"
version = "2.10.3"
version = "2.10.1"

[[dependency]]
org = "ballerina"
name = "http_test_common"
repository = "local"
version = "2.10.3"
version = "2.10.1"

[platform.java17]
graalvmCompatible = true

[[platform.java17.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.10.3-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.10.1.jar"
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "http"
version = "2.10.3"
version = "2.10.1"
authors = ["Ballerina"]
keywords = ["http", "network", "service", "listener", "client"]
repository = "https://github.com/ballerina-platform/module-ballerina-http"
Expand All @@ -16,8 +16,8 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "http-native"
version = "2.10.3"
path = "../native/build/libs/http-native-2.10.3-SNAPSHOT.jar"
version = "2.10.1"
path = "../native/build/libs/http-native-2.10.1.jar"

[[platform.java17.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.10.3-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/http-compiler-plugin-2.10.1.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http"
version = "2.10.3"
version = "2.10.1"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2023, WSO2 LLC. (http://www.wso2.org) All Rights Reserved.
* Copyright (c) 2018, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 LLC. licenses this file to you under the Apache License,
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
Expand Down

0 comments on commit 0955b72

Please sign in to comment.