You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/09/21 00:12:01 UTC

svn commit: r1841523 - in /commons/proper/commons-parent/trunk: pom.xml src/changes/changes.xml

Author: ggregory
Date: Fri Sep 21 00:12:01 2018
New Revision: 1841523

URL: http://svn.apache.org/viewvc?rev=1841523&view=rev
Log:
org.jacoco:jacoco-maven-plugin 0.8.1 -> 0.8.2 (Java 11)

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

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1841523&r1=1841522&r2=1841523&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Fri Sep 21 00:12:01 2018
@@ -1665,7 +1665,7 @@
     <commons.jar-plugin.version>3.1.0</commons.jar-plugin.version>
     <commons.assembly-plugin.version>3.1.0</commons.assembly-plugin.version>
     <commons.site-plugin.version>3.7.1</commons.site-plugin.version>
-    <commons.jacoco.version>0.8.1</commons.jacoco.version>
+    <commons.jacoco.version>0.8.2</commons.jacoco.version>
     <commons.cobertura.version>2.7</commons.cobertura.version>
     <commons.coveralls.version>4.3.0</commons.coveralls.version>
     <commons.coveralls.timestampFormat>EpochMillis</commons.coveralls.timestampFormat>

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=1841523&r1=1841522&r2=1841523&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Fri Sep 21 00:12:01 2018
@@ -71,6 +71,7 @@ The <action> type attribute can be add,u
                 presence of the file src/site/resources/profile.japicmp
                 - org.apache.felix:maven-bundle-plugin 3.5.0 -> 3.5.1</action>
             <action type="update">org.apache.felix:maven-bundle-plugin 3.5.0 -> 3.5.1</action>
+            <action type="update">org.jacoco:jacoco-maven-plugin 0.8.1 -> 0.8.2 (Java 11)</action>
         </release>
 
         <release version="47" date="2018-07-02" description="Release version 47">