Author: gk
Date: Thu Jul  9 09:55:31 2020
New Revision: 1879693

URL: http://svn.apache.org/viewvc?rev=1879693&view=rev
Log:
- update surefire to 3.0.0-M5
- update site, changes

Modified:
    turbine/maven/turbine-parent/trunk/pom.xml
    turbine/maven/turbine-parent/trunk/src/changes/changes.xml
    turbine/maven/turbine-parent/trunk/src/site/site.xml

Modified: turbine/maven/turbine-parent/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/pom.xml?rev=1879693&r1=1879692&r2=1879693&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/pom.xml (original)
+++ turbine/maven/turbine-parent/trunk/pom.xml Thu Jul  9 09:55:31 2020
@@ -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>

Modified: turbine/maven/turbine-parent/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/src/changes/changes.xml?rev=1879693&r1=1879692&r2=1879693&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/src/changes/changes.xml (original)
+++ turbine/maven/turbine-parent/trunk/src/changes/changes.xml Thu Jul  9 
09:55:31 2020
@@ -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

Modified: turbine/maven/turbine-parent/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/src/site/site.xml?rev=1879693&r1=1879692&r2=1879693&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/src/site/site.xml (original)
+++ turbine/maven/turbine-parent/trunk/src/site/site.xml Thu Jul  9 09:55:31 
2020
@@ -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>


Reply via email to