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 81E54200BA1 for ; Mon, 17 Oct 2016 20:55:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 80973160AEC; Mon, 17 Oct 2016 18:55:20 +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 92489160AFE for ; Mon, 17 Oct 2016 20:55:19 +0200 (CEST) Received: (qmail 51825 invoked by uid 500); 17 Oct 2016 18:55:18 -0000 Mailing-List: contact commits-help@tamaya.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tamaya.incubator.apache.org Delivered-To: mailing list commits@tamaya.incubator.apache.org Received: (qmail 51631 invoked by uid 99); 17 Oct 2016 18:55:18 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2016 18:55:18 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 38146C2234 for ; Mon, 17 Oct 2016 18:55:18 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id QNY4evlqhOGg for ; Mon, 17 Oct 2016 18:55:17 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 666A95FC94 for ; Mon, 17 Oct 2016 18:55:16 +0000 (UTC) Received: (qmail 50588 invoked by uid 99); 17 Oct 2016 18:55:14 -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, 17 Oct 2016 18:55:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 10832F12EF; Mon, 17 Oct 2016 18:55:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pottlinger@apache.org To: commits@tamaya.incubator.apache.org Date: Mon, 17 Oct 2016 18:55:21 -0000 Message-Id: <3eaf6368a24345ad8e2251016c4a1336@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [09/50] [abbrv] incubator-tamaya-extensions git commit: TAMAYA-113: Remove Java 8 related parts - basic work done. archived-at: Mon, 17 Oct 2016 18:55:20 -0000 TAMAYA-113: Remove Java 8 related parts - basic work done. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/25d1b3e6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/25d1b3e6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/25d1b3e6 Branch: refs/heads/master Commit: 25d1b3e68d1f022b36be3ab07c204d4b7d6ed7c7 Parents: 9c7f405 Author: anatole Authored: Tue Sep 29 01:31:22 2015 +0200 Committer: Oliver B. Fischer Committed: Tue Sep 27 00:18:31 2016 +0200 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/25d1b3e6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 74c9b22..a9f7e92 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ under the License. org.apache.tamaya - tamaya-java7-api + tamaya-api ${project.version} provided @@ -47,7 +47,7 @@ under the License. org.apache.tamaya - tamaya-java7-core + tamaya-core ${project.version} provided