You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by ma...@apache.org on 2019/07/04 13:29:20 UTC

svn commit: r1047178 [10/18] - in /websites/production/commons/content/proper/commons-daemon: ./ apidocs/ apidocs/org/apache/commons/daemon/ apidocs/org/apache/commons/daemon/class-use/ apidocs/org/apache/commons/daemon/support/ apidocs/org/apache/comm...

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/stylesheet.css
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/stylesheet.css (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/stylesheet.css Thu Jul  4 13:29:18 2019
@@ -2,16 +2,19 @@
 /*
 Overall document style
 */
+
+@import url('resources/fonts/dejavu.css');
+
 body {
     background-color:#ffffff;
     color:#353833;
-    font-family:Arial, Helvetica, sans-serif;
-    font-size:76%;
+    font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
+    font-size:14px;
     margin:0;
 }
 a:link, a:visited {
     text-decoration:none;
-    color:#4c6b87;
+    color:#4A6782;
 }
 a:hover, a:focus {
     text-decoration:none;
@@ -19,7 +22,7 @@ a:hover, a:focus {
 }
 a:active {
     text-decoration:none;
-    color:#4c6b87;
+    color:#4A6782;
 }
 a[name] {
     color:#353833;
@@ -29,41 +32,51 @@ a[name]:hover {
     color:#353833;
 }
 pre {
-    font-size:1.3em;
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
 }
 h1 {
-    font-size:1.8em;
+    font-size:20px;
 }
 h2 {
-    font-size:1.5em;
+    font-size:18px;
 }
 h3 {
-    font-size:1.4em;
+    font-size:16px;
+    font-style:italic;
 }
 h4 {
-    font-size:1.3em;
+    font-size:13px;
 }
 h5 {
-    font-size:1.2em;
+    font-size:12px;
 }
 h6 {
-    font-size:1.1em;
+    font-size:11px;
 }
 ul {
     list-style-type:disc;
 }
 code, tt {
-    font-size:1.2em;
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
+    padding-top:4px;
+    margin-top:8px;
+    line-height:1.4em;
 }
 dt code {
-    font-size:1.2em;
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
+    padding-top:4px;
 }
 table tr td dt code {
-    font-size:1.2em;
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
     vertical-align:top;
+    padding-top:4px;
 }
 sup {
-    font-size:.6em;
+    font-size:8px;
 }
 /*
 Document title and Copyright styles
@@ -76,9 +89,9 @@ Document title and Copyright styles
 .aboutLanguage {
     float:right;
     padding:0px 21px;
-    font-size:.8em;
+    font-size:11px;
     z-index:200;
-    margin-top:-7px;
+    margin-top:-9px;
 }
 .legalCopy {
     margin-left:.5em;
@@ -92,9 +105,6 @@ Document title and Copyright styles
 }
 .tab {
     background-color:#0066FF;
-    background-image:url(resources/titlebar.gif);
-    background-position:left top;
-    background-repeat:no-repeat;
     color:#ffffff;
     padding:8px;
     width:5em;
@@ -104,17 +114,15 @@ Document title and Copyright styles
 Navigation bar styles
 */
 .bar {
-    background-image:url(resources/background.gif);
-    background-repeat:repeat-x;
+    background-color:#4D7A97;
     color:#FFFFFF;
     padding:.8em .5em .4em .8em;
     height:auto;/*height:1.8em;*/
-    font-size:1em;
+    font-size:11px;
     margin:0;
 }
 .topNav {
-    background-image:url(resources/background.gif);
-    background-repeat:repeat-x;
+    background-color:#4D7A97;
     color:#FFFFFF;
     float:left;
     padding:0;
@@ -123,11 +131,11 @@ Navigation bar styles
     height:2.8em;
     padding-top:10px;
     overflow:hidden;
+    font-size:12px; 
 }
 .bottomNav {
     margin-top:10px;
-    background-image:url(resources/background.gif);
-    background-repeat:repeat-x;
+    background-color:#4D7A97;
     color:#FFFFFF;
     float:left;
     padding:0;
@@ -136,18 +144,20 @@ Navigation bar styles
     height:2.8em;
     padding-top:10px;
     overflow:hidden;
+    font-size:12px;
 }
 .subNav {
     background-color:#dee3e9;
-    border-bottom:1px solid #9eadc0;
     float:left;
     width:100%;
     overflow:hidden;
+    font-size:12px;
 }
 .subNav div {
     clear:left;
     float:left;
     padding:0 0 5px 6px;
+    text-transform:uppercase;
 }
 ul.navList, ul.subNavList {
     float:left;
@@ -157,27 +167,33 @@ ul.navList, ul.subNavList {
 ul.navList li{
     list-style:none;
     float:left;
-    padding:3px 6px;
+    padding: 5px 6px;
+    text-transform:uppercase;
 }
 ul.subNavList li{
     list-style:none;
     float:left;
-    font-size:90%;
 }
 .topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
     color:#FFFFFF;
     text-decoration:none;
+    text-transform:uppercase;
 }
 .topNav a:hover, .bottomNav a:hover {
     text-decoration:none;
     color:#bb7a2a;
+    text-transform:uppercase;
 }
 .navBarCell1Rev {
-    background-image:url(resources/tab.gif);
-    background-color:#a88834;
-    color:#FFFFFF;
+    background-color:#F8981D;
+    color:#253441;
     margin: auto 5px;
-    border:1px solid #c9aa44;
+}
+.skipNav {
+    position:absolute;
+    top:auto;
+    left:-9999px;
+    overflow:hidden;
 }
 /*
 Page header and footer styles
@@ -191,8 +207,11 @@ Page header and footer styles
     margin:10px;
     position:relative;
 }
+.indexHeader span{
+    margin-right:15px;
+}
 .indexHeader h1 {
-    font-size:1.3em;
+    font-size:13px;
 }
 .title {
     color:#2c4557;
@@ -202,7 +221,7 @@ Page header and footer styles
     margin:5px 0 0 0;
 }
 .header ul {
-    margin:0 0 25px 0;
+    margin:0 0 15px 0;
     padding:0;
 }
 .footer ul {
@@ -210,24 +229,22 @@ Page header and footer styles
 }
 .header ul li, .footer ul li {
     list-style:none;
-    font-size:1.2em;
+    font-size:13px;
 }
 /*
 Heading styles
 */
 div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
     background-color:#dee3e9;
-    border-top:1px solid #9eadc0;
-    border-bottom:1px solid #9eadc0;
+    border:1px solid #d0d9e0;
     margin:0 0 6px -8px;
-    padding:2px 5px;
+    padding:7px 5px;
 }
 ul.blockList ul.blockList ul.blockList li.blockList h3 {
     background-color:#dee3e9;
-    border-top:1px solid #9eadc0;
-    border-bottom:1px solid #9eadc0;
+    border:1px solid #d0d9e0;
     margin:0 0 6px -8px;
-    padding:2px 5px;
+    padding:7px 5px;
 }
 ul.blockList ul.blockList li.blockList h3 {
     padding:0;
@@ -247,10 +264,10 @@ Page layout container styles
 .indexContainer {
     margin:10px;
     position:relative;
-    font-size:1.0em;
+    font-size:12px;
 }
 .indexContainer h2 {
-    font-size:1.1em;
+    font-size:13px;
     padding:0 0 3px 0;
 }
 .indexContainer ul {
@@ -259,15 +276,18 @@ Page layout container styles
 }
 .indexContainer ul li {
     list-style:none;
+    padding-top:2px;
 }
 .contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
-    font-size:1.1em;
+    font-size:12px;
     font-weight:bold;
     margin:10px 0 0 0;
     color:#4E4E4E;
 }
 .contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
-    margin:10px 0 10px 20px;
+    margin:5px 0 10px 0px;
+    font-size:14px;
+    font-family:'DejaVu Sans Mono',monospace;
 }
 .serializedFormContainer dl.nameValue dt {
     margin-left:1px;
@@ -306,25 +326,24 @@ ul.blockList, ul.blockListLast {
 }
 ul.blockList li.blockList, ul.blockListLast li.blockList {
     list-style:none;
-    margin-bottom:25px;
+    margin-bottom:15px;
+    line-height:1.4;
 }
 ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
     padding:0px 20px 5px 10px;
-    border:1px solid #9eadc0;
-    background-color:#f9f9f9;
+    border:1px solid #ededed; 
+    background-color:#f8f8f8;
 }
 ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
     padding:0 0 5px 8px;
     background-color:#ffffff;
-    border:1px solid #9eadc0;
-    border-top:none;
+    border:none;
 }
 ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
     margin-left:0;
     padding-left:0;
     padding-bottom:15px;
     border:none;
-    border-bottom:1px solid #9eadc0;
 }
 ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
     list-style:none;
@@ -338,107 +357,155 @@ table tr td dl, table tr td dl dt, table
 /*
 Table styles
 */
-.contentContainer table, .classUseContainer table, .constantValuesContainer table {
-    border-bottom:1px solid #9eadc0;
-    width:100%;
-}
-.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table {
+.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary {
     width:100%;
+    border-left:1px solid #EEE; 
+    border-right:1px solid #EEE; 
+    border-bottom:1px solid #EEE; 
 }
-.contentContainer .description table, .contentContainer .details table {
-    border-bottom:none;
-}
-.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{
-    vertical-align:top;
-    padding-right:20px;
-}
-.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast,
-.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast,
-.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne,
-.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne {
-    padding-right:3px;
+.overviewSummary, .memberSummary  {
+    padding:0px;
 }
-.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption {
+.overviewSummary caption, .memberSummary caption, .typeSummary caption,
+.useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
     position:relative;
     text-align:left;
     background-repeat:no-repeat;
-    color:#FFFFFF;
+    color:#253441;
     font-weight:bold;
     clear:none;
     overflow:hidden;
     padding:0px;
+    padding-top:10px;
+    padding-left:1px;
     margin:0px;
+    white-space:pre;
 }
-caption a:link, caption a:hover, caption a:active, caption a:visited {
+.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
+.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
+.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
+.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
+.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
+.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
+.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
+.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited {
     color:#FFFFFF;
 }
-.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span {
+.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
+.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
     white-space:nowrap;
-    padding-top:8px;
-    padding-left:8px;
-    display:block;
+    padding-top:5px;
+    padding-left:12px;
+    padding-right:12px;
+    padding-bottom:7px;
+    display:inline-block;
     float:left;
-    background-image:url(resources/titlebar.gif);
-    height:18px;
+    background-color:#F8981D;
+    border: none;
+    height:16px;
 }
-.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd {
-    width:10px;
-    background-image:url(resources/titlebar_end.gif);
-    background-repeat:no-repeat;
-    background-position:top right;
-    position:relative;
+.memberSummary caption span.activeTableTab span {
+    white-space:nowrap;
+    padding-top:5px;
+    padding-left:12px;
+    padding-right:12px;
+    margin-right:3px;
+    display:inline-block;
     float:left;
+    background-color:#F8981D;
+    height:16px;
 }
-ul.blockList ul.blockList li.blockList table {
-    margin:0 0 12px 0px;
-    width:100%;
+.memberSummary caption span.tableTab span {
+    white-space:nowrap;
+    padding-top:5px;
+    padding-left:12px;
+    padding-right:12px;
+    margin-right:3px;
+    display:inline-block;
+    float:left;
+    background-color:#4D7A97;
+    height:16px;
 }
-.tableSubHeadingColor {
-    background-color: #EEEEFF;
+.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
+    padding-top:0px;
+    padding-left:0px;
+    padding-right:0px;
+    background-image:none;
+    float:none;
+    display:inline;
 }
-.altColor {
-    background-color:#eeeeef;
+.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
+.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
+    display:none;
+    width:5px;
+    position:relative;
+    float:left;
+    background-color:#F8981D;
 }
-.rowColor {
-    background-color:#ffffff;
+.memberSummary .activeTableTab .tabEnd {
+    display:none;
+    width:5px;
+    margin-right:3px;
+    position:relative; 
+    float:left;
+    background-color:#F8981D;
+}
+.memberSummary .tableTab .tabEnd {
+    display:none;
+    width:5px;
+    margin-right:3px;
+    position:relative;
+    background-color:#4D7A97;
+    float:left;
+
 }
-.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td {
+.overviewSummary td, .memberSummary td, .typeSummary td,
+.useSummary td, .constantsSummary td, .deprecatedSummary td {
     text-align:left;
-    padding:3px 3px 3px 7px;
+    padding:0px 0px 12px 10px;
 }
-th.colFirst, th.colLast, th.colOne, .constantValuesContainer th {
+th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
+td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
+    vertical-align:top;
+    padding-right:0px;
+    padding-top:8px;
+    padding-bottom:3px;
+}
+th.colFirst, th.colLast, th.colOne, .constantsSummary th {
     background:#dee3e9;
-    border-top:1px solid #9eadc0;
-    border-bottom:1px solid #9eadc0;
     text-align:left;
-    padding:3px 3px 3px 7px;
-}
-td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
-    font-weight:bold;
+    padding:8px 3px 3px 7px;
 }
 td.colFirst, th.colFirst {
-    border-left:1px solid #9eadc0;
     white-space:nowrap;
+    font-size:13px;
 }
 td.colLast, th.colLast {
-    border-right:1px solid #9eadc0;
+    font-size:13px;
 }
 td.colOne, th.colOne {
-    border-right:1px solid #9eadc0;
-    border-left:1px solid #9eadc0;
+    font-size:13px;
 }
-table.overviewSummary  {
-    padding:0px;
-    margin-left:0px;
-}
-table.overviewSummary td.colFirst, table.overviewSummary th.colFirst,
-table.overviewSummary td.colOne, table.overviewSummary th.colOne {
+.overviewSummary td.colFirst, .overviewSummary th.colFirst,
+.useSummary td.colFirst, .useSummary th.colFirst,
+.overviewSummary td.colOne, .overviewSummary th.colOne,
+.memberSummary td.colFirst, .memberSummary th.colFirst,
+.memberSummary td.colOne, .memberSummary th.colOne,
+.typeSummary td.colFirst{
     width:25%;
-    vertical-align:middle;
+    vertical-align:top;
 }
-table.packageSummary td.colFirst, table.overviewSummary th.colFirst {
-    width:25%;
-    vertical-align:middle;
+td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
+    font-weight:bold;
+}
+.tableSubHeadingColor {
+    background-color:#EEEEFF;
+}
+.altColor {
+    background-color:#FFFFFF;
+}
+.rowColor {
+    background-color:#EEEEEF;
 }
 /*
 Content styles
@@ -453,6 +520,24 @@ Content styles
 .docSummary {
     padding:0;
 }
+
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+    font-style:normal;
+}
+
+div.block {
+    font-size:14px;
+    font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
+}
+
+td.colLast div {
+    padding-top:0px;
+}
+
+
+td.colLast a {
+    padding-bottom:3px;
+}
 /*
 Formatting effect styles
 */
@@ -463,12 +548,27 @@ Formatting effect styles
 h1.hidden {
     visibility:hidden;
     overflow:hidden;
-    font-size:.9em;
+    font-size:10px;
 }
 .block {
     display:block;
-    margin:3px 0 0 0;
+    margin:3px 10px 2px 0px;
+    color:#474747;
 }
-.strong {
+.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink,
+.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel,
+.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink {
     font-weight:bold;
-}
\ No newline at end of file
+}
+.deprecationComment, .emphasizedPhrase, .interfaceName {
+    font-style:italic;
+}
+
+div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase,
+div.block div.block span.interfaceName {
+    font-style:normal;
+}
+
+div.contentContainer ul.blockList li.blockList h2{
+    padding-bottom:0px;
+}

Modified: websites/production/commons/content/proper/commons-daemon/binaries.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/binaries.html (original)
+++ websites/production/commons/content/proper/commons-daemon/binaries.html Thu Jul  4 13:29:18 2019
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 23 November 2017
+ | Generated by Apache Maven Doxia at 04 July 2019
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Jean-Frederic Clere" />
-    <meta name="Date-Revision-yyyymmdd" content="20171123" />
+    <meta name="Date-Revision-yyyymmdd" content="20190704" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Daemon &#x2013; Daemon : binaries</title>
 
@@ -21,12 +21,7 @@
   <script type="text/javascript" src="./js/prettify.min.js"></script>
   <script type="text/javascript" src="./js/site.js"></script>
 
-                            
-<link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                
-<script src="./js/prettify.js" type="text/javascript"></script>                                
-<script type="text/javascript">window.onload=function() {
-              prettyPrint();
-          }</script>                  
+              
       </head>
 
   <body class="composite">
@@ -34,7 +29,7 @@
                                                                                         <img class="logo-left" src="./images/commons-logo.png"  alt="Apache Commons logo"/>
                 </a>
                                               <a href="index.html" id="bannerRight">
-                                                                                                <img class="logo-right" src="images/logo.png"  alt="Commons Daemon"/>
+                                                                                                <img class="logo-right" src="images/logo.png"  alt="Apache Commons Daemon"/>
                 </a>
           <div class="clear"></div>
 
@@ -44,8 +39,8 @@
           <a class="brand" href="http://commons.apache.org/proper/commons-daemon/">Apache Commons Daemon &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 23 November 2017</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.1.0</li>
+            <li id="publishDate">Last Published: 04 July 2019</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.2.0</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -127,7 +122,7 @@
                   <a href="project-info.html" title="Project Information">
     Project Information</a>
                     </li>
-                                                                                                                                                                                                             <li class="collapsed">
+                                                                                                                                                                                                                               <li class="collapsed">
                   <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
                     </li>
@@ -228,24 +223,11 @@
                       </div>
           </td>
           <td class="content">
-            <!-- 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. -->
+            
 
  
 <div class="section">
-<h2><a name="What_to_download"></a>What to download?</h2>
+<h2><a name="What_to_download.3F"></a>What to download?</h2>
 
 <p>
 In the directory
@@ -257,13 +239,13 @@ corresponding to your operating system.
 
 
 <div class="section">
-<h2><a name="How_do_I_get_the_executable"></a>How do I get the executable?</h2>
+<h2><a name="How_do_I_get_the_executable.3F"></a>How do I get the executable?</h2>
 
 <div class="section">
 <h3><a name="procrun"></a>procrun</h3>
 
 <p>
-The Windows archive (e.g. commons-daemon-1.1.0-bin-windows.zip) contains 2 different executables:
+The Windows archive (e.g. commons-daemon-1.2.0-bin-windows.zip) contains 2 different executables:
 </p>
 <ul>
 
@@ -272,22 +254,18 @@ The Windows archive (e.g. commons-daemon
 <li>prunmgr.exe - the GUI manager application used to monitor and configure installed services.</li>
 </ul>
 There is only one <tt>prunmgr.exe</tt> application for all architectures.
-The <tt>prunsrv.exe</tt> executable is available in 3 different versions for different architectures.
+The <tt>prunsrv.exe</tt> executable is available in 2 different versions for different architectures.
 The version in the top-level directory is for 32-bit (x86) architectures.
-The lower level directories are for 64-bit systems:
+The lower level directories are for AMD/EMT 64-bit systems. Itanium is no longer supported.
 
-<ul>
-
-<li>amd64 - AMD/EMT 64-bit</li>
 
-<li>ia64 - Intel Itanium 64-bit</li>
-</ul>
+<p>
 The Windows application <tt>prunsrv.exe</tt> is used to install an application as a service.
 Once installed, <tt>prunmgr.exe</tt> can be used to monitor and reconfigure the service.
 (see <a href="procrun.html">procrun</a> for more information).
 The Windows binary zip archive should be unpacked into the location from which you wish to run it, for example:
 <tt>%ProgramFiles%\Apache Commons Daemon</tt>
-
+</p>
 </div>
 </div>
 
@@ -299,13 +277,10 @@ The Windows binary zip archive should be
     </div>
 
     <div class="footer">
-      <p>Copyright &copy;                    2002-2017
+      <p>Copyright &copy;                    2002-2019
                         <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.</p>
-                                                                  
-<div class="center">Apache Commons, Apache Commons Daemon, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                              </div>
+                </div>
   </body>
 
-</html>
\ No newline at end of file
+</html>

Modified: websites/production/commons/content/proper/commons-daemon/changes-report.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/changes-report.html (original)
+++ websites/production/commons/content/proper/commons-daemon/changes-report.html Thu Jul  4 13:29:18 2019
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 23 November 2017
+ | Generated by Apache Maven Doxia at 04 July 2019
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20171123" />
+    <meta name="Date-Revision-yyyymmdd" content="20190704" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Daemon &#x2013; Release Notes</title>
+    <title>Daemon &#x2013; Apache Commons Daemon Release Notes</title>
 
   <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" />
   <link rel="stylesheet" href="./css/site.css" type="text/css" />
@@ -20,12 +20,7 @@
   <script type="text/javascript" src="./js/prettify.min.js"></script>
   <script type="text/javascript" src="./js/site.js"></script>
 
-                            
-<link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                
-<script src="./js/prettify.js" type="text/javascript"></script>                                
-<script type="text/javascript">window.onload=function() {
-              prettyPrint();
-          }</script>                  
+              
       </head>
 
   <body class="composite">
@@ -33,7 +28,7 @@
                                                                                         <img class="logo-left" src="./images/commons-logo.png"  alt="Apache Commons logo"/>
                 </a>
                                               <a href="index.html" id="bannerRight">
-                                                                                                <img class="logo-right" src="images/logo.png"  alt="Commons Daemon"/>
+                                                                                                <img class="logo-right" src="images/logo.png"  alt="Apache Commons Daemon"/>
                 </a>
           <div class="clear"></div>
 
@@ -43,8 +38,8 @@
           <a class="brand" href="http://commons.apache.org/proper/commons-daemon/">Apache Commons Daemon &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 23 November 2017</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.1.0</li>
+            <li id="publishDate">Last Published: 04 July 2019</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.2.0</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -126,7 +121,7 @@
                   <a href="project-info.html" title="Project Information">
     Project Information</a>
                     </li>
-                                                                                                                                                                                                                       <li class="expanded">
+                                                                                                                                                                                                                                         <li class="expanded">
                   <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
                     <ul>
@@ -139,8 +134,8 @@
     JIRA Report</a>
           </li>
                                      <li class="none">
-                  <a href="apidocs/index.html" title="JavaDocs">
-    JavaDocs</a>
+                  <a href="apidocs/index.html" title="Javadoc">
+    Javadoc</a>
           </li>
                                      <li class="none">
                   <a href="xref/index.html" title="Source Xref">
@@ -162,6 +157,10 @@
                   <a href="jdepend-report.html" title="JDepend">
     JDepend</a>
           </li>
+                                     <li class="none">
+                  <a href="japicmp.html" title="japicmp">
+    japicmp</a>
+          </li>
                      </ul>
               </li>
                  </ul>
@@ -262,7 +261,7 @@
           </td>
           <td class="content">
             <div class="section">
-<h2><a name="Release_Notes"></a>Release Notes</h2>
+<h2><a name="Apache_Commons_Daemon_Release_Notes"></a>Apache Commons Daemon Release Notes</h2>
 <div class="section">
 <h3><a name="Release_History"></a>Release History</h3>
 <table border="0" class="bodyTable">
@@ -271,150 +270,293 @@
 <th>Date</th>
 <th>Description</th></tr>
 <tr class="b">
+<td><a href="#a1.2.0">1.2.0</a></td>
+<td>2019-06-28</td>
+<td>Feature and bug fix release</td></tr>
+<tr class="a">
 <td><a href="#a1.1.0">1.1.0</a></td>
 <td>2017-11-15</td>
 <td>Feature and bug fix release</td></tr></table></div>
 <div class="section">
-<h3 id="a1.1.0">Release 1.1.0 &#x2013; 2017-11-15</h3>
+<h3 id="a1.2.0">Release 1.2.0 &#x2013; 2019-06-28</h3>
 <table border="0" class="bodyTable">
-<tr class="a">
+<tr class="b">
 <th>Type</th>
 <th>Changes</th>
 <th>By</th></tr>
+<tr class="a">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Procrun. Add to OPT_LFLAGS rather than overwrite OPT_LFLAGS when setting
+        /OPT:REF in the make file for Windows. Thanks to mturk.</td>
+<td><a href="team-list.html#markt">markt</a></td></tr>
+<tr class="b">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Procrun. Only set the global shutdown event if the event is created. Thanks to mturk.</td>
+<td><a href="team-list.html#markt">markt</a></td></tr>
+<tr class="a">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Unable to build with Java 9 using ant; dropped Ant build files. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-379">DAEMON-379</a>.</td>
+<td><a href="team-list.html#sebb">sebb</a></td></tr>
+<tr class="b">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Procrun. prunsrv stopping with error due to hard-coded timeout. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-384">DAEMON-384</a>. Thanks to blassmegod.</td>
+<td><a href="team-list.html#ggregory">ggregory</a></td></tr>
+<tr class="a">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Update config.guess and config.sub. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-385">DAEMON-385</a>.</td>
+<td><a href="team-list.html#markt">markt</a></td></tr>
+<tr class="b">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Jsvc. Set the sun.java.command system property when starting via jsvc so
+        that tools like jconsole show something meaningful for the process name. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-388">DAEMON-388</a>.</td>
+<td><a href="team-list.html#markt">markt</a></td></tr>
+<tr class="a">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Procrun. Correct the level name used in the GUI for WARN so that changes
+        made via the GUI are recognised. Order the log levels in the drop-down
+        from ERROR to DEBUG. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-391">DAEMON-391</a>. Thanks to Thorsten Sch&#xf6;ning.</td>
+<td><a href="team-list.html#markt">markt</a></td></tr>
+<tr class="b">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Procrun. Revered code comments for JRE and JDK locations in the
+        registry. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-393">DAEMON-393</a>. Thanks to Daniel Hofmann.</td>
+<td><a href="team-list.html#ggregory">ggregory</a></td></tr>
+<tr class="a">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Procrun. Undefined behaviour in registry.c dwRegKey = dwRegKey++. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-392">DAEMON-392</a>. Thanks to Daniel Hofmann.</td>
+<td><a href="team-list.html#ggregory">ggregory</a></td></tr>
+<tr class="b">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Procrun. Fix a bug that meant a value provided for LibraryPath replaced
+        the value of the PATH environment variable rather than prepended to it. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-396">DAEMON-396</a>. Thanks to Gerwin.</td>
+<td><a href="team-list.html#markt">markt</a></td></tr>
+<tr class="a">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Procrun. Ensure that JAVA_HOME/bin is on the path when running in jvm
+        mode so that additional DLLs, such as awt.dll, can be found if required. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-396">DAEMON-396</a>. Thanks to Gerwin.</td>
+<td><a href="team-list.html#markt">markt</a></td></tr>
+<tr class="b">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Procrun. Ensure that the java.library.path environment variable is
+        correctly configured when running on a JRE that depends on the Universal
+        CRT. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-396">DAEMON-396</a>.</td>
+<td><a href="team-list.html#markt">markt</a></td></tr>
+<tr class="a">
+<td><img src="images/add.gif" alt="Add" title="Add" /></td>
+<td>Procrun. Log the error code returned if JVM creation fails to aid
+        debugging.</td>
+<td><a href="team-list.html#markt">markt</a></td></tr>
+<tr class="b">
+<td><img src="images/add.gif" alt="Add" title="Add" /></td>
+<td>Harden the Windows binaries against DLL hijacking in the directory where
+        the binaries are located.</td>
+<td><a href="team-list.html#markt">markt</a></td></tr>
+<tr class="a">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Procrun. Ensure that environment variables set via prunsrv are visible
+        to native libraries that depend on the Universal CRT. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-401">DAEMON-401</a>. Thanks to Jonathan Gallimore.</td>
+<td><a href="team-list.html#markt">markt</a></td></tr>
+<tr class="b">
+<td><img src="images/add.gif" alt="Add" title="Add" /></td>
+<td>Procrun. Add 'NT Authority\LocalService' and
+        'NT Authority\NetworkService' as options to the Log On user interface.</td>
+<td><a href="team-list.html#markt">markt</a></td></tr>
+<tr class="a">
+<td><img src="images/update.gif" alt="Update" title="Update" /></td>
+<td>Procrun. Change the default service user from LocalSystem to
+        'NT Authority\LocalService'.</td>
+<td><a href="team-list.html#markt">markt</a></td></tr>
+<tr class="b">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Procrun. Avoid a crash on shutdown if multiple WM_CLOSE messages are
+        received. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-402">DAEMON-402</a>. Thanks to Iode Leroy.</td>
+<td><a href="team-list.html#markt">markt</a></td></tr>
+<tr class="a">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Procrun. Ignore blank lines inserted into the Java Options and/or Java 9
+        Options text areas. This prevents settings after the first blank line
+        from being lost when saved to the registry. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-394">DAEMON-394</a>.</td>
+<td><a href="team-list.html#markt">markt</a></td></tr>
+<tr class="b">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Procrun. Remove the code that removed quotes from configured Java and
+        Java 9 Options. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-399">DAEMON-399</a>.</td>
+<td><a href="team-list.html#markt">markt</a></td></tr>
+<tr class="a">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Procrun. Ensure that vfprintf is the first parameter passed when using
+        JNI to create the JVM as a workaround for startup error messages not
+        being visible on stdout or stderr. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-398">DAEMON-398</a>.</td>
+<td><a href="team-list.html#markt">markt</a></td></tr>
+<tr class="b">
+<td><img src="images/add.gif" alt="Add" title="Add" /></td>
+<td>Procrun. Add an option to configure the service to use the 'Automatic
+        (Delayed Start)' startup mode. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-303">DAEMON-303</a>.</td>
+<td><a href="team-list.html#markt">markt</a></td></tr>
+<tr class="a">
+<td><img src="images/add.gif" alt="Add" title="Add" /></td>
+<td>Procrun. When running in jre mode, if the standard Java registry entries
+        for JavaHome and RuntimeLib are not present, attempt to use the Procrun
+        JavaHome key to find the runtime library. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-329">DAEMON-329</a>.</td>
+<td><a href="team-list.html#markt">markt</a></td></tr>
 <tr class="b">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
+<td>jsvc. Include the full path to the jsvc executable in the debug log. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-297">DAEMON-297</a>.</td>
+<td><a href="team-list.html#markt">markt</a></td></tr>
+<tr class="a">
+<td><img src="images/add.gif" alt="Add" title="Add" /></td>
+<td>jsvc. Improve search for libjli.dylib on MacOS when using custom built
+        OpenJDK binaries. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-397">DAEMON-397</a>. Thanks to Petr Hadraba.</td>
+<td><a href="team-list.html#markt">markt</a></td></tr>
+<tr class="b">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Procun. Improve log messages for interactions with the Windows service. Thanks to ggregory.</td>
+<td><a href="team-list.html#markt">markt</a></td></tr>
+<tr class="a">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>jsvc. Improve mips detection. Thanks to YunQiang Su.</td>
+<td><a href="team-list.html#markt">markt</a></td></tr></table></div>
+<div class="section">
+<h3 id="a1.1.0">Release 1.1.0 &#x2013; 2017-11-15</h3>
+<table border="0" class="bodyTable">
+<tr class="b">
+<th>Type</th>
+<th>Changes</th>
+<th>By</th></tr>
+<tr class="a">
+<td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>Add DEBUG and ERROR logging to help diagnose problems when starting a Windows Service. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-368">DAEMON-368</a>.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Update the minimum Java requirement from version 5 to 6. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-371">DAEMON-371</a>.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Increase minimum Java version to Java 5.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
-<td>Add AArch64 support to src/native/unix/support/apsupport.m4 Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-347">DAEMON-347</a>. Thanks to Ganesh Raju.</td>
+<td>Add AArch64 support to src/native/unix/support/apsupport.m4. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-347">DAEMON-347</a>. Thanks to Ganesh Raju.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Compile the Windows binaries with the /DYNAMICBASE and /NXCOMPAT
         switches. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-346">DAEMON-346</a>.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Remove calls to explicit garbage collection during daemon start and
         stop. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-333">DAEMON-333</a>.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Update config.guess and config.sub to add support, amongst others, for
         the 64-bit PowerPC Little-Endian architecture. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-343">DAEMON-343</a>.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Ensure that the PID file on Windows, if used, is readable by other
         processes. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-332">DAEMON-332</a>.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Update Commons-Parent to version 41.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Update apsupport.m4 add support for 64-bit PowerPC architectures. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-358">DAEMON-358</a>. Thanks to Gustavo Romero.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Suppress spurious &quot;The data area passed to a system call is too
-        small&quot; error message in the log when procrun fails to stop the
+        small&quot; error message in the log when Procrun fails to stop the
         service. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-282">DAEMON-282</a>.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Move attributions from @author in Javadocs to POM. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-370">DAEMON-370</a>. Thanks to Amey Jadiye.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Enable jsvc to start when running on Java 9. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-373">DAEMON-373</a>.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Fix a resource leak opening the JVM configuration file. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-324">DAEMON-324</a>.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Improve the jsvc code that restarts the process if the JVM crashes so
         that if the JVM crashes after a signal has been received to shut down
         jsvc does not attempt to restart the JVM. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-339">DAEMON-339</a>. Thanks to John Wehle.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Ensure that the child process is started with the correct umask. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-318">DAEMON-318</a>. Thanks to Markus Schneider.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
-<td>Correct conflicting information for the behaviour of procrun when using
+<td>Correct conflicting information for the behaviour of Procrun when using
         jvm mode. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-309">DAEMON-309</a>.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
-<td>Ensure that, when using procrun in java or exe mode, the service process
+<td>Ensure that, when using Procrun in java or exe mode, the service process
         waits for the stop process to complete before starting clean-up to avoid
         a crash in the stop process. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-372">DAEMON-372</a>. Thanks to S&#xe9;rgio Ozaki.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Enable jsvc to find the jvm when running on AIX. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-310">DAEMON-310</a>. Thanks to John Wehle.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
-<td>Ensure that procun treats JVM crashes as service failures so the
+<td>Ensure that Procrun treats JVM crashes as service failures so the
         recovery options will apply. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-302">DAEMON-302</a>.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Ensure that the //MQ command closes the prunmgr process even if the 
         configuration dialog is open when the //MQ command is used. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-312">DAEMON-312</a>.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>When looking in the Windows registry for JRE and JDK installation
         locations, additionally check the registry keys used by IBM provided
         JREs and JDKs. Do this after checking the keys used by Oracle provided
         JREs and JDKs. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-311">DAEMON-311</a>.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>When looking in the Windows registry for JRE and JDK installation
         locations, additionally check the registry keys used by Oracle provided
         Java 9 and later JREs and JDKs. Do this after checking the keys used by
         Oracle provided Java 8 and earlier JREs and JDKs. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-376">DAEMON-376</a>.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
-<td>Add support for Java 9 commoand line arguments to jsvc. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-374">DAEMON-374</a>. Thanks to Rashmi Ranjan Mohanty.</td>
+<td>Add support for Java 9 command line arguments to jsvc. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-374">DAEMON-374</a>. Thanks to Rashmi Ranjan Mohanty.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>Add a restarts options to jsvc to control the number of permitted
         restarts after a system crash. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-334">DAEMON-334</a>. Thanks to Brett Delle Grazie.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/remove.gif" alt="Remove" title="Remove" /></td>
 <td>Remove support for building Procrun for the Itanium platform.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Make Windows XP the minimum support target platform.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>Add support to Procrun for separate JVM options for use when running on
         Java 9 and above.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Fix race conditions in PID file handling in jsvc. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/DAEMON-377">DAEMON-377</a>. Thanks to Rustam Abdullaev.</td>
 <td><a href="team-list.html#markt">markt</a></td></tr></table></div></div>
@@ -424,13 +566,10 @@
     </div>
 
     <div class="footer">
-      <p>Copyright &copy;                    2002-2017
+      <p>Copyright &copy;                    2002-2019
                         <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.</p>
-                                                                  
-<div class="center">Apache Commons, Apache Commons Daemon, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                              </div>
+                </div>
   </body>
 
-</html>
\ No newline at end of file
+</html>

Added: websites/production/commons/content/proper/commons-daemon/ci-management.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/ci-management.html (added)
+++ websites/production/commons/content/proper/commons-daemon/ci-management.html Thu Jul  4 13:29:18 2019
@@ -0,0 +1,294 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 04 July 2019
+ | Rendered using Apache Maven Fluido Skin 1.3.0
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="iso-8859-1" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20190704" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Daemon &#x2013; CI Management</title>
+
+  <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" />
+  <link rel="stylesheet" href="./css/site.css" type="text/css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+  <script type="text/javascript" src="./js/jquery.min.js"></script>
+  <script type="text/javascript" src="./js/bootstrap.min.js"></script>
+  <script type="text/javascript" src="./js/prettify.min.js"></script>
+  <script type="text/javascript" src="./js/site.js"></script>
+
+              
+      </head>
+
+  <body class="composite">
+                          <a href="http://commons.apache.org/" id="bannerLeft" title="Apache Commons logo">
+                                                                                        <img class="logo-left" src="./images/commons-logo.png"  alt="Apache Commons logo"/>
+                </a>
+                                              <a href="index.html" id="bannerRight">
+                                                                                                <img class="logo-right" src="images/logo.png"  alt="Apache Commons Daemon"/>
+                </a>
+          <div class="clear"></div>
+
+    <div class="navbar">
+      <div class="navbar-inner">
+        <div class="container-fluid">
+          <a class="brand" href="http://commons.apache.org/proper/commons-daemon/">Apache Commons Daemon &trade;</a>
+          <ul class="nav">      
+                    
+            <li id="publishDate">Last Published: 04 July 2019</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.2.0</li>
+  </ul>
+                    <div class="pull-right">  <ul class="nav">
+            <li>
+                  <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">
+    ApacheCon</a>
+      </li>
+          <li>
+                  <a href="http://www.apache.org" class="externalLink" title="Apache">
+    Apache</a>
+      </li>
+          <li>
+                  <a href="../../" title="Commons">
+    Commons</a>
+      </li>
+    </ul>
+</div>
+        </div>
+      </div>
+    </div>
+
+    <div class="container-fluid">
+      <table class="layout-table">
+        <tr>
+          <td class="sidebar">
+            <div class="well sidebar-nav">
+                    <ul class="nav nav-list">
+                                  <li class="nav-header">Daemon</li>
+                                        <li class="none">
+                  <a href="index.html" title="Overview">
+    Overview</a>
+          </li>
+                             <li class="none">
+                  <a href="download_daemon.cgi" title="Download">
+    Download</a>
+          </li>
+                             <li class="none">
+                  <a href="procrun.html" title="Procrun">
+    Procrun</a>
+          </li>
+                             <li class="none">
+                  <a href="jsvc.html" title="Jsvc">
+    Jsvc</a>
+          </li>
+                             <li class="none">
+                  <a href="binaries.html" title="Native binaries">
+    Native binaries</a>
+          </li>
+                             <li class="none">
+                  <a href="apidocs/index.html" title="Javadoc (latest release)">
+    Javadoc (latest release)</a>
+          </li>
+                             <li class="none">
+                  <a href="faq.html" title="FAQ">
+    FAQ</a>
+          </li>
+                             <li class="none">
+                  <a href="http://wiki.apache.org/commons/Daemon" class="externalLink" title="Wiki">
+    Wiki</a>
+          </li>
+                 </ul>
+      <ul class="nav nav-list">
+                                        <li class="nav-header"><i class="icon-cog"></i>Development</li>
+                                        <li class="none">
+                  <a href="mail-lists.html" title="Mailing Lists">
+    Mailing Lists</a>
+          </li>
+                             <li class="none">
+                  <a href="issue-tracking.html" title="Issue Tracking">
+    Issue Tracking</a>
+          </li>
+                             <li class="none">
+                  <a href="source-repository.html" title="Source Repository">
+    Source Repository</a>
+          </li>
+                 </ul>
+      <ul class="nav nav-list">
+                                        <li class="nav-header"><i class="icon-info-sign"></i>Project Documentation</li>
+                                                                                                                                                                                                                                                                                        <li class="expanded">
+                  <a href="project-info.html" title="Project Information">
+    Project Information</a>
+                    <ul>
+                                  <li class="none">
+                  <a href="index.html" title="About">
+    About</a>
+          </li>
+                                     <li class="none">
+                  <a href="summary.html" title="Summary">
+    Summary</a>
+          </li>
+                                     <li class="none">
+                  <a href="team.html" title="Team">
+    Team</a>
+          </li>
+                                     <li class="none">
+                  <a href="scm.html" title="Source Code Management">
+    Source Code Management</a>
+          </li>
+                                     <li class="none">
+                  <a href="issue-management.html" title="Issue Management">
+    Issue Management</a>
+          </li>
+                                     <li class="none">
+                  <a href="mailing-lists.html" title="Mailing Lists">
+    Mailing Lists</a>
+          </li>
+                                     <li class="none">
+                  <a href="dependency-info.html" title="Dependency Information">
+    Dependency Information</a>
+          </li>
+                                     <li class="none">
+                  <a href="dependencies.html" title="Dependencies">
+    Dependencies</a>
+          </li>
+                                     <li class="none">
+                  <a href="dependency-convergence.html" title="Dependency Convergence">
+    Dependency Convergence</a>
+          </li>
+                                       <li class="none active">
+                  <a href="ci-management.html" title="CI Management">
+    CI Management</a>
+          </li>
+                                     <li class="none">
+                  <a href="distribution-management.html" title="Distribution Management">
+    Distribution Management</a>
+          </li>
+                     </ul>
+              </li>
+                                                                                                                                                                                                                               <li class="collapsed">
+                  <a href="project-reports.html" title="Project Reports">
+    Project Reports</a>
+                    </li>
+                 </ul>
+      <ul class="nav nav-list">
+                                  <li class="nav-header">Commons</li>
+                                        <li class="none">
+                  <a href="../../" title="Home">
+    Home</a>
+          </li>
+                             <li class="none">
+                  <a href="http://www.apache.org/licenses/" class="externalLink" title="License">
+    License</a>
+          </li>
+                                                                               <li class="collapsed">
+                  <a href="../../components.html" title="Components">
+    Components</a>
+                    </li>
+                                                                               <li class="collapsed">
+                  <a href="../../sandbox/index.html" title="Sandbox">
+    Sandbox</a>
+                    </li>
+                                                                               <li class="collapsed">
+                  <a href="../../dormant/index.html" title="Dormant">
+    Dormant</a>
+                    </li>
+                 </ul>
+      <ul class="nav nav-list">
+                                  <li class="nav-header">General Information</li>
+                                        <li class="none">
+                  <a href="../../security.html" title="Security">
+    Security</a>
+          </li>
+                             <li class="none">
+                  <a href="../../volunteering.html" title="Volunteering">
+    Volunteering</a>
+          </li>
+                             <li class="none">
+                  <a href="../../patches.html" title="Contributing Patches">
+    Contributing Patches</a>
+          </li>
+                             <li class="none">
+                  <a href="../../building.html" title="Building Components">
+    Building Components</a>
+          </li>
+                             <li class="none">
+                  <a href="../../commons-parent-pom.html" title="Commons Parent Pom">
+    Commons Parent Pom</a>
+          </li>
+                             <li class="none">
+                  <a href="../../build-plugin/index.html" title="Commons Build Plugin">
+    Commons Build Plugin</a>
+          </li>
+                             <li class="none">
+                  <a href="../../releases/index.html" title="Releasing Components">
+    Releasing Components</a>
+          </li>
+                             <li class="none">
+                  <a href="http://wiki.apache.org/commons/FrontPage" class="externalLink" title="Wiki">
+    Wiki</a>
+          </li>
+                 </ul>
+      <ul class="nav nav-list">
+                                  <li class="nav-header">ASF</li>
+                                        <li class="none">
+                  <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works">
+    How the ASF works</a>
+          </li>
+                             <li class="none">
+                  <a href="http://www.apache.org/foundation/getinvolved.html" class="externalLink" title="Get Involved">
+    Get Involved</a>
+          </li>
+                             <li class="none">
+                  <a href="http://www.apache.org/dev/" class="externalLink" title="Developer Resources">
+    Developer Resources</a>
+          </li>
+                             <li class="none">
+                  <a href="http://www.apache.org/foundation/policies/conduct.html" class="externalLink" title="Code of Conduct">
+    Code of Conduct</a>
+          </li>
+                             <li class="none">
+                  <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">
+    Sponsorship</a>
+          </li>
+                             <li class="none">
+                  <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">
+    Thanks</a>
+          </li>
+                 </ul>
+              </div>
+            <div id="poweredBy">
+                                                                                                                    <a href="http://www.apache.org/events/current-event.html" title="ApacheCon" class="builtBy">
+        <img class="builtBy"  alt="ApacheCon" src="http://www.apache.org/events/current-event-125x125.png"    />
+      </a>
+                                                                                                    <a href="http://maven.apache.org/" title="Maven" class="builtBy">
+        <img class="builtBy"  alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png"    />
+      </a>
+                      </div>
+          </td>
+          <td class="content">
+            <div class="section">
+<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
+<p>This project uses <a class="externalLink" href="http://jenkins-ci.org/">Jenkins</a>.</p></div>
+<div class="section">
+<h2><a name="Access"></a>Access</h2><a name="Access"></a>
+<p>The following is a link to the continuous integration system used by the project:</p>
+<div class="source">
+<pre><a class="externalLink" href="https://builds.apache.org/">https://builds.apache.org/</a></pre></div></div>
+<div class="section">
+<h2><a name="Notifiers"></a>Notifiers</h2><a name="Notifiers"></a>
+<p>No notifiers are defined. Please check back at a later date.</p></div>
+          </td>
+        </tr>
+      </table>
+    </div>
+
+    <div class="footer">
+      <p>Copyright &copy;                    2002-2019
+                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.</p>
+                </div>
+  </body>
+
+</html>

Propchange: websites/production/commons/content/proper/commons-daemon/ci-management.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: websites/production/commons/content/proper/commons-daemon/css/bootstrap-1.3.0.min.css
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/css/bootstrap-1.3.0.min.css (original)
+++ websites/production/commons/content/proper/commons-daemon/css/bootstrap-1.3.0.min.css Thu Jul  4 13:29:18 2019
@@ -327,4 +327,4 @@ button.btn::-moz-focus-inner,input[type=
 .media-grid:after{clear:both;}
 .media-grid li{display:inline;}
 .media-grid a{float:left;padding:4px;margin:0 0 20px 20px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);}.media-grid a img{display:block;}
-.media-grid a:hover{border-color:#0069d6;-webkit-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);-moz-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);}
\ No newline at end of file
+.media-grid a:hover{border-color:#0069d6;-webkit-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);-moz-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);}

Modified: websites/production/commons/content/proper/commons-daemon/css/bootstrap.min.css
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/css/bootstrap.min.css (original)
+++ websites/production/commons/content/proper/commons-daemon/css/bootstrap.min.css Thu Jul  4 13:29:18 2019
@@ -6,4 +6,4 @@
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.

[... 4 lines stripped ...]
Modified: websites/production/commons/content/proper/commons-daemon/css/commons-maven.css
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/css/commons-maven.css (original)
+++ websites/production/commons/content/proper/commons-daemon/css/commons-maven.css Thu Jul  4 13:29:18 2019
@@ -126,4 +126,4 @@ div#navcolumn {
 #menuCommons a.externalLink, #menuCommons a.externalLink:link, #menuCommons a.externalLink:visited, #menuCommons a.externalLink:active, #menuCommons a.externalLink:hover {
   background-image: none;
   padding-right: 0px;
-}
\ No newline at end of file
+}

Modified: websites/production/commons/content/proper/commons-daemon/css/commons-trade.css
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/css/commons-trade.css (original)
+++ websites/production/commons/content/proper/commons-daemon/css/commons-trade.css Thu Jul  4 13:29:18 2019
@@ -38,4 +38,4 @@ div.overlay span{ /* settings for the &t
     font-size:14px;
     color:black;
     margin:0px;
-}
\ No newline at end of file
+}

Modified: websites/production/commons/content/proper/commons-daemon/css/maven-base.css
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/css/maven-base.css (original)
+++ websites/production/commons/content/proper/commons-daemon/css/maven-base.css Thu Jul  4 13:29:18 2019
@@ -161,4 +161,4 @@ div.clear hr{
 .source pre {
   margin: 0px;
   padding: 0px;
-}
\ No newline at end of file
+}

Modified: websites/production/commons/content/proper/commons-daemon/css/maven-theme.css
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/css/maven-theme.css (original)
+++ websites/production/commons/content/proper/commons-daemon/css/maven-theme.css Thu Jul  4 13:29:18 2019
@@ -923,4 +923,4 @@ td.filebrowse h2 {
 }
 #organizationLogo img, #projectLogo img, #projectLogo span{
   margin: 8px;
-}
\ No newline at end of file
+}

Modified: websites/production/commons/content/proper/commons-daemon/css/print.css
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/css/print.css (original)
+++ websites/production/commons/content/proper/commons-daemon/css/print.css Thu Jul  4 13:29:18 2019
@@ -20,4 +20,4 @@
 /* $Id: print.css 1201871 2011-11-14 20:18:24Z simonetripodi $ */
 
 #banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {display: none !important;}
-#bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important}
\ No newline at end of file
+#bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important}

Modified: websites/production/commons/content/proper/commons-daemon/css/site.css
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/css/site.css (original)
+++ websites/production/commons/content/proper/commons-daemon/css/site.css Thu Jul  4 13:29:18 2019
@@ -79,4 +79,4 @@ dt { margin: 15px 0 5px 0; font-size: 1.
           box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
 }
 ol.linenums { margin: 0 0 0 33px; } 
-ol.linenums li { padding-left: 12px; color: #bebec5; line-height: 18px; text-shadow: 0 1px 0 #fff; }
\ No newline at end of file
+ol.linenums li { padding-left: 12px; color: #bebec5; line-height: 18px; text-shadow: 0 1px 0 #fff; }

Modified: websites/production/commons/content/proper/commons-daemon/dependencies.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/dependencies.html (original)
+++ websites/production/commons/content/proper/commons-daemon/dependencies.html Thu Jul  4 13:29:18 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 23 November 2017
+ | Generated by Apache Maven Doxia at 04 July 2019
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20171123" />
+    <meta name="Date-Revision-yyyymmdd" content="20190704" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Daemon &#x2013; Project Dependencies</title>
 
@@ -20,12 +20,7 @@
   <script type="text/javascript" src="./js/prettify.min.js"></script>
   <script type="text/javascript" src="./js/site.js"></script>
 
-                            
-<link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                
-<script src="./js/prettify.js" type="text/javascript"></script>                                
-<script type="text/javascript">window.onload=function() {
-              prettyPrint();
-          }</script>                  
+              
       </head>
 
   <body class="composite">
@@ -33,7 +28,7 @@
                                                                                         <img class="logo-left" src="./images/commons-logo.png"  alt="Apache Commons logo"/>
                 </a>
                                               <a href="index.html" id="bannerRight">
-                                                                                                <img class="logo-right" src="images/logo.png"  alt="Commons Daemon"/>
+                                                                                                <img class="logo-right" src="images/logo.png"  alt="Apache Commons Daemon"/>
                 </a>
           <div class="clear"></div>
 
@@ -43,8 +38,8 @@
           <a class="brand" href="http://commons.apache.org/proper/commons-daemon/">Apache Commons Daemon &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 23 November 2017</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.1.0</li>
+            <li id="publishDate">Last Published: 04 July 2019</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.2.0</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -131,23 +126,23 @@
     About</a>
           </li>
                                      <li class="none">
-                  <a href="project-summary.html" title="Summary">
+                  <a href="summary.html" title="Summary">
     Summary</a>
           </li>
                                      <li class="none">
-                  <a href="team-list.html" title="Team">
+                  <a href="team.html" title="Team">
     Team</a>
           </li>
                                      <li class="none">
-                  <a href="source-repository.html" title="Source Code Management">
+                  <a href="scm.html" title="Source Code Management">
     Source Code Management</a>
           </li>
                                      <li class="none">
-                  <a href="issue-tracking.html" title="Issue Management">
+                  <a href="issue-management.html" title="Issue Management">
     Issue Management</a>
           </li>
                                      <li class="none">
-                  <a href="mail-lists.html" title="Mailing Lists">
+                  <a href="mailing-lists.html" title="Mailing Lists">
     Mailing Lists</a>
           </li>
                                      <li class="none">
@@ -163,7 +158,7 @@
     Dependency Convergence</a>
           </li>
                                      <li class="none">
-                  <a href="integration.html" title="CI Management">
+                  <a href="ci-management.html" title="CI Management">
     CI Management</a>
           </li>
                                      <li class="none">
@@ -172,7 +167,7 @@
           </li>
                      </ul>
               </li>
-                                                                                                                                                                                                             <li class="collapsed">
+                                                                                                                                                                                                                               <li class="collapsed">
                   <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
                     </li>
@@ -320,7 +315,7 @@
 <div class="section">
 <h3><a name="Dependency_Tree"></a>Dependency Tree</h3>
 <ul>
-<li>commons-daemon:commons-daemon:jar:1.1.0 <img id="_img1" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep0', '_img1' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep0" style="display:none">
+<li>commons-daemon:commons-daemon:jar:1.2.0 <img id="_img1" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep0', '_img1' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep0" style="display:none">
 <table border="0" class="bodyTable">
 <tr class="a">
 <th>Apache Commons Daemon</th></tr>
@@ -385,56 +380,17 @@
 <td>test: 100</td>
 <td>test: 6</td>
 <td>-</td>
-<td>test: 1</td></tr></table></div><a name="Dependency_Repository_Locations"></a>
-<div class="section">
-<h2><a name="Dependency_Repository_Locations"></a>Dependency Repository Locations</h2>
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Repo ID</th>
-<th>URL</th>
-<th>Release</th>
-<th>Snapshot</th></tr>
-<tr class="b">
-<td>apache.snapshots</td>
-<td><a class="externalLink" href="https://repository.apache.org/snapshots">https://repository.apache.org/snapshots</a></td>
-<td>No</td>
-<td>Yes</td></tr>
-<tr class="a">
-<td>central</td>
-<td><a class="externalLink" href="https://repo.maven.apache.org/maven2">https://repo.maven.apache.org/maven2</a></td>
-<td>Yes</td>
-<td>No</td></tr></table>
-<p>Repository locations for each of the Dependencies.</p>
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Artifact</th>
-<th>apache.snapshots</th>
-<th>central</th></tr>
-<tr class="b">
-<td>junit:junit:jar:3.8.1</td>
-<td>-</td>
-<td><a class="externalLink" href="https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar"><img alt="Found at https://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td></tr>
-<tr class="a">
-<th>Total</th>
-<th>apache.snapshots</th>
-<th>central</th></tr>
-<tr class="b">
-<td>1 (test: 1)</td>
-<td>0</td>
-<td>1</td></tr></table></div>
+<td>test: 1</td></tr></table></div>
           </td>
         </tr>
       </table>
     </div>
 
     <div class="footer">
-      <p>Copyright &copy;                    2002-2017
+      <p>Copyright &copy;                    2002-2019
                         <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.</p>
-                                                                  
-<div class="center">Apache Commons, Apache Commons Daemon, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                              </div>
+                </div>
   </body>
 
-</html>
\ No newline at end of file
+</html>

Modified: websites/production/commons/content/proper/commons-daemon/dependency-convergence.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/dependency-convergence.html (original)
+++ websites/production/commons/content/proper/commons-daemon/dependency-convergence.html Thu Jul  4 13:29:18 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 23 November 2017
+ | Generated by Apache Maven Doxia at 04 July 2019
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20171123" />
+    <meta name="Date-Revision-yyyymmdd" content="20190704" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Daemon &#x2013; Dependency Convergence</title>
 
@@ -20,12 +20,7 @@
   <script type="text/javascript" src="./js/prettify.min.js"></script>
   <script type="text/javascript" src="./js/site.js"></script>
 
-                            
-<link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                
-<script src="./js/prettify.js" type="text/javascript"></script>                                
-<script type="text/javascript">window.onload=function() {
-              prettyPrint();
-          }</script>                  
+              
       </head>
 
   <body class="composite">
@@ -33,7 +28,7 @@
                                                                                         <img class="logo-left" src="./images/commons-logo.png"  alt="Apache Commons logo"/>
                 </a>
                                               <a href="index.html" id="bannerRight">
-                                                                                                <img class="logo-right" src="images/logo.png"  alt="Commons Daemon"/>
+                                                                                                <img class="logo-right" src="images/logo.png"  alt="Apache Commons Daemon"/>
                 </a>
           <div class="clear"></div>
 
@@ -43,8 +38,8 @@
           <a class="brand" href="http://commons.apache.org/proper/commons-daemon/">Apache Commons Daemon &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 23 November 2017</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.1.0</li>
+            <li id="publishDate">Last Published: 04 July 2019</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.2.0</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -131,23 +126,23 @@
     About</a>
           </li>
                                      <li class="none">
-                  <a href="project-summary.html" title="Summary">
+                  <a href="summary.html" title="Summary">
     Summary</a>
           </li>
                                      <li class="none">
-                  <a href="team-list.html" title="Team">
+                  <a href="team.html" title="Team">
     Team</a>
           </li>
                                      <li class="none">
-                  <a href="source-repository.html" title="Source Code Management">
+                  <a href="scm.html" title="Source Code Management">
     Source Code Management</a>
           </li>
                                      <li class="none">
-                  <a href="issue-tracking.html" title="Issue Management">
+                  <a href="issue-management.html" title="Issue Management">
     Issue Management</a>
           </li>
                                      <li class="none">
-                  <a href="mail-lists.html" title="Mailing Lists">
+                  <a href="mailing-lists.html" title="Mailing Lists">
     Mailing Lists</a>
           </li>
                                      <li class="none">
@@ -163,7 +158,7 @@
     Dependency Convergence</a>
           </li>
                                      <li class="none">
-                  <a href="integration.html" title="CI Management">
+                  <a href="ci-management.html" title="CI Management">
     CI Management</a>
           </li>
                                      <li class="none">
@@ -172,7 +167,7 @@
           </li>
                      </ul>
               </li>
-                                                                                                                                                                                                             <li class="collapsed">
+                                                                                                                                                                                                                               <li class="collapsed">
                   <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
                     </li>
@@ -302,13 +297,10 @@
     </div>
 
     <div class="footer">
-      <p>Copyright &copy;                    2002-2017
+      <p>Copyright &copy;                    2002-2019
                         <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.</p>
-                                                                  
-<div class="center">Apache Commons, Apache Commons Daemon, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                              </div>
+                </div>
   </body>
 
-</html>
\ No newline at end of file
+</html>