This is an automated email from the ASF dual-hosted git repository. ddiederen pushed a commit to branch branch-3.7 in repository https://gitbox.apache.org/repos/asf/zookeeper.git
commit 9a9cb66d433126598afe23bc70c7146682541071 Author: Damien Diederen <[email protected]> AuthorDate: Thu Jan 14 18:26:44 2021 +0000 [maven-release-plugin] prepare branch branch-3.7 --- pom.xml | 2 +- zookeeper-compatibility-tests/pom.xml | 4 +--- .../zookeeper-compatibility-tests-curator/pom.xml | 4 +--- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 14116db..85fcd5d 100755 --- a/pom.xml +++ b/pom.xml @@ -71,7 +71,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>HEAD</tag> + <tag>branch-3.7</tag> </scm> <issueManagement> <system>JIRA</system> diff --git a/zookeeper-compatibility-tests/pom.xml b/zookeeper-compatibility-tests/pom.xml index f861196..69924b6 100644 --- a/zookeeper-compatibility-tests/pom.xml +++ b/zookeeper-compatibility-tests/pom.xml @@ -18,9 +18,7 @@ * limitations under the License. */ --> -<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"> <parent> <groupId>org.apache.zookeeper</groupId> <artifactId>parent</artifactId> diff --git a/zookeeper-compatibility-tests/zookeeper-compatibility-tests-curator/pom.xml b/zookeeper-compatibility-tests/zookeeper-compatibility-tests-curator/pom.xml index e254630..77c9e5b 100644 --- a/zookeeper-compatibility-tests/zookeeper-compatibility-tests-curator/pom.xml +++ b/zookeeper-compatibility-tests/zookeeper-compatibility-tests-curator/pom.xml @@ -18,9 +18,7 @@ * limitations under the License. */ --> -<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"> <parent> <groupId>org.apache.zookeeper</groupId> <artifactId>zookeeper-compatibility-tests</artifactId>
