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/10 15:18:28 UTC

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

Author: markt
Date: Fri Nov 10 15:18:28 2017
New Revision: 1814868

URL: http://svn.apache.org/viewvc?rev=1814868&view=rev
Log:
Add a standard license header
Start to fill in details of files with version/date that need 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=1814868&r1=1814867&r2=1814868&view=diff
==============================================================================
--- commons/proper/daemon/trunk/HOWTO-RELEASE.txt (original)
+++ commons/proper/daemon/trunk/HOWTO-RELEASE.txt Fri Nov 10 15:18:28 2017
@@ -1,3 +1,21 @@
+================================================================================
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+================================================================================
+
+
 How to do a Apache Commons Daemon release
 =========================================
 
@@ -21,9 +39,13 @@ Do a find for all the docs which include
 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
+Only in tag:
  - /pom.xml                             (remove -SNAPSHOT)
  - /src/native/unix/native/version.h    (JSVC_IS_DEV_VERION 0)
- - TODO list other files
 
 
 Create native build scripts