hboutemy commented on code in PR #2051:
URL: https://github.com/apache/zookeeper/pull/2051#discussion_r1296296094


##########
zookeeper-server/src/main/java-filtered/org/apache/zookeeper/version/Info.java:
##########
@@ -25,5 +25,5 @@ public interface Info {
     String QUALIFIER="${parsedVersion.qualifier}".isEmpty() ? null : 
"${parsedVersion.qualifier}";
     int REVISION=-1; //@deprecated, please use REVISION_HASH
     String REVISION_HASH="${mvngit.commit.id}";
-    String BUILD_DATE="${build.time}";
+    String BUILD_DATE="${project.build.outputDirectory}";

Review Comment:
   uh, yes, of course, thanks for reviewing...



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@zookeeper.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to