GitHub user tamaashu opened a pull request:
https://github.com/apache/zookeeper/pull/664
ZOOKEEPER-3154: Update release process to use the MarkDown solution
Added `mvn clean` and `mvn install` to `ant clean` and `ant compile` as
dependency.
This way we clean and build zookeeper-docs maven sub-project when we clean
and build main ant project.
Added releasenotes.md and fixed small issues in MarkDown files.
Next step is to remove not needed forrest content and dead ant code.
Only valid for branch-3.4.
Change-Id: I308a970c253be1bb82387516bf7b08bd7818a2c7
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tamaashu/zookeeper ZOOKEEPER-3154-3.4
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/664.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #664
----
commit 4c193f5d05cbef52014747b3a18aa4ba22417cac
Author: Tamas Penzes <tamaas@...>
Date: 2018-10-09T16:40:17Z
ZOOKEEPER-3154: Update release process to use the MarkDown solution
Added `mvn clean` and `mvn install` to `ant clean` and `ant compile` as
dependency.
This way we clean and build zookeeper-docs maven sub-project when we clean
and build main ant project.
Added releasenotes.md and fixed small issues in MarkDown files.
Next step is to remove not needed forrest content and dead ant code.
Only valid for master branch, do not backport to branch-3.4 or branch-3.5.
Adopted versions are coming.
Change-Id: I308a970c253be1bb82387516bf7b08bd7818a2c7
# Conflicts:
# build.xml
----
---