Repository: commons-imaging Updated Branches: refs/heads/release cbed29e32 -> 149d068a3
Add settings for the new commons-release-plugin Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/149d068a Tree: http://git-wip-us.apache.org/repos/asf/commons-imaging/tree/149d068a Diff: http://git-wip-us.apache.org/repos/asf/commons-imaging/diff/149d068a Branch: refs/heads/release Commit: 149d068a31782ca16980f77571b529954d633d4e Parents: cbed29e Author: Bruno P. Kinoshita <[email protected]> Authored: Tue Oct 30 20:51:22 2018 +1300 Committer: Bruno P. Kinoshita <[email protected]> Committed: Tue Oct 30 20:51:22 2018 +1300 ---------------------------------------------------------------------- pom.xml | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/149d068a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 06a96a7..e8c2f7f 100644 --- a/pom.xml +++ b/pom.xml @@ -44,22 +44,45 @@ <properties> <argLine>-Xmx512m</argLine> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.target>1.7</maven.compiler.target> + <commons.componentid>imaging</commons.componentid> <commons.module.name>org.apache.commons.imaging</commons.module.name> + <commons.release.version>1.0-alpha1</commons.release.version> <commons.rc.version>RC1</commons.rc.version> + <commons.jira.id>IMAGING</commons.jira.id> <commons.jira.pid>12313421</commons.jira.pid> + <commons.osgi.export>org.apache.commons.imaging.*;version=${project.version};-noimport:=true</commons.osgi.export> + <commons.site.path>imaging</commons.site.path> <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-imaging</commons.scmPubUrl> <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version> + <checkstyle.version>8.13</checkstyle.version> + + <spotbugs.plugin.version>3.1.6</spotbugs.plugin.version> + + <!-- generate report even if there are binary incompatible changes --> + <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications> + <!-- 0.12.0 dies with a NullPointerException --> + <commons.japicmp.version>0.13.0</commons.japicmp.version> + <japicmp.skip>false</japicmp.skip> + + <!-- Commons Release Plugin --> <commons.encoding>utf-8</commons.encoding> + <commons.bc.version>1.5</commons.bc.version> + <commons.release-plugin.version>1.4</commons.release-plugin.version> + <commons.release.isDistModule>true</commons.release.isDistModule> + <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl> + <commons.releaseManagerName>Bruno P. Kinoshita</commons.releaseManagerName> + <commons.releaseManagerKey>33C6E01240C5468C2B7A556954E2764B48A42DF0</commons.releaseManagerKey> </properties> <scm>
