Skip to content

Commit bd40de8

Browse files
committed
Don't skip JaCoCo, skip Clirr now that we have JApiCmp.
Bump maven-pmd-plugin from 3.13.0 to 3.14.0.
1 parent b98cd31 commit bd40de8

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,10 @@ limitations under the License.
263263
<commons.javadoc.version>3.3.0</commons.javadoc.version>
264264
<commons.surefire-report.version>3.0.0-M5</commons.surefire-report.version>
265265
<commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>
266+
<commons.pmd.version>3.14.0</commons.pmd.version>
266267
<japicmp.skip>false</japicmp.skip>
268+
<jacoco.skip>false</jacoco.skip>
269+
<clirr.skip>true</clirr.skip>
267270

268271
<!-- Commons Release Plugin -->
269272
<commons.bc.version>1.15</commons.bc.version>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
6060
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump maven-surefire-plugin from 2.22.2 to 3.0.0-M5.</action>
6161
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump maven-javadoc-plugin from 3.2.0 to 3.3.0.</action>
6262
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump animal-sniffer-maven-plugin from 1.19 to 1.20.</action>
63+
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump maven-pmd-plugin from 3.13.0 to 3.14.0.</action>
6364
</release>
6465

6566
<release version="1.15" date="2020-09-01" description="Feature and fix release.">

0 commit comments

Comments
 (0)