You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by eolivelli <gi...@git.apache.org> on 2017/04/28 10:28:11 UTC

[GitHub] bookkeeper pull request #134: BOOKKEEPER-1042 Deploy SNAPSHOTS of master to ...

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 <eo...@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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] bookkeeper pull request #134: BOOKKEEPER-1042 Deploy SNAPSHOTS of master to ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/bookkeeper/pull/134


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] bookkeeper issue #134: BOOKKEEPER-1042 Deploy SNAPSHOTS of master to public ...

Posted by eolivelli <gi...@git.apache.org>.
Github user eolivelli commented on the issue:

    https://github.com/apache/bookkeeper/pull/134
  
    @merlimat I think that those project need to have the same version as the other modules.
    Actually they are used to create artifacts for compat tests but for instance the artifacts which support version 4.5.0  are different from the ones for the 4.4.0 version, see the protobuf and guava upgrades for instance.
    If they had to be 'fixed' I think they should be kept outside the project, but I think this is not the case, in fact if it was the case we could have used directly the released artifacts
    



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---