You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by sa...@apache.org on 2016/02/09 02:39:28 UTC

incubator-apex-site git commit: from 0885d55a940b1e20d59ba04dd60382a66aa838cc

Repository: incubator-apex-site
Updated Branches:
  refs/heads/asf-site 80966c3db -> 8d927a464


from 0885d55a940b1e20d59ba04dd60382a66aa838cc


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/8d927a46
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/8d927a46
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/8d927a46

Branch: refs/heads/asf-site
Commit: 8d927a4647160b3168bdf84451e59e0c7b0e37df
Parents: 80966c3
Author: sashadt <sa...@datatorrent.com>
Authored: Mon Feb 8 17:39:25 2016 -0800
Committer: sashadt <sa...@datatorrent.com>
Committed: Mon Feb 8 17:39:25 2016 -0800

----------------------------------------------------------------------
 content/release.html | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/8d927a46/content/release.html
----------------------------------------------------------------------
diff --git a/content/release.html b/content/release.html
index 821bb76..3c63f1c 100644
--- a/content/release.html
+++ b/content/release.html
@@ -183,9 +183,13 @@ git push apache &quot;v3.2.0-incubating&quot;
 dv=3.2.0-incubating-SNAPSHOT
 rv=3.2.1-incubating-SNAPSHOT
 for a in `git grep -l &quot;${dv}&quot;`; do echo $a; sed -i &#39;s/&#39;&quot;${dv}&quot;&#39;/&#39;&quot;${rv}&quot;&#39;/g&#39; $a; done
-git commit -am &quot;Preparing for 3.2.1 development&quot;
 </code></pre>
-<p>Merge <code>@since</code> tag and change log changes to <code>master</code></p>
+<p>The following steps should be completed only when releasing a new minor release (X.Y.0), otherwise please verify that all necessary changes are already in place.<br>Wait for the published release artifacts to be available in the Apache Maven repository and upgrade base version for semantic versioning maven plugin to<br>the published release (X.Y.0). If there are new artifacts published to maven repositories consider enabling semantic versioning check for the newly<br>published libraries. Set <code>&lt;breakBuildOnModifications&gt;</code> to <code>true</code>.</p>
+<p>Commit all changes and push them to the remote git repository:</p>
+<pre><code class="lang-bash">git commit -am &quot;Preparing for 3.2.1 development&quot;
+git push apache
+</code></pre>
+<p>Merge <code>@since</code> tag and change log changes to <code>master</code>. If release is a new minor release (X.Y.0) implement the same changes in semantic versioning plugin<br>configurations as in the new release branch, except changing <code>&lt;breakBuildOnModifications&gt;</code>.</p>
 <h2 id="announce-release">Announce Release</h2>
 <p><a href="http://mail-archives.apache.org/mod_mbox/incubator-general/201511.mbox/%3CCA%2B5xAo1mS-BMT%3DXk_q287_j5m6ngtaT8QEEED0zfQhXtgrnOtA%40mail.gmail.com%3E">http://mail-archives.apache.org/mod_mbox/incubator-general/201511.mbox/%3CCA%2B5xAo1mS-BMT%3DXk_q287_j5m6ngtaT8QEEED0zfQhXtgrnOtA%40mail.gmail.com%3E</a></p>