Author: gk
Date: Tue Jul 16 11:56:00 2019
New Revision: 1863129
URL: http://svn.apache.org/viewvc?rev=1863129&view=rev
Log:
- update owasp plugin version to 5.1.1
- update property turbine.log4j2.version to 2.12.0
- update changes.xml
Modified:
turbine/maven/turbine-parent/trunk/pom.xml
turbine/maven/turbine-parent/trunk/src/changes/changes.xml
Modified: turbine/maven/turbine-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/pom.xml?rev=1863129&r1=1863128&r2=1863129&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/pom.xml (original)
+++ turbine/maven/turbine-parent/trunk/pom.xml Tue Jul 16 11:56:00 2019
@@ -420,7 +420,10 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
- <version>5.0.0-M1</version><!-- requires mvn version > 3.3! For
older version try to check v 3.2.1 or 3.1.2 -->
+ <version>5.1.1</version><!--
+ - find all configuration parameters here:
https://jeremylong.github.io/DependencyCheck/dependency-check-maven/.
+ - if process hangs up, check or remove all files including
odc.mv.db in maven repo in folder org\owasp\dependency-check-data\4.0\.
+ - requires mvn version > 3.3! For older version try to check v
3.2.1 or 3.1.2 -->
<executions>
<execution>
<goals>
@@ -430,6 +433,10 @@
</executions>
<configuration>
<skip>${dependency.check.skip}</skip>
+ <!--autoUpdate>false</autoUpdate-->
+ <!--suppressionFiles>
+
<suppressionFile>${project.basedir}/suppression-owasp-fp.xml</suppressionFile>
+ </suppressionFiles-->
</configuration>
</plugin>
<!-- jacoco is skipped by default -->
@@ -541,7 +548,7 @@
<turbine.findbugs.version>3.0.3</turbine.findbugs.version>
<turbine.jacoco.version>0.8.4</turbine.jacoco.version>
<!-- may replace local settings -->
- <turbine.log4j2.version>2.11.2</turbine.log4j2.version>
+ <turbine.log4j2.version>2.12.0</turbine.log4j2.version>
<turbine.jacoco.skip>true</turbine.jacoco.skip>
<!--
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=1863129&r1=1863128&r2=1863129&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/src/changes/changes.xml (original)
+++ turbine/maven/turbine-parent/trunk/src/changes/changes.xml Tue Jul 16
11:56:00 2019
@@ -25,11 +25,17 @@
<body>
<release version="6" date="in SVN">
+ <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
+ </action>
<action dev="painter" type="update" date="2019-04-24">
- Update PMD plugin to 3.12.0
</action>
<action dev="gk" type="update" date="2019-01-11">
- - Update Surefire to 3.0.0 M3
+ - Update Surefire to 3.0.0 M3,
+ - add (optional)jacoco plugin version 0.8.4, ${turbine.jacoco.skip} =
true by default
+ - Update Javadoc to 3.1.0, Java compiler to 3.8.0, wagon-ssh to 3.3.2
</action>
</release>
<release version="5" date="2018-10-30">