Return-Path: X-Original-To: apmail-archiva-commits-archive@www.apache.org Delivered-To: apmail-archiva-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BDA7817E29 for ; Sat, 7 Feb 2015 11:57:20 +0000 (UTC) Received: (qmail 7690 invoked by uid 500); 7 Feb 2015 11:57:20 -0000 Delivered-To: apmail-archiva-commits-archive@archiva.apache.org Received: (qmail 7654 invoked by uid 500); 7 Feb 2015 11:57:20 -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 7645 invoked by uid 99); 7 Feb 2015 11:57:20 -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; Sat, 07 Feb 2015 11:57:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5D1B8E0120; Sat, 7 Feb 2015 11:57:20 +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: <9c76476928ac4d4ea7aa03f9340e4a79@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: archiva-redback-core git commit: upgrade javax ws rs dependency Date: Sat, 7 Feb 2015 11:57:20 +0000 (UTC) Repository: archiva-redback-core Updated Branches: refs/heads/master 47cd662af -> 458bcde3c upgrade javax ws rs dependency 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/458bcde3 Tree: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/tree/458bcde3 Diff: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/diff/458bcde3 Branch: refs/heads/master Commit: 458bcde3c786f86a7b00ebb91dc92d6f3a9b641b Parents: 47cd662 Author: Olivier Lamy Authored: Sat Feb 7 22:57:11 2015 +1100 Committer: Olivier Lamy Committed: Sat Feb 7 22:57:11 2015 +1100 ---------------------------------------------------------------------- pom.xml | 4 ++-- redback-integrations/redback-rest/redback-rest-api/pom.xml | 2 +- redback-integrations/redback-rest/redback-rest-services/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/458bcde3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index da8f481..3b7ab65 100644 --- a/pom.xml +++ b/pom.xml @@ -605,8 +605,8 @@ javax.ws.rs - jsr311-api - 1.1.1 + javax.ws.rs-api + 2.0 http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/458bcde3/redback-integrations/redback-rest/redback-rest-services/pom.xml ---------------------------------------------------------------------- diff --git a/redback-integrations/redback-rest/redback-rest-services/pom.xml b/redback-integrations/redback-rest/redback-rest-services/pom.xml index d7c21cc..d8516ab 100644 --- a/redback-integrations/redback-rest/redback-rest-services/pom.xml +++ b/redback-integrations/redback-rest/redback-rest-services/pom.xml @@ -105,7 +105,7 @@ javax.ws.rs - jsr311-api + javax.ws.rs-api