You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2019/05/30 21:06:14 UTC

[creadur-rat] 02/02: RAT-244: Update plugins and fix errors in site

This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch RAT-244/migratedToJDK7
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit 2d7fff10c9e83e8aa3fb0fd0e7edb070b8564fcd
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Thu May 30 23:05:24 2019 +0200

    RAT-244: Update plugins and fix errors in site
---
 apache-rat-api/src/site/site.xml    |  5 +----
 apache-rat-core/src/site/site.xml   |  5 +----
 apache-rat-plugin/src/site/site.xml |  5 +----
 apache-rat-tasks/src/site/site.xml  |  5 +----
 apache-rat/src/site/site.xml        |  5 +----
 pom.xml                             | 42 ++++++++++++++++++-------------------
 src/site/site.xml                   | 10 ++++-----
 7 files changed, 30 insertions(+), 47 deletions(-)

diff --git a/apache-rat-api/src/site/site.xml b/apache-rat-api/src/site/site.xml
index 157ebc0..cb413e4 100644
--- a/apache-rat-api/src/site/site.xml
+++ b/apache-rat-api/src/site/site.xml
@@ -20,10 +20,7 @@
          name="Apache Rat&trade; API">
   <body>   
     <head>
-        <link 
-            href='http://fonts.googleapis.com/css?family=Mate+SC' 
-            rel='stylesheet' 
-            type='text/css'/>
+      <![CDATA[<link href="https://fonts.googleapis.com/css?family=Mate+SC" type="text/css" rel="stylesheet" />]]>
     </head>
    
     <menu ref="parent"/>
diff --git a/apache-rat-core/src/site/site.xml b/apache-rat-core/src/site/site.xml
index 56b93ce..c93ffa1 100644
--- a/apache-rat-core/src/site/site.xml
+++ b/apache-rat-core/src/site/site.xml
@@ -20,10 +20,7 @@
          name="Apache Rat&trade; Core">
   <body>   
     <head>
-        <link 
-            href='http://fonts.googleapis.com/css?family=Mate+SC' 
-            rel='stylesheet' 
-            type='text/css'/>
+      <![CDATA[<link href="https://fonts.googleapis.com/css?family=Mate+SC" type="text/css" rel="stylesheet" />]]>
     </head>
    
     <menu ref="parent"/>
diff --git a/apache-rat-plugin/src/site/site.xml b/apache-rat-plugin/src/site/site.xml
index 68a881f..2e8c4cb 100644
--- a/apache-rat-plugin/src/site/site.xml
+++ b/apache-rat-plugin/src/site/site.xml
@@ -20,10 +20,7 @@
          name="Apache Rat&trade; Plugin for Apache Maven">
   <body>
     <head>
-        <link 
-            href='http://fonts.googleapis.com/css?family=Mate+SC' 
-            rel='stylesheet' 
-            type='text/css'/>
+      <![CDATA[<link href="https://fonts.googleapis.com/css?family=Mate+SC" type="text/css" rel="stylesheet" />]]>
     </head>
   
     <menu ref="parent"/>
diff --git a/apache-rat-tasks/src/site/site.xml b/apache-rat-tasks/src/site/site.xml
index 1d90f0b..cb18813 100644
--- a/apache-rat-tasks/src/site/site.xml
+++ b/apache-rat-tasks/src/site/site.xml
@@ -20,10 +20,7 @@
          name="Apache Rat&trade; Task Library for Apache Ant">
   <body>  
     <head>
-        <link 
-            href='http://fonts.googleapis.com/css?family=Mate+SC' 
-            rel='stylesheet' 
-            type='text/css'/>
+       <![CDATA[<link href="https://fonts.googleapis.com/css?family=Mate+SC" type="text/css" rel="stylesheet" />]]>
     </head>
     
     <menu ref="parent"/>
diff --git a/apache-rat/src/site/site.xml b/apache-rat/src/site/site.xml
index e1fd449..799cbcf 100644
--- a/apache-rat/src/site/site.xml
+++ b/apache-rat/src/site/site.xml
@@ -20,10 +20,7 @@
          name="Apache Rat&trade;">
   <body>    
     <head>
-        <link 
-            href='http://fonts.googleapis.com/css?family=Mate+SC' 
-            rel='stylesheet' 
-            type='text/css'/>
+      <![CDATA[<link href="https://fonts.googleapis.com/css?family=Mate+SC" type="text/css" rel="stylesheet" />]]>
     </head>
   
     <menu ref="parent"/>
diff --git a/pom.xml b/pom.xml
index 528aacc..3e0d605 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@ agnostic home for software distribution comprehension and audit tools.
   <inceptionYear>2006</inceptionYear>
   <properties>
     <ant.version>1.9.14</ant.version>
-    <javaVersion>7</javaVersion>
+    <javaVersion>1.7</javaVersion>
     <maven.compiler.source>${javaVersion}</maven.compiler.source>
     <maven.compiler.target>${javaVersion}</maven.compiler.target>
     <!-- This is the version of Maven required to use the Rat Maven Plugin -->
@@ -73,7 +73,7 @@ agnostic home for software distribution comprehension and audit tools.
     <creadur.jira.id>RAT</creadur.jira.id>
     <!-- maven plugin versions -->
     <mavenPluginPluginVersion>3.3</mavenPluginPluginVersion>
-    <mavenChangesVersion>2.11</mavenChangesVersion>
+    <mavenChangesVersion>2.12.1</mavenChangesVersion>
     <previousRatVersion>0.13</previousRatVersion>
   </properties>
   <dependencyManagement>
@@ -202,7 +202,7 @@ agnostic home for software distribution comprehension and audit tools.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.10.4</version>
+        <version>3.1.0</version>
         <configuration>
           <tags>
             <tag>
@@ -235,25 +235,25 @@ agnostic home for software distribution comprehension and audit tools.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jxr-plugin</artifactId>
-        <version>2.4</version>
+        <version>2.5</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.1</version>
+        <version>3.12.0</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.7</version>
+        <version>3.0.0</version>
         <reportSets>
           <reportSet>
             <reports>
               <report>dependencies</report>
-              <report>project-team</report>
-              <report>mailing-list</report>
-              <report>issue-tracking</report>
-              <report>cim</report>
+              <report>team</report>
+              <report>mailing-lists</report>
+              <report>issue-management</report>
+              <report>ci-management</report>
               <!-- Do not enable the license report;
                    license links must only point to
                    http://www.apache.org/licenses/
@@ -268,7 +268,7 @@ agnostic home for software distribution comprehension and audit tools.
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
         <!-- Do not use property values here as this makes problem during release -->
-        <version>0.12</version>
+        <version>0.13</version>
       </plugin>
     </plugins>
   </reporting>
@@ -297,23 +297,23 @@ agnostic home for software distribution comprehension and audit tools.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.7.0</version>
+          <version>3.8.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.10.4</version>
+          <version>3.1.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>2.8</version>
+          <version>3.1.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pmd-plugin</artifactId>
           <!-- Later versions require Java 1.6+ -->
-          <version>3.1</version>
+          <version>3.12</version>
           <configuration>
             <targetJdk>${javaVersion}</targetJdk>
           </configuration>
@@ -321,7 +321,7 @@ agnostic home for software distribution comprehension and audit tools.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.4</version>
+          <version>3.7.1</version>
           <configuration>
             <relativizeDecorationLinks>false</relativizeDecorationLinks>
           </configuration>
@@ -330,7 +330,7 @@ agnostic home for software distribution comprehension and audit tools.
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <!-- Do not use property values here as this makes problem during release -->
-          <version>0.12</version>
+          <version>0.13</version>
           <dependencies><!--TODO remove exclusion when upgrading to new ASF parent or doxia release (RAT-158) -->
             <dependency>
               <groupId>org.apache.maven.doxia</groupId>
@@ -394,7 +394,7 @@ agnostic home for software distribution comprehension and audit tools.
         						<artifactId>
         							apache-rat-plugin
         						</artifactId>
-        						<versionRange>[0.12,)</versionRange>
+        						<versionRange>[0.13,)</versionRange>
         						<goals>
         							<goal>check</goal>
         						</goals>
@@ -473,7 +473,7 @@ agnostic home for software distribution comprehension and audit tools.
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>animal-sniffer-maven-plugin</artifactId>
-        <version>1.16</version>
+        <version>1.18</version>
         <executions>
           <execution>
             <!-- This checks the source code of our project -->
@@ -482,7 +482,7 @@ agnostic home for software distribution comprehension and audit tools.
               be changed manually when we decide to move to a higher version of
               Java
             -->
-            <id>check-java-1.6-compat</id>
+            <id>check-java-1.7-compat</id>
             <phase>process-classes</phase>
             <goals>
               <goal>check</goal>
@@ -490,7 +490,7 @@ agnostic home for software distribution comprehension and audit tools.
             <configuration>
               <signature>
                 <groupId>org.codehaus.mojo.signature</groupId>
-                <artifactId>java16</artifactId>
+                <artifactId>java17</artifactId>
                 <version>1.0</version>
               </signature>
             </configuration>
diff --git a/src/site/site.xml b/src/site/site.xml
index 0222f67..c12b28a 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -17,13 +17,14 @@
 -->
 <project xmlns="http://maven.apache.org/DECORATION/1.3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
-         name="Apache Rat&trade;">
+         name="Apache Rat&amp;trade;">
   <bannerLeft>
     <title>The Apache Software Foundation</title>
     <name>The Apache Software Foundation</name>
     <src>https://www.apache.org/img/asf_logo.png</src>
     <href>https://www.apache.org/</href>
   </bannerLeft>
+
   <poweredBy>
       <logo name="Maven"
             href="https://maven.apache.org/"
@@ -33,10 +34,7 @@
 
   <body>
     <head>
-      <link
-            href='https://fonts.googleapis.com/css?family=Mate+SC'
-            rel='stylesheet'
-            type='text/css'/>
+      <![CDATA[<link href="https://fonts.googleapis.com/css?family=Mate+SC" type="text/css" rel="stylesheet" />]]>
     </head>
 
     <breadcrumbs>
@@ -101,7 +99,7 @@
     <menu ref="modules"/>
     <menu ref="reports"/>
 
-    <footer>Copyright &copy; 2016 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
+    <footer>Copyright &amp;copy; 2016 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
       Apache Creadur, Creadur, Apache Rat, Apache Tentacles, Apache Whisker, Apache and the Apache feather logo are trademarks
       of The Apache Software Foundation.
       Oracle and Java are registered trademarks of Oracle and/or its affiliates.