Revision: 977
Author: heue...@gmail.com
Date: Tue Mar  2 20:07:03 2010
Log: Edited wiki page through web user interface.
http://code.google.com/p/piccolo2d/source/detail?r=977

Modified:
 /wiki/ReleaseChecklist.wiki

=======================================
--- /wiki/ReleaseChecklist.wiki Tue Jan 19 08:49:07 2010
+++ /wiki/ReleaseChecklist.wiki Tue Mar  2 20:07:03 2010
@@ -114,6 +114,9 @@

Click [http://code.google.com/p/piccolo2d/downloads/entry New download] link and upload binary zip, binary tar.gz, source zip, and source tar.gz files. Refer to previous uploads for what the metadata should look like.

+Deprecate earlier failed release candidate version downloads, if any.
+
+
 ====For release candidate versions====

 Send a VOTE email to the dev and user mailing lists,
@@ -161,8 +164,21 @@

 ===After final release tag:===

+Create release branch in subversion
+
+{{{
+$ svn cp -m "creating 1.3 release branch" https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk https://piccolo2d.googlecode.com/svn/piccolo2d.java/branches/release-1.3
+}}}
+
+
 <br/>
-Update version in parent pom.xml file on svn trunk to {$next-version}-SNAPSHOT
+Create bundle(s) for upload to maven central repository
+
+*TODO*
+
+
+<br/>
+Update version in parent pom.xml file on svn trunk to ${next-version}-SNAPSHOT

 parent/pom.xml:
 {{{

--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

Reply via email to