From eeece4cfa5a5da076b9d769205433f1d68557958 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Tue, 10 Nov 2020 10:22:35 +0100 Subject: [PATCH] Use http in xmlns URIs to make maven release plugin happy again (#10788) Motivation: https in xmlns URIs does not work and will let the maven release plugin fail: ``` [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.779 s [INFO] Finished at: 2020-11-10T07:45:21Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare (default-cli) on project netty-parent: Execution default-cli of goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare failed: The namespace xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" could not be added as a namespace to "project": The namespace prefix "xsi" collides with an additional namespace declared by the element -> [Help 1] [ERROR] ``` See also https://issues.apache.org/jira/browse/HBASE-24014. Modifications: Use http for xmlns Result: Be able to use maven release plugin --- all/pom.xml | 2 +- bom/pom.xml | 2 +- buffer/pom.xml | 2 +- codec-dns/pom.xml | 2 +- codec-haproxy/pom.xml | 2 +- codec-http/pom.xml | 2 +- codec-http2/pom.xml | 2 +- codec-memcache/pom.xml | 2 +- codec-mqtt/pom.xml | 2 +- codec-redis/pom.xml | 2 +- codec-smtp/pom.xml | 2 +- codec-socks/pom.xml | 2 +- codec-stomp/pom.xml | 2 +- codec-xml/pom.xml | 2 +- codec/pom.xml | 2 +- .../test/resources/io/netty/handler/codec/xml/sample-04.xml | 2 +- common/pom.xml | 2 +- dev-tools/pom.xml | 2 +- example/pom.xml | 2 +- handler-proxy/pom.xml | 2 +- handler/pom.xml | 2 +- microbench/pom.xml | 2 +- nohttp-checkstyle-suppressions.xml | 5 +++++ pom.xml | 2 +- resolver-dns-native-macos/pom.xml | 2 +- resolver-dns/pom.xml | 2 +- resolver/pom.xml | 2 +- tarball/assembly.xml | 2 +- tarball/pom.xml | 2 +- testsuite-autobahn/pom.xml | 2 +- testsuite-http2/pom.xml | 2 +- testsuite-native-image-client/pom.xml | 2 +- testsuite-native-image/pom.xml | 2 +- testsuite-osgi/pom.xml | 2 +- testsuite-shading/pom.xml | 2 +- testsuite/pom.xml | 2 +- transport-blockhound-tests/pom.xml | 2 +- transport-native-epoll/pom.xml | 2 +- transport-native-kqueue/pom.xml | 2 +- transport-native-unix-common-tests/pom.xml | 2 +- transport-native-unix-common/pom.xml | 2 +- transport-sctp/pom.xml | 2 +- transport/pom.xml | 2 +- 43 files changed, 47 insertions(+), 42 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 2fd2109b01..2397520ed3 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/bom/pom.xml b/bom/pom.xml index bbc7535390..3f45963d56 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 org.sonatype.oss diff --git a/buffer/pom.xml b/buffer/pom.xml index 0804a745d3..6c038d750c 100644 --- a/buffer/pom.xml +++ b/buffer/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/codec-dns/pom.xml b/codec-dns/pom.xml index cf559a1c90..3c643f9689 100644 --- a/codec-dns/pom.xml +++ b/codec-dns/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/codec-haproxy/pom.xml b/codec-haproxy/pom.xml index 2631242691..d641927639 100644 --- a/codec-haproxy/pom.xml +++ b/codec-haproxy/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/codec-http/pom.xml b/codec-http/pom.xml index 5b44ac1885..54d0bd1e28 100644 --- a/codec-http/pom.xml +++ b/codec-http/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/codec-http2/pom.xml b/codec-http2/pom.xml index 59e0c45969..ab73970819 100644 --- a/codec-http2/pom.xml +++ b/codec-http2/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/codec-memcache/pom.xml b/codec-memcache/pom.xml index 45dab47cd1..2383724433 100644 --- a/codec-memcache/pom.xml +++ b/codec-memcache/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/codec-mqtt/pom.xml b/codec-mqtt/pom.xml index 54a0e5d03c..8e30303d1f 100644 --- a/codec-mqtt/pom.xml +++ b/codec-mqtt/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/codec-redis/pom.xml b/codec-redis/pom.xml index 92e04f8070..94b5b12d7a 100644 --- a/codec-redis/pom.xml +++ b/codec-redis/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/codec-smtp/pom.xml b/codec-smtp/pom.xml index 43ece7234b..7221787d0d 100644 --- a/codec-smtp/pom.xml +++ b/codec-smtp/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/codec-socks/pom.xml b/codec-socks/pom.xml index 007ef59355..0a00f8d728 100644 --- a/codec-socks/pom.xml +++ b/codec-socks/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/codec-stomp/pom.xml b/codec-stomp/pom.xml index 2ce10a6536..82140cc4c6 100644 --- a/codec-stomp/pom.xml +++ b/codec-stomp/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/codec-xml/pom.xml b/codec-xml/pom.xml index 0b17433a93..39b309b087 100644 --- a/codec-xml/pom.xml +++ b/codec-xml/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/codec/pom.xml b/codec/pom.xml index 5d4a21c787..2ba0e0f35a 100644 --- a/codec/pom.xml +++ b/codec/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/codec/src/test/resources/io/netty/handler/codec/xml/sample-04.xml b/codec/src/test/resources/io/netty/handler/codec/xml/sample-04.xml index f4f6e45cdb..0fd0b38014 100644 --- a/codec/src/test/resources/io/netty/handler/codec/xml/sample-04.xml +++ b/codec/src/test/resources/io/netty/handler/codec/xml/sample-04.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index b131e6c423..d54edd7f85 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/dev-tools/pom.xml b/dev-tools/pom.xml index 0a67468bc2..92fbccb96a 100644 --- a/dev-tools/pom.xml +++ b/dev-tools/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 org.sonatype.oss diff --git a/example/pom.xml b/example/pom.xml index d280508a5b..cbe3d25cc5 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/handler-proxy/pom.xml b/handler-proxy/pom.xml index 78f8a760f6..8479f287a9 100644 --- a/handler-proxy/pom.xml +++ b/handler-proxy/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/handler/pom.xml b/handler/pom.xml index dba5f0ffd5..1cd551b1b7 100644 --- a/handler/pom.xml +++ b/handler/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/microbench/pom.xml b/microbench/pom.xml index e5ac4d4535..6b43794b3c 100644 --- a/microbench/pom.xml +++ b/microbench/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/nohttp-checkstyle-suppressions.xml b/nohttp-checkstyle-suppressions.xml index 6b3da0c5f4..28c99d4d8a 100644 --- a/nohttp-checkstyle-suppressions.xml +++ b/nohttp-checkstyle-suppressions.xml @@ -51,6 +51,11 @@ + + + + diff --git a/pom.xml b/pom.xml index e44c2e0c3d..ac6351d37a 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/resolver-dns-native-macos/pom.xml b/resolver-dns-native-macos/pom.xml index 159b940622..44cb0f5ca9 100644 --- a/resolver-dns-native-macos/pom.xml +++ b/resolver-dns-native-macos/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 io.netty diff --git a/resolver-dns/pom.xml b/resolver-dns/pom.xml index 765252f642..1baa4af303 100644 --- a/resolver-dns/pom.xml +++ b/resolver-dns/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/resolver/pom.xml b/resolver/pom.xml index f1455a515a..eb24507877 100644 --- a/resolver/pom.xml +++ b/resolver/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/tarball/assembly.xml b/tarball/assembly.xml index a8a3fc9f57..1ad3974fc7 100644 --- a/tarball/assembly.xml +++ b/tarball/assembly.xml @@ -1,7 +1,7 @@ tarball diff --git a/tarball/pom.xml b/tarball/pom.xml index c6d869c73a..ad4ce7ba0b 100644 --- a/tarball/pom.xml +++ b/tarball/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/testsuite-autobahn/pom.xml b/testsuite-autobahn/pom.xml index f9ed226917..41e527039e 100644 --- a/testsuite-autobahn/pom.xml +++ b/testsuite-autobahn/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/testsuite-http2/pom.xml b/testsuite-http2/pom.xml index 3d53d3fd61..371b6d3459 100644 --- a/testsuite-http2/pom.xml +++ b/testsuite-http2/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/testsuite-native-image-client/pom.xml b/testsuite-native-image-client/pom.xml index 082ccf81f5..0accfa4d64 100644 --- a/testsuite-native-image-client/pom.xml +++ b/testsuite-native-image-client/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/testsuite-native-image/pom.xml b/testsuite-native-image/pom.xml index 79e3c2a076..253acb07ef 100644 --- a/testsuite-native-image/pom.xml +++ b/testsuite-native-image/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/testsuite-osgi/pom.xml b/testsuite-osgi/pom.xml index 8375ab05f8..052f0389c4 100644 --- a/testsuite-osgi/pom.xml +++ b/testsuite-osgi/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/testsuite-shading/pom.xml b/testsuite-shading/pom.xml index d238d84583..31500b1f25 100644 --- a/testsuite-shading/pom.xml +++ b/testsuite-shading/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/testsuite/pom.xml b/testsuite/pom.xml index ea85905efb..b643cba896 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/transport-blockhound-tests/pom.xml b/transport-blockhound-tests/pom.xml index 44a4d8a17f..ae1de2e51c 100644 --- a/transport-blockhound-tests/pom.xml +++ b/transport-blockhound-tests/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/transport-native-epoll/pom.xml b/transport-native-epoll/pom.xml index 7fe9327213..82176335ff 100644 --- a/transport-native-epoll/pom.xml +++ b/transport-native-epoll/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 io.netty diff --git a/transport-native-kqueue/pom.xml b/transport-native-kqueue/pom.xml index 6e6fd1c999..0a4df73f2b 100644 --- a/transport-native-kqueue/pom.xml +++ b/transport-native-kqueue/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 io.netty diff --git a/transport-native-unix-common-tests/pom.xml b/transport-native-unix-common-tests/pom.xml index 6ab698f0ce..861df4d376 100644 --- a/transport-native-unix-common-tests/pom.xml +++ b/transport-native-unix-common-tests/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 io.netty diff --git a/transport-native-unix-common/pom.xml b/transport-native-unix-common/pom.xml index 48b00c2201..415e89e825 100644 --- a/transport-native-unix-common/pom.xml +++ b/transport-native-unix-common/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 io.netty diff --git a/transport-sctp/pom.xml b/transport-sctp/pom.xml index eae17f393b..03f601d73d 100644 --- a/transport-sctp/pom.xml +++ b/transport-sctp/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 diff --git a/transport/pom.xml b/transport/pom.xml index 55ffca1df5..df755b3296 100644 --- a/transport/pom.xml +++ b/transport/pom.xml @@ -14,7 +14,7 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> - + 4.0.0