You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ma...@apache.org on 2022/02/17 09:32:00 UTC

[zookeeper] branch master updated: Fix typo in ZooKeeper Server Pom

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

maoling 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 bce2bf4  Fix typo in ZooKeeper Server Pom
bce2bf4 is described below

commit bce2bf42361163a2c026fb0d629edc22f2fb1c73
Author: Shoothzj <sh...@gmail.com>
AuthorDate: Thu Feb 17 17:31:54 2022 +0800

    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 <sh...@gmail.com>
    
    Reviewers: Enrico Olivelli <eo...@apache.org>, maoling <ma...@apache.org>
    
    Closes #1781 from Shoothzj/fix-typo-in-zookeeper-server-pom
---
 pom.xml                  | 4 ++--
 zookeeper-server/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ed3d416..f14f317 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 374ebc7..016a0c5 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>