Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AB7E318C69 for ; Mon, 25 Apr 2016 06:16:57 +0000 (UTC) Received: (qmail 1394 invoked by uid 500); 25 Apr 2016 06:16:57 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 1318 invoked by uid 500); 25 Apr 2016 06:16:57 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 1308 invoked by uid 99); 25 Apr 2016 06:16:57 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Apr 2016 06:16:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5ED91DFE61; Mon, 25 Apr 2016 06:16:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sdp@apache.org To: commits@commons.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: commons-crypto git commit: CRYPTO-4: Update pom.xml of Crypto to use Apache commons parent Date: Mon, 25 Apr 2016 06:16:57 +0000 (UTC) Repository: commons-crypto Updated Branches: refs/heads/master 8f888a572 -> 6c6c2b0fe CRYPTO-4: Update pom.xml of Crypto to use Apache commons parent Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/6c6c2b0f Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/6c6c2b0f Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/6c6c2b0f Branch: refs/heads/master Commit: 6c6c2b0febd5623af0a07286edd4ecaf192cf131 Parents: 8f888a5 Author: Jia Ke Authored: Mon Apr 25 13:56:40 2016 +0800 Committer: Sun Dapeng Committed: Mon Apr 25 14:11:18 2016 +0800 ---------------------------------------------------------------------- pom.xml | 233 ++++++++++++++++++++++++++++------------------------------- 1 file changed, 111 insertions(+), 122 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/6c6c2b0f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 03f52e4..479e3b0 100644 --- a/pom.xml +++ b/pom.xml @@ -13,18 +13,106 @@ limitations under the License. See accompanying LICENSE file. --> + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 +http://maven.apache.org/maven-v4_0_0.xsd"> + + org.apache.commons + commons-parent + 39 + 4.0.0 org.apache.commons commons-crypto jar - chimera: A fast encryption/decryption library + + 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. + Developers can use it to implement high performance AES encryption/decryption with the minimum + code and effort. Please note that Crypto doesn't implement the cryptographic algorithm such as + AES directly. It wraps to Openssl or JCE which implement the algorithms. + 1.0.0-SNAPSHOT - chimera - https://github.com/intel-hadoop/chimera - + Apache Commons Crypto + 2016 + http://commons.apache.org/proper/commons-crypto + + jira + http://issues.apache.org/jira/browse/CRYPTO + + + + scm:git:http://git-wip-us.apache.org/repos/asf/commons-crypto.git + + + scm:git:https://git-wip-us.apache.org/repos/asf/commons-crypto.git + + + https://git-wip-us.apache.org/repos/asf?p=commons-crypto.git + + + + + Aaron T Myers + atm@apache.org + atm + + + Andrew Wang + wang@apache.org + wang + + + Chris Nauroth + cnauroth@apache.org + cnauroth + + + Colin P. McCabe + cmccabe@apache.org + cmccabe + + + Dapeng Sun + sdp@apache.org + sdp + + + Dian Fu + dianfu@apache.org + dianfu + + + Dong Chen + dongc@apache.org + dongc + + + Ferdinand Xu + xuf@apache.org + xuf + + + Haifeng Chen + haifengchen@apache.org + haifengchen + + + Marcelo Vanzin + vanzin@apache.org + vanzin + + + Uma Maheswara Rao G + umamahesh@apache.org + umamahesh + + + Yi Liu + yliu@apache.org + yliu + + findbugs @@ -173,10 +203,10 @@ findbugs-exclude.xml + Enables analysis which takes more memory but finds more bugs. + If you run out of memory, changes the value of the effort element + to 'Low'. + --> Max true Low @@ -196,41 +226,12 @@ - Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt - - - dianfu - Dian Fu - dian.fu@intel.com - Intel - - Chief Developer - - +8 - - - chengxu - Ferdinand Xu - xuf@apache.org - Intel - - Developer - - +8 - - - - - scm:git@github.com:intel-hadoop/chimera.git - scm:git:git@github.com:intel-hadoop/chimera.git - git@github.com:intel-hadoop/chimera.git - @@ -282,8 +283,8 @@ maven-compiler-plugin ${maven-compiler-plugin.version} - ${javac.version} - ${javac.version} + ${maven.compiler.source} + ${maven.compiler.target} @@ -333,18 +334,6 @@ - - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - junit