You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by eo...@apache.org on 2019/12/15 15:19:19 UTC

[zookeeper] branch master updated: [maven-release-plugin] prepare branch branch-3.6

This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new b04758e  [maven-release-plugin] prepare branch branch-3.6
b04758e is described below

commit b04758e1903b0574c6b8ae82f8ff4e735cfad6b5
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Sun Dec 15 15:19:13 2019 +0000

    [maven-release-plugin] prepare branch branch-3.6
---
 pom.xml                | 5 +++--
 zookeeper-docs/pom.xml | 3 +--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9084d01..c501bcd 100755
--- a/pom.xml
+++ b/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>
diff --git a/zookeeper-docs/pom.xml b/zookeeper-docs/pom.xml
index d3c11c9..eb56544 100644
--- a/zookeeper-docs/pom.xml
+++ b/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