Repository: commons-crypto Updated Branches: refs/heads/master 158be0644 -> de5423477
(chore) adding commons.module.name to pom Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/de542347 Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/de542347 Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/de542347 Branch: refs/heads/master Commit: de542347724ec8d53268fce7e553dadc60530940 Parents: 158be06 Author: Rob Tompkins <[email protected]> Authored: Sat May 27 20:28:13 2017 -0400 Committer: Rob Tompkins <[email protected]> Committed: Sat May 27 20:28:13 2017 -0400 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/de542347/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c3f3e09..b1f0ac1 100644 --- a/pom.xml +++ b/pom.xml @@ -112,6 +112,7 @@ The following provides more details on the included cryptographic software: <properties> <commons.componentid>crypto</commons.componentid> + <commons.module.name>org.apache.commons.crypto</commons.module.name> <commons.release.version>1.0.0</commons.release.version> <commons.release.desc>(Requires Java ${maven.compiler.target} or later)</commons.release.desc> <commons.rc.version>RC1</commons.rc.version>
