Selaa lähdekoodia

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
Shoothzj 3 vuotta sitten
vanhempi
commit
bce2bf4236
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 2 2
      pom.xml
  2. 1 1
      zookeeper-server/pom.xml

+ 2 - 2
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>

+ 1 - 1
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>