Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 98CE9200B4A for ; Wed, 20 Jul 2016 23:38:19 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 97695160A5B; Wed, 20 Jul 2016 21:38:19 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DF93B160A64 for ; Wed, 20 Jul 2016 23:38:18 +0200 (CEST) Received: (qmail 71937 invoked by uid 500); 20 Jul 2016 21:38:18 -0000 Mailing-List: contact commits-help@archiva.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@archiva.apache.org Delivered-To: mailing list commits@archiva.apache.org Received: (qmail 71928 invoked by uid 99); 20 Jul 2016 21:38:17 -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; Wed, 20 Jul 2016 21:38:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D357AE04BA; Wed, 20 Jul 2016 21:38:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: olamy@apache.org To: commits@archiva.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: archiva-redback-core git commit: [MRM-1827] Redback core fail with jdk 1.7 (compiler target 1.7) use new bcel 6.0 Date: Wed, 20 Jul 2016 21:38:17 +0000 (UTC) archived-at: Wed, 20 Jul 2016 21:38:19 -0000 Repository: archiva-redback-core Updated Branches: refs/heads/master 3d266df48 -> e2909f295 [MRM-1827] Redback core fail with jdk 1.7 (compiler target 1.7) use new bcel 6.0 Project: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/commit/e2909f29 Tree: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/tree/e2909f29 Diff: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/diff/e2909f29 Branch: refs/heads/master Commit: e2909f295665a6de9311a8f33bc79230fe5190c9 Parents: 3d266df Author: olivier lamy Authored: Wed Jul 20 23:37:47 2016 +0200 Committer: olivier lamy Committed: Wed Jul 20 23:37:47 2016 +0200 ---------------------------------------------------------------------- pom.xml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/e2909f29/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5bab187..4a440bd 100644 --- a/pom.xml +++ b/pom.xml @@ -101,7 +101,6 @@ true - apache.snapshots https://repository.apache.org/content/groups/snapshots-group @@ -112,7 +111,6 @@ true - @@ -682,20 +680,26 @@ - - + org.apache.maven.plugins maven-compiler-plugin - 1.6 - 1.6 + 1.7 + 1.7 org.codehaus.mojo jpox-maven-plugin 1.1.7 + + + org.apache.bcel + bcel + 6.0 + + org.codehaus.modello