eolivelli commented on a change in pull request #1284: ZOOKEEPER-3755: Use
maven to create fatjar
URL: https://github.com/apache/zookeeper/pull/1284#discussion_r395500329
##########
File path: pom.xml
##########
@@ -31,7 +31,7 @@
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<!-- to change version: mvn -\-batch-mode release:update-versions
-DdevelopmentVersion=3.6.0-SNAPSHOT -->
- <version>3.7.0-SNAPSHOT</version>
+ <version>${revision}</version>
Review comment:
In my opinion this won't work together with the maven release plugin.
We are using it in order to automate the release process.
Is it necessary for you ?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services