You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2008/11/27 22:10:25 UTC

svn commit: r721280 - /cocoon/cocoon3/trunk/RELEASE_HOWTO.txt

Author: reinhard
Date: Thu Nov 27 13:10:24 2008
New Revision: 721280

URL: http://svn.apache.org/viewvc?rev=721280&view=rev
Log:
update information about creating release artifacts

Modified:
    cocoon/cocoon3/trunk/RELEASE_HOWTO.txt

Modified: cocoon/cocoon3/trunk/RELEASE_HOWTO.txt
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/RELEASE_HOWTO.txt?rev=721280&r1=721279&r2=721280&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/RELEASE_HOWTO.txt (original)
+++ cocoon/cocoon3/trunk/RELEASE_HOWTO.txt Thu Nov 27 13:10:24 2008
@@ -5,9 +5,6 @@
 
 * update src/main/changes/changes.xml and src/main/site/apt/download.apt in the 'cocoon-docs' module
 * go to the 'cocoon-docs' module and run 'mvn site'
-
-* rename trunk/release.pom.xml to trunk/pom.xml
-* comment modules section in parent/pom.xml
 * set all versions in the generated pom.xml files of all archetypes
  
 * mvn release:perform -Darguments="-Dgpg.passphrase='[secret passphrase]' -P release" -P release
@@ -16,7 +13,6 @@
 * tag all modules manually (should write some script for that purpose)
 * set all versions in the genreated pom.xml files of all archetypes back to SNAPSHOT
 * update <parent> sections of unreleased modules (cocoon-docs, cocoon-sample-webapp)
-* rename /pom.xml to release.pom.xml
 
 HOWTO RELEASE COCOON 3: After a successful vote
 -----------------------------------------------