Replaced the https:// xmlns tag by http://; reuse maven-release 3.0.0-M3
diff --git a/pom.xml b/pom.xml
index 4995f18..551f475 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 <!-- https://cwiki.apache.org/confluence/x/zbEB          -->
 <!-- ================================================== -->
 
-<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/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <parent>
     <groupId>org.apache</groupId>
@@ -937,7 +937,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.5.3</version>
+          <version>3.0.0-M3</version>
           <configuration>
             <tagNameFormat>@{project.version}</tagNameFormat>
           </configuration>