Browse Source

[maven-release-plugin] prepare branch branch-3.6

Enrico Olivelli 5 years ago
parent
commit
b04758e190
2 changed files with 4 additions and 4 deletions
  1. 3 2
      pom.xml
  2. 1 2
      zookeeper-docs/pom.xml

+ 3 - 2
pom.xml

@@ -70,6 +70,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/zookeeper.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/zookeeper.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf/zookeeper.git</url>
+    <tag>branch-3.6</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -687,8 +688,8 @@
             <configuration>
               <exportAntProperties>true</exportAntProperties>
               <target>
-                <property environment="env"/>
-                <exec executable="hostname" outputproperty="host.name"/>
+                <property environment="env" />
+                <exec executable="hostname" outputproperty="host.name" />
               </target>
             </configuration>
           </execution>

+ 1 - 2
zookeeper-docs/pom.xml

@@ -1,6 +1,5 @@
 <?xml version="1.0"?>
-<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/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="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <!--
   /**
    * Licensed to the Apache Software Foundation (ASF) under one