This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 279b2f2 - maven-pmd-plugin 3.12.0 -> 3.13.0. - maven-surefire-plugin 3.0.0-M3 -> 3.0.0-M4. - japicmp-maven-plugin 0.14.1 -> 0.14.3. - jacoco-maven-plugin 0.8.4 -> 0.8.5. 279b2f2 is described below commit 279b2f2d1efa8b23506913938ed5e8c4e444776b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Apr 14 15:59:17 2020 -0400 - maven-pmd-plugin 3.12.0 -> 3.13.0. - maven-surefire-plugin 3.0.0-M3 -> 3.0.0-M4. - japicmp-maven-plugin 0.14.1 -> 0.14.3. - jacoco-maven-plugin 0.8.4 -> 0.8.5. --- pom.xml | 25 ++++--------------------- src/changes/changes.xml | 4 ++++ 2 files changed, 8 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index 897c896..4e73f86 100644 --- a/pom.xml +++ b/pom.xml @@ -65,14 +65,14 @@ <commons.jira.id>BCEL</commons.jira.id> <commons.jira.pid>12314220</commons.jira.pid> <commons.findbugs.version>3.0.5</commons.findbugs.version> - <commons.surefire.version>3.0.0-M3</commons.surefire.version> + <commons.surefire.version>3.0.0-M4</commons.surefire.version> <checkstyle.plugin.version>3.1.0</checkstyle.plugin.version> <commons.clirr.version>2.8</commons.clirr.version> <jna.version>5.5.0</jna.version> - <commons.japicmp.version>0.14.1</commons.japicmp.version> + <commons.japicmp.version>0.14.3</commons.japicmp.version> <japicmp.skip>false</japicmp.skip> <clirr.skip>true</clirr.skip> - <commons.jacoco.version>0.8.4</commons.jacoco.version> + <commons.jacoco.version>0.8.5</commons.jacoco.version> </properties> <!-- Cannot be added to Commons Parent, see https://issues.apache.org/jira/browse/COMMONSSITE-26 --> @@ -364,23 +364,6 @@ <reporting> <plugins> - <!-- - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jardiff-maven-plugin</artifactId> - <configuration> - <artifacts> - <artifact> - <version>5.2</version> - </artifact> - <artifact> - <groupId>bcel</groupId> - <version>5.1</version> - </artifact> - </artifacts> - </configuration> - </plugin> - --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> @@ -403,7 +386,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>3.12.0</version> + <version>3.13.0</version> <configuration> <targetJdk>${maven.compiler.target}</targetJdk> <linkXref>true</linkXref> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ddc475b..2b05d82 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -71,6 +71,10 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">Update JUnit from 4.12 to 4.13.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from Apache Commons Lang 3.9 to 3.10.</action> <action issue="BCEL-336" type="update" dev="ggregory" due-to="Tomo Suzuki, Gary Gregory">MethodGen throws NullPointerException upon Invalid Class File Missing Constructor Body.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">maven-pmd-plugin 3.12.0 -> 3.13.0.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">maven-surefire-plugin 3.0.0-M3 -> 3.0.0-M4.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">japicmp-maven-plugin 0.14.1 -> 0.14.3.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">jacoco-maven-plugin 0.8.4 -> 0.8.5.</action> </release> <release version="6.4.1" date="2019-09-26" description="Bug fix release."> <action issue="BCEL-328" type="fix" dev="ggregory" due-to="Gary Gregory, Mark Roberts">java.util.EmptyStackException at org.apache.bcel.classfile.DescendingVisitor.visitModule (DescendingVisitor.java:592).</action>