You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2014/04/29 10:05:40 UTC

svn commit: r1590907 - /pivot/infra/CREATE_RELEASE_WORKFLOW

Author: smartini
Date: Tue Apr 29 08:05:40 2014
New Revision: 1590907

URL: http://svn.apache.org/r1590907
Log:
update doc for info on creating release

Modified:
    pivot/infra/CREATE_RELEASE_WORKFLOW

Modified: pivot/infra/CREATE_RELEASE_WORKFLOW
URL: http://svn.apache.org/viewvc/pivot/infra/CREATE_RELEASE_WORKFLOW?rev=1590907&r1=1590906&r2=1590907&view=diff
==============================================================================
--- pivot/infra/CREATE_RELEASE_WORKFLOW (original)
+++ pivot/infra/CREATE_RELEASE_WORKFLOW Tue Apr 29 08:05:40 2014
@@ -116,7 +116,7 @@ svn update
 Optional but useful to avoid go to the end and have some files missing license headers, so all steps has to be redone ...
 
 From the trunk folder, for example run:
-java -jar ../infra/lib/apache-rat-0.8.jar . > ../../rat.out
+java -jar ../infra/lib/apache-rat-<rat-version>.jar . > ../../rat.out
 
 Then verify its contents, fix what is needed, commit it, and restart from step 3 .
 Note: remember to NOT commit the rat.out file in svn.