- update surefire to 3.0.0-M5
- update site, changes

git-svn-id: https://svn.apache.org/repos/asf/turbine/maven/turbine-parent/trunk@1879693 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 4eda0bc..3276bfa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -584,8 +584,8 @@
 

     <!-- Plugin versions (allows same value in reporting and build sections) -->

     <turbine.compiler.version>3.8.1</turbine.compiler.version>

-    <turbine.surefire.version>3.0.0-M4</turbine.surefire.version>

-    <turbine.surefire-report.version>3.0.0-M4</turbine.surefire-report.version>

+    <turbine.surefire.version>3.0.0-M5</turbine.surefire.version>

+    <turbine.surefire-report.version>3.0.0-M5</turbine.surefire-report.version>

     <turbine.javadoc.version>3.2.0</turbine.javadoc.version>

     <turbine.rat.version>0.13</turbine.rat.version>

     <turbine.changes.version>2.12.1</turbine.changes.version>

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5eb3c2f..5570392 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,30 @@
   </properties>
 
   <body>
-    <release version="6" date="in SVN">
+  <release version="8" date="in SVN"> 
+       <action dev="gk" type="update" date="2020-07-09">
+         -     surefire to 3.0.0-M5
+      </action> 
+  </release>
+  <release version="7" date="2020-06-26">
+      <action dev="gk" type="update" date="2020-06-15">
+        Updated plugins:
+         - javadoc plugin to 3.2.0, 
+         - site plugin  to 3.8.2, 
+         - patch updates for plugins compiler to 3.8.1, findbugs to 3.0.5, rat to 0.13
+         - surefire plugin to 3.0.0-M4
+      </action> 
+      <action dev="gk" type="update" date="2020-06-12">
+       - update org.owasp dependency-check-maven plugin to 5.3.3, 
+       - log4j2 to 2.13.3
+       - add cobertura profile to include if needed, activate jacoco by default
+       - add java12 profile
+      </action>
+       <action dev="gk" type="update" date="2020-02-28">
+        - update parent: apache parent from 20 to2 3
+      </action>          
+     </release>
+    <release version="6" date="2019-07-16">
       <action dev="gk" type="update" date="2019-01-11">
          - moved Owasp 5.1.1 plugin from Turbine Core/Fulcrum components
          - define ${turbine.log4j2.version}, currently 2.12.0
diff --git a/src/site/site.xml b/src/site/site.xml
index 25eaaa8..e1aef9e 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,25 +21,25 @@
   <bannerLeft>
     <name>Apache Turbine</name>
     <alt>Apache Turbine</alt>
-    <src>http://turbine.apache.org/images/turbine-project.png</src>
-    <href>http://turbine.apache.org/</href>
+    <src>https://turbine.apache.org/images/turbine-project.png</src>
+    <href>https://turbine.apache.org/</href>
   </bannerLeft>
   <publishDate format="dd MMMM yyyy" position="left" />
   <version position="left" />
   <body>
     <links>
-      <item name="Apache"  href="http://www.apache.org"/>
-      <item name="Turbine" href="http://turbine.apache.org/" />      
-      <item name="Fulcrum" href="http://turbine.apache.org/fulcrum/" />
+      <item name="Apache"  href="https://www.apache.org"/>
+      <item name="Turbine" href="https://turbine.apache.org/" />      
+      <item name="Fulcrum" href="https://turbine.apache.org/fulcrum/" />
     </links>
     <menu ref="reports" inherit="bottom" />
     <menu name="Apache" inherit="bottom">
-        <item name="Apache Website"     href="http://www.apache.org/"/>
-        <item name="License"            href="http://www.apache.org/licenses/" />
-        <item name="How the ASF works"  href="http://www.apache.org/foundation/how-it-works.html"/>
-        <item name="Sponsorship"        href="http://www.apache.org/foundation/sponsorship.html" />
-        <item name="Thanks"             href="http://www.apache.org/foundation/thanks.html" />
-        <item name="Security"           href="http://www.apache.org/security/" />
+        <item name="Apache Website"     href="https://www.apache.org/"/>
+        <item name="License"            href="https://www.apache.org/licenses/" />
+        <item name="How the ASF works"  href="https://www.apache.org/foundation/how-it-works.html"/>
+        <item name="Sponsorship"        href="https://www.apache.org/foundation/sponsorship.html" />
+        <item name="Thanks"             href="https://www.apache.org/foundation/thanks.html" />
+        <item name="Security"           href="https://www.apache.org/security/" />
     </menu>
   </body>
 </project>