You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by vrozov <gi...@git.apache.org> on 2016/02/02 02:39:28 UTC

[GitHub] incubator-apex-site pull request: instructions for semantic versio...

GitHub user vrozov opened a pull request:

    https://github.com/apache/incubator-apex-site/pull/12

    instructions for semantic versioning upgrade

    @tweise Please review and merge

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vrozov/incubator-apex-site semver

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-apex-site/pull/12.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 #12
    
----
commit e521e819cb3f9a57a5d3b011f03c75c8bb8778ca
Author: Vlad Rozov <v....@datatorrent.com>
Date:   2016-02-02T01:37:51Z

    instructions for semantic versioning upgrade

----


---
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] incubator-apex-site pull request: instructions for semantic versio...

Posted by vrozov <gi...@git.apache.org>.
Github user vrozov commented on a diff in the pull request:

    https://github.com/apache/incubator-apex-site/pull/12#discussion_r51583249
  
    --- Diff: src/md/release.md ---
    @@ -193,7 +193,14 @@ git checkout release-3.2
     dv=3.2.0-incubating-SNAPSHOT
     rv=3.2.1-incubating-SNAPSHOT
     for a in `git grep -l "${dv}"`; do echo $a; sed -i 's/'"${dv}"'/'"${rv}"'/g' $a; done
    +```
    +Upgrade base version for semantic versioning maven plugin to the published release (X.Y.Z). If there are new artifacts published to maven repositories
    --- End diff --
    
    Once release repository is promoted, how long it may take for release artifacts to be visible?


---
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] incubator-apex-site pull request: instructions for semantic versio...

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

    https://github.com/apache/incubator-apex-site/pull/12


---
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] incubator-apex-site pull request: instructions for semantic versio...

Posted by tweise <gi...@git.apache.org>.
Github user tweise commented on a diff in the pull request:

    https://github.com/apache/incubator-apex-site/pull/12#discussion_r51528832
  
    --- Diff: src/md/release.md ---
    @@ -193,7 +193,14 @@ git checkout release-3.2
     dv=3.2.0-incubating-SNAPSHOT
     rv=3.2.1-incubating-SNAPSHOT
     for a in `git grep -l "${dv}"`; do echo $a; sed -i 's/'"${dv}"'/'"${rv}"'/g' $a; done
    +```
    +Upgrade base version for semantic versioning maven plugin to the published release (X.Y.Z). If there are new artifacts published to maven repositories
    --- End diff --
    
    It can only be done after the new release artifacts are visible in Maven central.


---
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.
---