hboutemy commented on code in PR #2051:
URL: https://github.com/apache/zookeeper/pull/2051#discussion_r1296299917
##########
zookeeper-server/src/main/java-filtered/org/apache/zookeeper/version/VersionInfoMain.java:
##########
@@ -20,6 +20,6 @@
public class VersionInfoMain implements org.apache.zookeeper.version.Info {
public static void main(String[] args) {
- System.out.println("Apache ZooKeeper, version ${project.version}
${build.time}");
+ System.out.println("Apache ZooKeeper, version ${project.version}
${project.build.outputDirectory}");
Review Comment:
don't hesitate to drop my PR here and replace with your approach: yes, it
seems quite logical for users
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]