|
@@ -31,7 +31,7 @@
|
|
|
<artifactId>zookeeper</artifactId>
|
|
<artifactId>zookeeper</artifactId>
|
|
|
<packaging>pom</packaging>
|
|
<packaging>pom</packaging>
|
|
|
<!-- to change version: mvn -\-batch-mode release:update-versions -DdevelopmentVersion=3.6.0-SNAPSHOT -->
|
|
<!-- to change version: mvn -\-batch-mode release:update-versions -DdevelopmentVersion=3.6.0-SNAPSHOT -->
|
|
|
- <version>3.6.0-SNAPSHOT</version>
|
|
|
|
|
|
|
+ <version>\</version>
|
|
|
<name>Apache ZooKeeper</name>
|
|
<name>Apache ZooKeeper</name>
|
|
|
<description>
|
|
<description>
|
|
|
ZooKeeper is a centralized service for maintaining configuration information, naming,
|
|
ZooKeeper is a centralized service for maintaining configuration information, naming,
|
|
@@ -69,6 +69,7 @@
|
|
|
<connection>scm:git:https://gitbox.apache.org/repos/asf/zookeeper.git</connection>
|
|
<connection>scm:git:https://gitbox.apache.org/repos/asf/zookeeper.git</connection>
|
|
|
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/zookeeper.git</developerConnection>
|
|
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/zookeeper.git</developerConnection>
|
|
|
<url>https://gitbox.apache.org/repos/asf/zookeeper.git</url>
|
|
<url>https://gitbox.apache.org/repos/asf/zookeeper.git</url>
|
|
|
|
|
+ <tag>zookeeper-\</tag>
|
|
|
</scm>
|
|
</scm>
|
|
|
<issueManagement>
|
|
<issueManagement>
|
|
|
<system>JIRA</system>
|
|
<system>JIRA</system>
|
|
@@ -539,8 +540,8 @@
|
|
|
<configuration>
|
|
<configuration>
|
|
|
<exportAntProperties>true</exportAntProperties>
|
|
<exportAntProperties>true</exportAntProperties>
|
|
|
<target>
|
|
<target>
|
|
|
- <property environment="env"/>
|
|
|
|
|
- <exec executable="hostname" outputproperty="host.name"/>
|
|
|
|
|
|
|
+ <property environment="env" />
|
|
|
|
|
+ <exec executable="hostname" outputproperty="host.name" />
|
|
|
|
|
|
|
|
</target>
|
|
</target>
|
|
|
</configuration>
|
|
</configuration>
|