Repository: commons-crypto Updated Branches: refs/heads/master c0df81587 -> 2bcfd1b67
CRYPTO-25: Add download_crypto.cgi to exclude list of rat check Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/2bcfd1b6 Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/2bcfd1b6 Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/2bcfd1b6 Branch: refs/heads/master Commit: 2bcfd1b670724f72f927f7eae17d63129c3bbaa8 Parents: c0df815 Author: Sun Dapeng <s...@apache.org> Authored: Tue Apr 26 14:09:34 2016 +0800 Committer: Sun Dapeng <s...@apache.org> Committed: Tue Apr 26 14:09:34 2016 +0800 ---------------------------------------------------------------------- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/2bcfd1b6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 479e3b0..6522e9f 100644 --- a/pom.xml +++ b/pom.xml @@ -124,7 +124,6 @@ http://maven.apache.org/maven-v4_0_0.xsd"> <maven-source-plugin.version>2.3</maven-source-plugin.version> <maven-compiler-plugin.version>3.1</maven-compiler-plugin.version> <findbugs-maven-plugin.version>3.0.2</findbugs-maven-plugin.version> - <apache-rat-plugin.version>0.11</apache-rat-plugin.version> <junit.version>4.8.2</junit.version> <commons-logging.version>1.1.3</commons-logging.version> <slf4j-api.version>1.7.10</slf4j-api.version> @@ -314,7 +313,7 @@ http://maven.apache.org/maven-v4_0_0.xsd"> <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>${apache-rat-plugin.version}</version> + <version>${commons.rat.version}</version> <configuration> <excludes> <exclude>*.cache</exclude>