You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2012/03/12 16:29:23 UTC

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

Author: ivaynberg
Date: Mon Mar 12 15:29:23 2012
New Revision: 1299709

URL: http://svn.apache.org/viewvc?rev=1299709&view=rev
Log:
tagging instructions updated for git

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=1299709&r1=1299708&r2=1299709&view=diff
==============================================================================
--- wicket/common/site/trunk/contribute/release.md (original)
+++ wicket/common/site/trunk/contribute/release.md Mon Mar 12 15:29:23 2012
@@ -80,12 +80,11 @@ chown -R :wicket /www/www.apache.org/dis
 {% endhighlight %}
 * Login to repository.apache.org, select the closed repository and click **Release**.  It will be accessible immediately through the apache release repo and then within 1-2 hours through maven central. 
 * If the release is voted down you can **Drop** the staged release and then restage later after incorporating the necessary changes.
-* Tag the release in SVN:
+* Tag the release in Git:
 {% 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.
+git checkout build/wicket-1.5.4
+git tag release/wicket-1.5.4
+git push --tags
 {% endhighlight %}
 * Wait until repo1.maven.org has picked up the release artifacts.
 * Wait 24 hours until mirrors picked up release artifacts