You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2017/11/23 10:04:35 UTC

svn commit: r1816117 - /commons/proper/daemon/trunk/HOWTO-RELEASE.txt

Author: markt
Date: Thu Nov 23 10:04:35 2017
New Revision: 1816117

URL: http://svn.apache.org/viewvc?rev=1816117&view=rev
Log:
List all the files where version information needs to be updated.

Modified:
    commons/proper/daemon/trunk/HOWTO-RELEASE.txt

Modified: commons/proper/daemon/trunk/HOWTO-RELEASE.txt
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/HOWTO-RELEASE.txt?rev=1816117&r1=1816116&r2=1816117&view=diff
==============================================================================
--- commons/proper/daemon/trunk/HOWTO-RELEASE.txt (original)
+++ commons/proper/daemon/trunk/HOWTO-RELEASE.txt Thu Nov 23 10:04:35 2017
@@ -40,12 +40,20 @@ and replace it with the new version.
 
 These include:
 Before tagging:
- - /src/changes/changes.xml             (Set date)
- - /src/native/unix/man/jsvc1.xml       (Set date & version)
- - TODO list other files
+ - /src/changes/changes.xml             		(Set date)
+ - /src/native/unix/man/jsvc1.xml       		(Set date & version)
+ - /src/native/windows/apps/prunmgr/prunmgr.h	(version)
+ - /src/native/windows/apps/prunmgr/prunmgr.rc	(version x3)
+ - /pom.xml			                            (version)
+ - /src/native/unix/native/version.h    		(version)
+ - /src/native/windows/apps/prunsrv/prunsrv.h	(version)
+ - /src/native/windows/apps/prunsrv/prunsrv.rc	(version x2)
+ - /src/samples/SimpleApplication.sh            (version)
+ - /src/site/xdoc/binaries.xml                  (version)
+ - /build.xml                                   (version)
 Only in tag:
- - /pom.xml                             (remove -SNAPSHOT)
- - /src/native/unix/native/version.h    (JSVC_IS_DEV_VERION 0)
+ - /pom.xml			                            (remove -SNAPSHOT)
+ - /src/native/unix/native/version.h    		(JSVC_IS_DEV_VERION 0)
 
 
 Create native build scripts