GitHub user eolivelli opened a pull request: https://github.com/apache/bookkeeper/pull/134
BOOKKEEPER-1042 Deploy SNAPSHOTS of master to public Apache Repository Make all pom.xml files have a -SNAPSHOT version. Currently we have the 'compats' subprojects which have a strange versioning scheme. Actual versioning scheme for that poms will clash will other versions of the project, because they are fixed and do not depend on the common parent pom. Changing the version will make the build more reproducible and it is a prerequisite for the deployment of -SNAPSHOT version to the official Apache Snapshots Repository You can merge this pull request into a Git repository by running: $ git pull https://github.com/eolivelli/bookkeeper BOOKKEEPER-1042-pom-for-snapshots Alternatively you can review and apply these changes as the patch at: https://github.com/apache/bookkeeper/pull/134.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 #134 ---- commit 3e0eea64514988d619b4509b7fa7aa035535d956 Author: Enrico Olivelli <eolive...@apache.org> Date: 2017-04-28T10:21:57Z BOOKKEEPER-1042 Deploy SNAPSHOTS of master to public Apache Repository Make all pom.xml files have a SNAPSHOT version ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---