You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/05/29 20:12:58 UTC

[GitHub] sijie opened a new pull request #1454: Allow CI to publish a snapshot version with gitsha information

sijie opened a new pull request #1454: Allow CI to publish a snapshot version with gitsha information
URL: https://github.com/apache/bookkeeper/pull/1454
 
 
   Descriptions of the changes in this PR:
   
   *Motivation*
   
   Currently bookkeeper publishes a snapshot release nightly to maven artifacts. It provides a convenient solution for people to try out new bookkeeper releases as soon as the changes land in master branch. However sometime it is also problematic when you reference this snapshot version in other projects, subsequent changes in bookkeeper might potentially break those projects.
   
   *Solution*
   
   Update the CI to provide a mechanism to publish a snapshot version with gitsha information. so it can publish a snapshot version that is pinned to the given gitsha. so the projects can safely use a snapshot version for development without worrying bookkeeper changes break it.
   
   *NOTES*
   
   The mechanism is a manual operation. It should be used when it is needed. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services