You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2012/03/13 11:18:36 UTC

svn commit: r1300053 - /wicket/common/site/trunk/_site/contribute/release.html

Author: mgrigorov
Date: Tue Mar 13 10:18:35 2012
New Revision: 1300053

URL: http://svn.apache.org/viewvc?rev=1300053&view=rev
Log:
Commit the autogenerated .html after Igor's update to release.md


Modified:
    wicket/common/site/trunk/_site/contribute/release.html

Modified: wicket/common/site/trunk/_site/contribute/release.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/contribute/release.html?rev=1300053&r1=1300052&r2=1300053&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/contribute/release.html (original)
+++ wicket/common/site/trunk/_site/contribute/release.html Tue Mar 13 10:18:35 2012
@@ -254,12 +254,11 @@
 
 <li>If the release is voted down you can <strong>Drop</strong> the staged release and then restage later after incorporating the necessary changes.</li>
 
-<li>Tag the release in SVN:</li>
+<li>Tag the release in Git:</li>
 </ul>
-<div class='highlight'><pre><code class='console'><span class='gp'>$</span> svn cp https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.13 <span class='se'>\</span>
-<span class='go'>https://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.13 \</span>
-<span class='go'>-m &quot;tag release 1.4.13&quot;</span>
-<span class='go'>Committed revision 1027826.</span>
+<div class='highlight'><pre><code class='console'><span class='go'>git checkout build/wicket-1.5.4</span>
+<span class='go'>git tag release/wicket-1.5.4</span>
+<span class='go'>git push --tags</span>
 </code></pre>
 </div>
 <ul>