Modified: 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/ProjectInfoPluginArtifactStub.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/ProjectInfoPluginArtifactStub.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/ProjectInfoPluginArtifactStub.html
 Thu Jun 13 16:48:08 2024
@@ -43,83 +43,92 @@
 <a class="jxr_linenumber" name="L35" href="#L35">35</a>  
 <a class="jxr_linenumber" name="L36" href="#L36">36</a>      <strong 
class="jxr_keyword">private</strong> String packaging;
 <a class="jxr_linenumber" name="L37" href="#L37">37</a>  
-<a class="jxr_linenumber" name="L38" href="#L38">38</a>      <strong 
class="jxr_keyword">private</strong> VersionRange versionRange;
+<a class="jxr_linenumber" name="L38" href="#L38">38</a>      <strong 
class="jxr_keyword">private</strong> String type;
 <a class="jxr_linenumber" name="L39" href="#L39">39</a>  
-<a class="jxr_linenumber" name="L40" href="#L40">40</a>      <strong 
class="jxr_keyword">private</strong> ArtifactHandler handler;
+<a class="jxr_linenumber" name="L40" href="#L40">40</a>      <strong 
class="jxr_keyword">private</strong> VersionRange versionRange;
 <a class="jxr_linenumber" name="L41" href="#L41">41</a>  
-<a class="jxr_linenumber" name="L42" href="#L42">42</a>      <strong 
class="jxr_keyword">public</strong> <a name="ProjectInfoPluginArtifactStub" 
href="../../../../../../org/apache/maven/report/projectinfo/stubs/ProjectInfoPluginArtifactStub.html#ProjectInfoPluginArtifactStub">ProjectInfoPluginArtifactStub</a>(String
 groupId, String artifactId, String version, String packaging) {
-<a class="jxr_linenumber" name="L43" href="#L43">43</a>          <strong 
class="jxr_keyword">this</strong>.groupId = groupId;
-<a class="jxr_linenumber" name="L44" href="#L44">44</a>          <strong 
class="jxr_keyword">this</strong>.artifactId = artifactId;
-<a class="jxr_linenumber" name="L45" href="#L45">45</a>          <strong 
class="jxr_keyword">this</strong>.version = version;
-<a class="jxr_linenumber" name="L46" href="#L46">46</a>          <strong 
class="jxr_keyword">this</strong>.packaging = packaging;
-<a class="jxr_linenumber" name="L47" href="#L47">47</a>          versionRange 
= VersionRange.createFromVersion(version);
-<a class="jxr_linenumber" name="L48" href="#L48">48</a>      }
-<a class="jxr_linenumber" name="L49" href="#L49">49</a>  
-<a class="jxr_linenumber" name="L50" href="#L50">50</a>      @Override
-<a class="jxr_linenumber" name="L51" href="#L51">51</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
setGroupId(String groupId) {
-<a class="jxr_linenumber" name="L52" href="#L52">52</a>          <strong 
class="jxr_keyword">this</strong>.groupId = groupId;
-<a class="jxr_linenumber" name="L53" href="#L53">53</a>      }
-<a class="jxr_linenumber" name="L54" href="#L54">54</a>  
-<a class="jxr_linenumber" name="L55" href="#L55">55</a>      @Override
-<a class="jxr_linenumber" name="L56" href="#L56">56</a>      <strong 
class="jxr_keyword">public</strong> String getGroupId() {
-<a class="jxr_linenumber" name="L57" href="#L57">57</a>          <strong 
class="jxr_keyword">return</strong> groupId;
-<a class="jxr_linenumber" name="L58" href="#L58">58</a>      }
-<a class="jxr_linenumber" name="L59" href="#L59">59</a>  
-<a class="jxr_linenumber" name="L60" href="#L60">60</a>      @Override
-<a class="jxr_linenumber" name="L61" href="#L61">61</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
setArtifactId(String artifactId) {
-<a class="jxr_linenumber" name="L62" href="#L62">62</a>          <strong 
class="jxr_keyword">this</strong>.artifactId = artifactId;
-<a class="jxr_linenumber" name="L63" href="#L63">63</a>      }
-<a class="jxr_linenumber" name="L64" href="#L64">64</a>  
-<a class="jxr_linenumber" name="L65" href="#L65">65</a>      @Override
-<a class="jxr_linenumber" name="L66" href="#L66">66</a>      <strong 
class="jxr_keyword">public</strong> String getArtifactId() {
-<a class="jxr_linenumber" name="L67" href="#L67">67</a>          <strong 
class="jxr_keyword">return</strong> artifactId;
-<a class="jxr_linenumber" name="L68" href="#L68">68</a>      }
-<a class="jxr_linenumber" name="L69" href="#L69">69</a>  
-<a class="jxr_linenumber" name="L70" href="#L70">70</a>      @Override
-<a class="jxr_linenumber" name="L71" href="#L71">71</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
setVersion(String version) {
-<a class="jxr_linenumber" name="L72" href="#L72">72</a>          <strong 
class="jxr_keyword">this</strong>.version = version;
-<a class="jxr_linenumber" name="L73" href="#L73">73</a>      }
-<a class="jxr_linenumber" name="L74" href="#L74">74</a>  
-<a class="jxr_linenumber" name="L75" href="#L75">75</a>      @Override
-<a class="jxr_linenumber" name="L76" href="#L76">76</a>      <strong 
class="jxr_keyword">public</strong> String getVersion() {
-<a class="jxr_linenumber" name="L77" href="#L77">77</a>          <strong 
class="jxr_keyword">return</strong> version;
-<a class="jxr_linenumber" name="L78" href="#L78">78</a>      }
-<a class="jxr_linenumber" name="L79" href="#L79">79</a>  
-<a class="jxr_linenumber" name="L80" href="#L80">80</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
setPackaging(String packaging) {
-<a class="jxr_linenumber" name="L81" href="#L81">81</a>          <strong 
class="jxr_keyword">this</strong>.packaging = packaging;
+<a class="jxr_linenumber" name="L42" href="#L42">42</a>      <strong 
class="jxr_keyword">private</strong> ArtifactHandler handler;
+<a class="jxr_linenumber" name="L43" href="#L43">43</a>  
+<a class="jxr_linenumber" name="L44" href="#L44">44</a>      <strong 
class="jxr_keyword">public</strong> <a name="ProjectInfoPluginArtifactStub" 
href="../../../../../../org/apache/maven/report/projectinfo/stubs/ProjectInfoPluginArtifactStub.html#ProjectInfoPluginArtifactStub">ProjectInfoPluginArtifactStub</a>(
+<a class="jxr_linenumber" name="L45" href="#L45">45</a>              String 
groupId, String artifactId, String version, String packaging, String type) {
+<a class="jxr_linenumber" name="L46" href="#L46">46</a>          <strong 
class="jxr_keyword">this</strong>.groupId = groupId;
+<a class="jxr_linenumber" name="L47" href="#L47">47</a>          <strong 
class="jxr_keyword">this</strong>.artifactId = artifactId;
+<a class="jxr_linenumber" name="L48" href="#L48">48</a>          <strong 
class="jxr_keyword">this</strong>.version = version;
+<a class="jxr_linenumber" name="L49" href="#L49">49</a>          <strong 
class="jxr_keyword">this</strong>.packaging = packaging;
+<a class="jxr_linenumber" name="L50" href="#L50">50</a>          <strong 
class="jxr_keyword">this</strong>.type = type;
+<a class="jxr_linenumber" name="L51" href="#L51">51</a>          versionRange 
= VersionRange.createFromVersion(version);
+<a class="jxr_linenumber" name="L52" href="#L52">52</a>      }
+<a class="jxr_linenumber" name="L53" href="#L53">53</a>  
+<a class="jxr_linenumber" name="L54" href="#L54">54</a>      @Override
+<a class="jxr_linenumber" name="L55" href="#L55">55</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
setGroupId(String groupId) {
+<a class="jxr_linenumber" name="L56" href="#L56">56</a>          <strong 
class="jxr_keyword">this</strong>.groupId = groupId;
+<a class="jxr_linenumber" name="L57" href="#L57">57</a>      }
+<a class="jxr_linenumber" name="L58" href="#L58">58</a>  
+<a class="jxr_linenumber" name="L59" href="#L59">59</a>      @Override
+<a class="jxr_linenumber" name="L60" href="#L60">60</a>      <strong 
class="jxr_keyword">public</strong> String getGroupId() {
+<a class="jxr_linenumber" name="L61" href="#L61">61</a>          <strong 
class="jxr_keyword">return</strong> groupId;
+<a class="jxr_linenumber" name="L62" href="#L62">62</a>      }
+<a class="jxr_linenumber" name="L63" href="#L63">63</a>  
+<a class="jxr_linenumber" name="L64" href="#L64">64</a>      @Override
+<a class="jxr_linenumber" name="L65" href="#L65">65</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
setArtifactId(String artifactId) {
+<a class="jxr_linenumber" name="L66" href="#L66">66</a>          <strong 
class="jxr_keyword">this</strong>.artifactId = artifactId;
+<a class="jxr_linenumber" name="L67" href="#L67">67</a>      }
+<a class="jxr_linenumber" name="L68" href="#L68">68</a>  
+<a class="jxr_linenumber" name="L69" href="#L69">69</a>      @Override
+<a class="jxr_linenumber" name="L70" href="#L70">70</a>      <strong 
class="jxr_keyword">public</strong> String getArtifactId() {
+<a class="jxr_linenumber" name="L71" href="#L71">71</a>          <strong 
class="jxr_keyword">return</strong> artifactId;
+<a class="jxr_linenumber" name="L72" href="#L72">72</a>      }
+<a class="jxr_linenumber" name="L73" href="#L73">73</a>  
+<a class="jxr_linenumber" name="L74" href="#L74">74</a>      @Override
+<a class="jxr_linenumber" name="L75" href="#L75">75</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
setVersion(String version) {
+<a class="jxr_linenumber" name="L76" href="#L76">76</a>          <strong 
class="jxr_keyword">this</strong>.version = version;
+<a class="jxr_linenumber" name="L77" href="#L77">77</a>      }
+<a class="jxr_linenumber" name="L78" href="#L78">78</a>  
+<a class="jxr_linenumber" name="L79" href="#L79">79</a>      @Override
+<a class="jxr_linenumber" name="L80" href="#L80">80</a>      <strong 
class="jxr_keyword">public</strong> String getVersion() {
+<a class="jxr_linenumber" name="L81" href="#L81">81</a>          <strong 
class="jxr_keyword">return</strong> version;
 <a class="jxr_linenumber" name="L82" href="#L82">82</a>      }
 <a class="jxr_linenumber" name="L83" href="#L83">83</a>  
-<a class="jxr_linenumber" name="L84" href="#L84">84</a>      <strong 
class="jxr_keyword">public</strong> String getPackaging() {
-<a class="jxr_linenumber" name="L85" href="#L85">85</a>          <strong 
class="jxr_keyword">return</strong> packaging;
+<a class="jxr_linenumber" name="L84" href="#L84">84</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
setPackaging(String packaging) {
+<a class="jxr_linenumber" name="L85" href="#L85">85</a>          <strong 
class="jxr_keyword">this</strong>.packaging = packaging;
 <a class="jxr_linenumber" name="L86" href="#L86">86</a>      }
 <a class="jxr_linenumber" name="L87" href="#L87">87</a>  
-<a class="jxr_linenumber" name="L88" href="#L88">88</a>      @Override
-<a class="jxr_linenumber" name="L89" href="#L89">89</a>      <strong 
class="jxr_keyword">public</strong> VersionRange getVersionRange() {
-<a class="jxr_linenumber" name="L90" href="#L90">90</a>          <strong 
class="jxr_keyword">return</strong> versionRange;
-<a class="jxr_linenumber" name="L91" href="#L91">91</a>      }
-<a class="jxr_linenumber" name="L92" href="#L92">92</a>  
-<a class="jxr_linenumber" name="L93" href="#L93">93</a>      @Override
-<a class="jxr_linenumber" name="L94" href="#L94">94</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
setVersionRange(VersionRange versionRange) {
-<a class="jxr_linenumber" name="L95" href="#L95">95</a>          <strong 
class="jxr_keyword">this</strong>.versionRange = versionRange;
-<a class="jxr_linenumber" name="L96" href="#L96">96</a>      }
-<a class="jxr_linenumber" name="L97" href="#L97">97</a>  
-<a class="jxr_linenumber" name="L98" href="#L98">98</a>      @Override
-<a class="jxr_linenumber" name="L99" href="#L99">99</a>      <strong 
class="jxr_keyword">public</strong> ArtifactHandler getArtifactHandler() {
-<a class="jxr_linenumber" name="L100" href="#L100">100</a>         <strong 
class="jxr_keyword">return</strong> handler;
-<a class="jxr_linenumber" name="L101" href="#L101">101</a>     }
-<a class="jxr_linenumber" name="L102" href="#L102">102</a> 
-<a class="jxr_linenumber" name="L103" href="#L103">103</a>     @Override
-<a class="jxr_linenumber" name="L104" href="#L104">104</a>     <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
setArtifactHandler(ArtifactHandler handler) {
-<a class="jxr_linenumber" name="L105" href="#L105">105</a>         <strong 
class="jxr_keyword">this</strong>.handler = handler;
-<a class="jxr_linenumber" name="L106" href="#L106">106</a>     }
-<a class="jxr_linenumber" name="L107" href="#L107">107</a> 
-<a class="jxr_linenumber" name="L108" href="#L108">108</a>     @Override
-<a class="jxr_linenumber" name="L109" href="#L109">109</a>     <strong 
class="jxr_keyword">public</strong> String getType() {
-<a class="jxr_linenumber" name="L110" href="#L110">110</a>         <strong 
class="jxr_keyword">return</strong> <span class="jxr_string">""</span>;
-<a class="jxr_linenumber" name="L111" href="#L111">111</a>     }
-<a class="jxr_linenumber" name="L112" href="#L112">112</a> }
+<a class="jxr_linenumber" name="L88" href="#L88">88</a>      <strong 
class="jxr_keyword">public</strong> String getPackaging() {
+<a class="jxr_linenumber" name="L89" href="#L89">89</a>          <strong 
class="jxr_keyword">return</strong> packaging;
+<a class="jxr_linenumber" name="L90" href="#L90">90</a>      }
+<a class="jxr_linenumber" name="L91" href="#L91">91</a>  
+<a class="jxr_linenumber" name="L92" href="#L92">92</a>      @Override
+<a class="jxr_linenumber" name="L93" href="#L93">93</a>      <strong 
class="jxr_keyword">public</strong> VersionRange getVersionRange() {
+<a class="jxr_linenumber" name="L94" href="#L94">94</a>          <strong 
class="jxr_keyword">return</strong> versionRange;
+<a class="jxr_linenumber" name="L95" href="#L95">95</a>      }
+<a class="jxr_linenumber" name="L96" href="#L96">96</a>  
+<a class="jxr_linenumber" name="L97" href="#L97">97</a>      @Override
+<a class="jxr_linenumber" name="L98" href="#L98">98</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
setVersionRange(VersionRange versionRange) {
+<a class="jxr_linenumber" name="L99" href="#L99">99</a>          <strong 
class="jxr_keyword">this</strong>.versionRange = versionRange;
+<a class="jxr_linenumber" name="L100" href="#L100">100</a>     }
+<a class="jxr_linenumber" name="L101" href="#L101">101</a> 
+<a class="jxr_linenumber" name="L102" href="#L102">102</a>     @Override
+<a class="jxr_linenumber" name="L103" href="#L103">103</a>     <strong 
class="jxr_keyword">public</strong> ArtifactHandler getArtifactHandler() {
+<a class="jxr_linenumber" name="L104" href="#L104">104</a>         <strong 
class="jxr_keyword">return</strong> handler;
+<a class="jxr_linenumber" name="L105" href="#L105">105</a>     }
+<a class="jxr_linenumber" name="L106" href="#L106">106</a> 
+<a class="jxr_linenumber" name="L107" href="#L107">107</a>     @Override
+<a class="jxr_linenumber" name="L108" href="#L108">108</a>     <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
setArtifactHandler(ArtifactHandler handler) {
+<a class="jxr_linenumber" name="L109" href="#L109">109</a>         <strong 
class="jxr_keyword">this</strong>.handler = handler;
+<a class="jxr_linenumber" name="L110" href="#L110">110</a>     }
+<a class="jxr_linenumber" name="L111" href="#L111">111</a> 
+<a class="jxr_linenumber" name="L112" href="#L112">112</a>     @Override
+<a class="jxr_linenumber" name="L113" href="#L113">113</a>     <strong 
class="jxr_keyword">public</strong> String getType() {
+<a class="jxr_linenumber" name="L114" href="#L114">114</a>         <strong 
class="jxr_keyword">return</strong> type;
+<a class="jxr_linenumber" name="L115" href="#L115">115</a>     }
+<a class="jxr_linenumber" name="L116" href="#L116">116</a> 
+<a class="jxr_linenumber" name="L117" href="#L117">117</a>     @Override
+<a class="jxr_linenumber" name="L118" href="#L118">118</a>     <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
setType(String type) {
+<a class="jxr_linenumber" name="L119" href="#L119">119</a>         <strong 
class="jxr_keyword">this</strong>.type = type;
+<a class="jxr_linenumber" name="L120" href="#L120">120</a>     }
+<a class="jxr_linenumber" name="L121" href="#L121">121</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2005&#x2013;2023 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2005&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/ProjectInfoProjectStub.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/ProjectInfoProjectStub.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/ProjectInfoProjectStub.html
 Thu Jun 13 16:48:08 2024
@@ -88,7 +88,7 @@
 <a class="jxr_linenumber" name="L80" href="#L80">80</a>          
setPackaging(model.getPackaging());
 <a class="jxr_linenumber" name="L81" href="#L81">81</a>  
 <a class="jxr_linenumber" name="L82" href="#L82">82</a>          String type = 
Objects.toString(<strong class="jxr_keyword">super</strong>.getPackaging(), 
<span class="jxr_string">"jar"</span>);
-<a class="jxr_linenumber" name="L83" href="#L83">83</a>          Artifact 
artifact = <strong class="jxr_keyword">new</strong> <a 
name="ProjectInfoPluginArtifactStub" 
href="../../../../../../org/apache/maven/report/projectinfo/stubs/ProjectInfoPluginArtifactStub.html#ProjectInfoPluginArtifactStub">ProjectInfoPluginArtifactStub</a>(getGroupId(),
 getArtifactId(), getVersion(), type);
+<a class="jxr_linenumber" name="L83" href="#L83">83</a>          Artifact 
artifact = <strong class="jxr_keyword">new</strong> <a 
name="ProjectInfoPluginArtifactStub" 
href="../../../../../../org/apache/maven/report/projectinfo/stubs/ProjectInfoPluginArtifactStub.html#ProjectInfoPluginArtifactStub">ProjectInfoPluginArtifactStub</a>(getGroupId(),
 getArtifactId(), getVersion(), type, type);
 <a class="jxr_linenumber" name="L84" href="#L84">84</a>          
artifact.setArtifactHandler(<strong class="jxr_keyword">new</strong> <a 
name="DefaultArtifactHandlerStub" 
href="../../../../../../org/apache/maven/report/projectinfo/stubs/DefaultArtifactHandlerStub.html#DefaultArtifactHandlerStub">DefaultArtifactHandlerStub</a>());
 <a class="jxr_linenumber" name="L85" href="#L85">85</a>          
setArtifact(artifact);
 <a class="jxr_linenumber" name="L86" href="#L86">86</a>  
@@ -191,6 +191,6 @@
 <a class="jxr_linenumber" name="L183" href="#L183">183</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2005&#x2013;2023 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2005&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/ScmStub.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/ScmStub.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/ScmStub.html
 Thu Jun 13 16:48:08 2024
@@ -38,6 +38,6 @@
 <a class="jxr_linenumber" name="L30" href="#L30">30</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2005&#x2013;2023 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2005&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/SettingsSitePublishVariableStub.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/SettingsSitePublishVariableStub.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/SettingsSitePublishVariableStub.html
 Thu Jun 13 16:48:08 2024
@@ -53,6 +53,6 @@
 <a class="jxr_linenumber" name="L45" href="#L45">45</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2005&#x2013;2023 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2005&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/SettingsStub.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/SettingsStub.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/SettingsStub.html
 Thu Jun 13 16:48:08 2024
@@ -37,6 +37,6 @@
 <a class="jxr_linenumber" name="L29" href="#L29">29</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2005&#x2013;2023 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2005&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/SubProject1Stub.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/SubProject1Stub.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/SubProject1Stub.html
 Thu Jun 13 16:48:08 2024
@@ -55,6 +55,6 @@
 <a class="jxr_linenumber" name="L47" href="#L47">47</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2005&#x2013;2023 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2005&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/SubProject2Stub.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/SubProject2Stub.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/SubProject2Stub.html
 Thu Jun 13 16:48:08 2024
@@ -55,6 +55,6 @@
 <a class="jxr_linenumber" name="L47" href="#L47">47</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2005&#x2013;2023 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2005&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/SummaryStub.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/SummaryStub.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/SummaryStub.html
 Thu Jun 13 16:48:08 2024
@@ -38,6 +38,6 @@
 <a class="jxr_linenumber" name="L30" href="#L30">30</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2005&#x2013;2023 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2005&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/TeamStub.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/TeamStub.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/TeamStub.html
 Thu Jun 13 16:48:08 2024
@@ -38,6 +38,6 @@
 <a class="jxr_linenumber" name="L30" href="#L30">30</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2005&#x2013;2023 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2005&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/package-frame.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/package-frame.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/package-frame.html
 Thu Jun 13 16:48:08 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Project Info Reports Plugin 3.5.0 Reference 
Package org.apache.maven.report.projectinfo.stubs</title>
+        <title>Apache Maven Project Info Reports Plugin 3.6.0 Reference 
Package org.apache.maven.report.projectinfo.stubs</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/package-summary.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/package-summary.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/org/apache/maven/report/projectinfo/stubs/package-summary.html
 Thu Jun 13 16:48:08 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Project Info Reports Plugin 3.5.0 Reference 
Package org.apache.maven.report.projectinfo.stubs</title>
+        <title>Apache Maven Project Info Reports Plugin 3.6.0 Reference 
Package org.apache.maven.report.projectinfo.stubs</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Project Info 
Reports Plugin 3.5.0 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Project Info 
Reports Plugin 3.6.0 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -206,7 +206,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Project Info 
Reports Plugin 3.5.0 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Project Info 
Reports Plugin 3.6.0 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -226,7 +226,7 @@
         </div>
         
         <div id="footer">
-            Copyright &#169; 2005&#x2013;2023 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.
+            Copyright &#169; 2005&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.
         </div>
     </body>
 </html>
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/overview-frame.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/overview-frame.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/overview-frame.html
 Thu Jun 13 16:48:08 2024
@@ -4,11 +4,11 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Project Info Reports Plugin 3.5.0 Reference</title>
+        <title>Apache Maven Project Info Reports Plugin 3.6.0 Reference</title>
         <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
     </head>
     <body>
-        <h1 title="Apache Maven Project Info Reports Plugin 3.5.0 Reference" 
class="bar"><strong>Apache Maven Project Info Reports Plugin 3.5.0 
Reference</strong></h1>
+        <h1 title="Apache Maven Project Info Reports Plugin 3.6.0 Reference" 
class="bar"><strong>Apache Maven Project Info Reports Plugin 3.6.0 
Reference</strong></h1>
         <div class="indexHeader"><span><a href="allclasses-frame.html" 
target="packageFrame">All&nbsp;Classes</a></span></div>
         <div class="indexContainer">
             <h2 title="Packages">Packages</h2>

Modified: 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/overview-summary.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/overview-summary.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref-test/overview-summary.html
 Thu Jun 13 16:48:08 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk7) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Project Info Reports Plugin 3.5.0 Reference</title>
+        <title>Apache Maven Project Info Reports Plugin 3.6.0 Reference</title>
         <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
     </head>
     <body>
@@ -22,7 +22,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Project Info 
Reports Plugin 3.5.0 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Project Info 
Reports Plugin 3.6.0 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -37,7 +37,7 @@
         </div>
         
                 <div class="header">
-            <h1 class="title">Apache Maven Project Info Reports Plugin 3.5.0 
Reference</h1>
+            <h1 class="title">Apache Maven Project Info Reports Plugin 3.6.0 
Reference</h1>
         </div>
         <div class="contentContainer">
             <table class="overviewSummary" border="0" cellpadding="3" 
cellspacing="0" summary="Packages table, listing packages">
@@ -76,7 +76,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Project Info 
Reports Plugin 3.5.0 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Project Info 
Reports Plugin 3.6.0 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -91,7 +91,7 @@
         </div>
         
         <div id="footer">
-            Copyright &#169; 2005&#x2013;2023 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.
+            Copyright &#169; 2005&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.
         </div>
     </body>
 </html>
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/allclasses-frame.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/allclasses-frame.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/allclasses-frame.html
 Thu Jun 13 16:48:08 2024
@@ -18,7 +18,6 @@
                                 <li><a 
href="org/apache/maven/report/projectinfo/CiManagementReport.html#CiManagementReport.CiManagementRenderer"
 target="classFrame">CiManagementReport.CiManagementRenderer</a></li>
                                 <li><a 
href="org/apache/maven/report/projectinfo/dependencies/Dependencies.html#Dependencies"
 target="classFrame">Dependencies</a></li>
                                 <li><a 
href="org/apache/maven/report/projectinfo/dependencies/renderer/DependenciesRenderer.html#DependenciesRenderer"
 target="classFrame">DependenciesRenderer</a></li>
-                                <li><a 
href="org/apache/maven/report/projectinfo/dependencies/renderer/DependenciesRenderer.html#DependenciesRenderer.FileDecimalFormat"
 target="classFrame">DependenciesRenderer.FileDecimalFormat</a></li>
                                 <li><a 
href="org/apache/maven/report/projectinfo/DependenciesReport.html#DependenciesReport"
 target="classFrame">DependenciesReport</a></li>
                                 <li><a 
href="org/apache/maven/report/projectinfo/dependencies/DependenciesReportConfiguration.html#DependenciesReportConfiguration"
 target="classFrame">DependenciesReportConfiguration</a></li>
                                 <li><a 
href="org/apache/maven/report/projectinfo/DependencyConvergenceReport.html#DependencyConvergenceReport"
 target="classFrame">DependencyConvergenceReport</a></li>

Modified: 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/index.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/index.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/index.html
 Thu Jun 13 16:48:08 2024
@@ -4,7 +4,7 @@
     <!-- this is a JXR report set (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Project Info Reports Plugin 3.5.0 Reference</title>
+        <title>Apache Maven Project Info Reports Plugin 3.6.0 Reference</title>
         <script type="text/javascript">
             tmpTargetPage = "" + window.location.search;
             if (tmpTargetPage != "" && tmpTargetPage != "undefined")

Modified: 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/plugins/maven_project_info_reports_plugin/HelpMojo.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/plugins/maven_project_info_reports_plugin/HelpMojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/plugins/maven_project_info_reports_plugin/HelpMojo.html
 Thu Jun 13 16:48:08 2024
@@ -456,6 +456,6 @@
 <a class="jxr_linenumber" name="L448" href="#L448">448</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2005&#x2013;2023 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2005&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/plugins/maven_project_info_reports_plugin/package-frame.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/plugins/maven_project_info_reports_plugin/package-frame.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/plugins/maven_project_info_reports_plugin/package-frame.html
 Thu Jun 13 16:48:08 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Project Info Reports Plugin 3.5.0 Reference 
Package org.apache.maven.plugins.maven_project_info_reports_plugin</title>
+        <title>Apache Maven Project Info Reports Plugin 3.6.0 Reference 
Package org.apache.maven.plugins.maven_project_info_reports_plugin</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/plugins/maven_project_info_reports_plugin/package-summary.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/plugins/maven_project_info_reports_plugin/package-summary.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/plugins/maven_project_info_reports_plugin/package-summary.html
 Thu Jun 13 16:48:08 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Project Info Reports Plugin 3.5.0 Reference 
Package org.apache.maven.plugins.maven_project_info_reports_plugin</title>
+        <title>Apache Maven Project Info Reports Plugin 3.6.0 Reference 
Package org.apache.maven.plugins.maven_project_info_reports_plugin</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Project Info 
Reports Plugin 3.5.0 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Project Info 
Reports Plugin 3.6.0 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -81,7 +81,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Project Info 
Reports Plugin 3.5.0 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Project Info 
Reports Plugin 3.6.0 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -101,7 +101,7 @@
         </div>
         
         <div id="footer">
-            Copyright &#169; 2005&#x2013;2023 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.
+            Copyright &#169; 2005&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.
         </div>
     </body>
 </html>
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/AbstractProjectInfoRenderer.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/AbstractProjectInfoRenderer.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/AbstractProjectInfoRenderer.html
 Thu Jun 13 16:48:08 2024
@@ -134,6 +134,6 @@
 <a class="jxr_linenumber" name="L126" href="#L126">126</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2005&#x2013;2023 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2005&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/AbstractProjectInfoReport.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/AbstractProjectInfoReport.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/AbstractProjectInfoReport.html
 Thu Jun 13 16:48:08 2024
@@ -482,6 +482,6 @@
 <a class="jxr_linenumber" name="L474" href="#L474">474</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2005&#x2013;2023 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2005&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/CiManagementReport.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/CiManagementReport.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/CiManagementReport.html
 Thu Jun 13 16:48:08 2024
@@ -211,6 +211,6 @@
 <a class="jxr_linenumber" name="L203" href="#L203">203</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2005&#x2013;2023 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2005&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/DependenciesReport.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/DependenciesReport.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/DependenciesReport.html
 Thu Jun 13 16:48:08 2024
@@ -256,6 +256,6 @@
 <a class="jxr_linenumber" name="L248" href="#L248">248</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2005&#x2013;2023 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2005&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/DependencyConvergenceReport.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/DependencyConvergenceReport.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/DependencyConvergenceReport.html
 Thu Jun 13 16:48:08 2024
@@ -963,6 +963,6 @@
 <a class="jxr_linenumber" name="L955" href="#L955">955</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2005&#x2013;2023 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2005&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file



Reply via email to