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 B40B610843 for ; Fri, 22 Nov 2013 03:38:58 +0000 (UTC) Received: (qmail 24436 invoked by uid 500); 22 Nov 2013 03:38:54 -0000 Delivered-To: apmail-archiva-commits-archive@archiva.apache.org Received: (qmail 24360 invoked by uid 500); 22 Nov 2013 03:38:49 -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 24352 invoked by uid 99); 22 Nov 2013 03:38:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Nov 2013 03:38:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Nov 2013 03:38:45 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 481E22388B1B; Fri, 22 Nov 2013 03:38:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1544402 - in /archiva/redback/redback-core/trunk: ./ redback-keys/redback-keys-providers/redback-keys-cached/ redback-rbac/redback-rbac-providers/redback-rbac-cached/ redback-rbac/redback-rbac-providers/redback-rbac-ldap/ redback-users/red... Date: Fri, 22 Nov 2013 03:38:24 -0000 To: commits@archiva.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131122033824.481E22388B1B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olamy Date: Fri Nov 22 03:38:23 2013 New Revision: 1544402 URL: http://svn.apache.org/r1544402 Log: upgrade ehcache version Modified: archiva/redback/redback-core/trunk/pom.xml archiva/redback/redback-core/trunk/redback-keys/redback-keys-providers/redback-keys-cached/pom.xml archiva/redback/redback-core/trunk/redback-rbac/redback-rbac-providers/redback-rbac-cached/pom.xml archiva/redback/redback-core/trunk/redback-rbac/redback-rbac-providers/redback-rbac-ldap/pom.xml archiva/redback/redback-core/trunk/redback-users/redback-users-providers/redback-users-cached/pom.xml Modified: archiva/redback/redback-core/trunk/pom.xml URL: http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/pom.xml?rev=1544402&r1=1544401&r2=1544402&view=diff ============================================================================== --- archiva/redback/redback-core/trunk/pom.xml (original) +++ archiva/redback/redback-core/trunk/pom.xml Fri Nov 22 03:38:23 2013 @@ -332,17 +332,17 @@ org.apache.archiva.redback.components.cache spring-cache-api - 2.1 + 2.2-SNAPSHOT org.apache.archiva.redback.components.cache spring-cache-ehcache - 2.1 + 2.2-SNAPSHOT net.sf.ehcache - ehcache-core - 2.6.5 + ehcache + 2.7.4 org.apache.archiva.redback.components @@ -761,7 +761,7 @@ org.codehaus.plexus:plexus-jdo2 org.codehaus.plexus:plexus-apacheds org.codehaus.plexus:plexus-velocity - net.sf.ehcache:ehcache + net.sf.ehcache:ehcache-core velocity:velocity stax:stax-api Modified: archiva/redback/redback-core/trunk/redback-keys/redback-keys-providers/redback-keys-cached/pom.xml URL: http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/redback-keys/redback-keys-providers/redback-keys-cached/pom.xml?rev=1544402&r1=1544401&r2=1544402&view=diff ============================================================================== --- archiva/redback/redback-core/trunk/redback-keys/redback-keys-providers/redback-keys-cached/pom.xml (original) +++ archiva/redback/redback-core/trunk/redback-keys/redback-keys-providers/redback-keys-cached/pom.xml Fri Nov 22 03:38:23 2013 @@ -46,7 +46,7 @@ net.sf.ehcache - ehcache-core + ehcache org.apache.archiva.redback Modified: archiva/redback/redback-core/trunk/redback-rbac/redback-rbac-providers/redback-rbac-cached/pom.xml URL: http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/redback-rbac/redback-rbac-providers/redback-rbac-cached/pom.xml?rev=1544402&r1=1544401&r2=1544402&view=diff ============================================================================== --- archiva/redback/redback-core/trunk/redback-rbac/redback-rbac-providers/redback-rbac-cached/pom.xml (original) +++ archiva/redback/redback-core/trunk/redback-rbac/redback-rbac-providers/redback-rbac-cached/pom.xml Fri Nov 22 03:38:23 2013 @@ -54,7 +54,7 @@ net.sf.ehcache - ehcache-core + ehcache org.springframework Modified: archiva/redback/redback-core/trunk/redback-rbac/redback-rbac-providers/redback-rbac-ldap/pom.xml URL: http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/redback-rbac/redback-rbac-providers/redback-rbac-ldap/pom.xml?rev=1544402&r1=1544401&r2=1544402&view=diff ============================================================================== --- archiva/redback/redback-core/trunk/redback-rbac/redback-rbac-providers/redback-rbac-ldap/pom.xml (original) +++ archiva/redback/redback-core/trunk/redback-rbac/redback-rbac-providers/redback-rbac-ldap/pom.xml Fri Nov 22 03:38:23 2013 @@ -54,7 +54,7 @@ net.sf.ehcache - ehcache-core + ehcache org.springframework Modified: archiva/redback/redback-core/trunk/redback-users/redback-users-providers/redback-users-cached/pom.xml URL: http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/redback-users/redback-users-providers/redback-users-cached/pom.xml?rev=1544402&r1=1544401&r2=1544402&view=diff ============================================================================== --- archiva/redback/redback-core/trunk/redback-users/redback-users-providers/redback-users-cached/pom.xml (original) +++ archiva/redback/redback-core/trunk/redback-users/redback-users-providers/redback-users-cached/pom.xml Fri Nov 22 03:38:23 2013 @@ -46,7 +46,7 @@ net.sf.ehcache - ehcache-core + ehcache org.springframework