Repository: commons-crypto Updated Branches: refs/heads/master 87586f391 -> 44301e06c
Fix mess I created in last commit Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/44301e06 Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/44301e06 Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/44301e06 Branch: refs/heads/master Commit: 44301e06c576c054edc17e399f7e4fb8a90c5051 Parents: 87586f3 Author: Benedikt Ritter <[email protected]> Authored: Sat Nov 26 10:18:29 2016 +0100 Committer: Benedikt Ritter <[email protected]> Committed: Sat Nov 26 10:18:29 2016 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/44301e06/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 01d9b9b..c3f3e09 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <version>1.1.0-SNAPSHOT</version> <packaging>jar</packaging> - <name>Apache Commons Crypto</name>> + <name>Apache Commons Crypto</name> <description> Apache Commons Crypto is a cryptographic library optimized with AES-NI (Advanced Encryption Standard New Instructions). It provides Java API for both cipher level and Java stream level.
