You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jr...@apache.org on 2010/10/27 08:31:59 UTC

svn commit: r1027827 - /wicket/common/site/trunk/contribute/release.md

Author: jrthomerson
Date: Wed Oct 27 06:31:59 2010
New Revision: 1027827

URL: http://svn.apache.org/viewvc?rev=1027827&view=rev
Log:
more release docs updates

Modified:
    wicket/common/site/trunk/contribute/release.md

Modified: wicket/common/site/trunk/contribute/release.md
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/contribute/release.md?rev=1027827&r1=1027826&r2=1027827&view=diff
==============================================================================
--- wicket/common/site/trunk/contribute/release.md (original)
+++ wicket/common/site/trunk/contribute/release.md Wed Oct 27 06:31:59 2010
@@ -51,6 +51,11 @@ svn export http://svn.apache.org/repos/a
 ssh people.apache.org mkdir public_html/wicket-1.4.13
 scp -r target/dist target/m2-repo people.apache.org:public_html/wicket-1.4.13
 {% endhighlight %}
+* Tag the release in SVN:
+{% highlight console %}
+$ svn cp https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.13 https://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.13 -m "tag release 1.4.13"
+Committed revision 1027826.
+{% endhighlight %}
 * Send vote message to dev@ mailing list
 * Wait requisite 72 hours for the vote to pass (we hope)
 * Upload to mirrors (see below)