summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShoothzj <shoothzj@gmail.com>2022-02-17 17:31:54 +0800
committermaoling <maoling@apache.org>2022-02-17 17:31:54 +0800
commitbce2bf42361163a2c026fb0d629edc22f2fb1c73 (patch)
tree6c3f441f4b37937e62a5a023b83cbbcfc757e08f
parent48191b63dfaa4d6d71572608a31338e15f02f0fa (diff)
downloadzookeeper-bce2bf42361163a2c026fb0d629edc22f2fb1c73.tar.gz
Fix typo in ZooKeeper Server Pom
I think that the id of this task should be `build-time`. And it has original be `build-time`. Author: Shoothzj <shoothzj@gmail.com> Reviewers: Enrico Olivelli <eolivelli@apache.org>, maoling <maoling@apache.org> Closes #1781 from Shoothzj/fix-typo-in-zookeeper-server-pom
-rwxr-xr-xpom.xml4
-rwxr-xr-xzookeeper-server/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index ed3d4167a..f14f317d1 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1089,7 +1089,7 @@
<exclude>commons-lang:commons-lang</exclude>
</excludes>
<searchTransitive>false</searchTransitive>
- <message>We don't use commons-lang any more, so do not depend on it directly.</message>
+ <message>We don't use commons-lang anymore, so do not depend on it directly.</message>
</bannedDependencies>
</rules>
</configuration>
@@ -1123,7 +1123,7 @@
<exclude>com.googlecode.json-simple:json-simple</exclude>
</excludes>
<searchTransitive>false</searchTransitive>
- <message>We don't use json-simple any more, so do not depend on it directly.</message>
+ <message>We don't use json-simple anymore, so do not depend on it directly.</message>
</bannedDependencies>
</rules>
</configuration>
diff --git a/zookeeper-server/pom.xml b/zookeeper-server/pom.xml
index 374ebc768..016a0c569 100755
--- a/zookeeper-server/pom.xml
+++ b/zookeeper-server/pom.xml
@@ -191,7 +191,7 @@
<executions>
<execution>
<!-- ${maven.build.timestamp} does not support timezone :( -->
- <id>tbuild-time</id>
+ <id>build-time</id>
<goals>
<goal>timestamp-property</goal>
</goals>