Repository: commons-compress Updated Branches: refs/heads/master b3d0c2683 -> 1bc62d6e3
no reason to specify newVersion in japicmp Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/1bc62d6e Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/1bc62d6e Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/1bc62d6e Branch: refs/heads/master Commit: 1bc62d6e37cbc8abcffc26fd20c96e3ae654871b Parents: b3d0c26 Author: Stefan Bodewig <bode...@apache.org> Authored: Thu Dec 22 08:34:00 2016 +0100 Committer: Stefan Bodewig <bode...@apache.org> Committed: Thu Dec 22 08:34:00 2016 +0100 ---------------------------------------------------------------------- pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/1bc62d6e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1bcffc8..617502f 100644 --- a/pom.xml +++ b/pom.xml @@ -213,11 +213,6 @@ jar, tar, zip, dump, 7z, arj. <artifactId>japicmp-maven-plugin</artifactId> <version>${commons.japicmp.version}</version> <configuration> - <newVersion> - <file> - <path>${project.build.directory}/${project.artifactId}-${project.version}.${project.packaging}</path> - </file> - </newVersion> <parameter> <onlyModified>true</onlyModified> <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>