Author: chtompki
Date: Tue Mar  6 16:25:44 2018
New Revision: 1825999

URL: http://svn.apache.org/viewvc?rev=1825999&view=rev
Log:
COMMONSSITE-106: spotbugs-maven-plugin version 3.1.3 added

Modified:
    commons/proper/commons-parent/trunk/RELEASE-NOTES.txt
    commons/proper/commons-parent/trunk/pom.xml
    commons/proper/commons-parent/trunk/src/changes/changes.xml

Modified: commons/proper/commons-parent/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/RELEASE-NOTES.txt?rev=1825999&r1=1825998&r2=1825999&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Tue Mar  6 16:25:44 
2018
@@ -12,6 +12,7 @@ Changes in this version include:
 New features:
 o new profile module-name to add 'Automatic-Module-Name' entry to the manifest
 o COMMONSSITE-105: Add commons-release-plugin version 1.1
+o COMMONSSITE-106: Add spotbugs-maven-plugin version 3.1.3
 
 
 Changes:

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1825999&r1=1825998&r2=1825999&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Mar  6 16:25:44 2018
@@ -52,6 +52,7 @@
     - Fix japicmp config: add to reporting section and define 
ignoreMissingNewVersion explicitly
     - org.apache:apache 18 -> 19
     - add commons-release-plugin:1.1
+    - add spotbugs-maven-plugin: 3.1.3
 
   -->
 
@@ -1588,6 +1589,7 @@
         <maven.javadoc.skip>true</maven.javadoc.skip>
         <cobertura.skip>true</cobertura.skip>
         <findbugs.skip>true</findbugs.skip>
+        <spotbugs.skip>true</spotbugs.skip>
         <checkstyle.skip>true</checkstyle.skip>
         <clirr.skip>true</clirr.skip>
         <changes.jira.skip>true</changes.jira.skip>
@@ -1729,6 +1731,7 @@
     <commons.compiler.version>3.7.0</commons.compiler.version>
     <commons.scm-publish.version>1.1</commons.scm-publish.version>
     <commons.findbugs.version>3.0.5</commons.findbugs.version>
+    <commons.spotbugs.version>3.1.3</commons.spotbugs.version>
     <commons.felix.version>3.5.0</commons.felix.version>
     <commons.build-helper.version>3.0.0</commons.build-helper.version>
     <commons.animal-sniffer.version>1.16</commons.animal-sniffer.version>

Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1825999&r1=1825998&r2=1825999&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Tue Mar  6 
16:25:44 2018
@@ -68,6 +68,7 @@ The <action> type attribute can be add,u
             <action type="update">Fix japicmp config: add to reporting section 
and define ignoreMissingNewVersion explicitly</action>
             <action type="update">org.apache:apache 18 -> 19</action>
             <action type="add">COMMONSSITE-105: Add commons-release-plugin 
version 1.1</action>
+            <action type="add">COMMONSSITE-106: Add spotbugs-maven-plugin 
version 3.1.3</action>
         </release>
 
         <release version="43" date="2018-01-02" description="Updates plugins 
and generally requires Java 7.">


Reply via email to