This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch 2.0.X in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/2.0.X by this push: new b2d680c Fixed the project pom b2d680c is described below commit b2d680c648f8c528b252e34c14962253b7dc2e0a Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Tue Feb 8 01:35:12 2022 +0100 Fixed the project pom --- mina-benchmarks/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mina-benchmarks/pom.xml b/mina-benchmarks/pom.xml index 3de4433..26d7be9 100755 --- a/mina-benchmarks/pom.xml +++ b/mina-benchmarks/pom.xml @@ -19,7 +19,7 @@ under the License. --> -<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.mina</groupId>