You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2022/01/05 17:12:05 UTC

[archiva-components] branch master updated: Using property for ehcache version

This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-components.git


The following commit(s) were added to refs/heads/master by this push:
     new 998672b  Using property for ehcache version
998672b is described below

commit 998672b276fd1583c427ef89021a997664e151a6
Author: Martin Schreier <ma...@apache.org>
AuthorDate: Wed Jan 5 18:12:01 2022 +0100

    Using property for ehcache version
---
 spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml b/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
index 7b6a75a..30146ee 100644
--- a/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
+++ b/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
@@ -42,7 +42,7 @@
     <dependency>
       <groupId>org.ehcache</groupId>
       <artifactId>ehcache</artifactId>
-      <version>3.9.9</version>
+      <version>${ehcache.version}</version>
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>