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 2018/04/09 20:21:10 UTC

[archiva-redback-components-spring-utils] 23/47: log4j 2.0-beta1

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-redback-components-spring-utils.git

commit f01a28ebb67f33bdcd808f3a307d6cea43ac8fbc
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sat Sep 22 16:04:11 2012 +0000

    log4j 2.0-beta1
    
    git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1388823 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0620112..4b02ddf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback.components</groupId>
     <artifactId>redback-components</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
     <relativePath>../redback-components-parent/pom.xml</relativePath>
   </parent>
 
@@ -113,9 +113,9 @@
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
+      <groupId>org.apache.logging.log4j.adapters</groupId>
       <artifactId>slf4j-impl</artifactId>
-      <version>2.0-alpha2</version>
+      <version>${log4jVersion}</version>
       <scope>test</scope>
     </dependency>
 

-- 
To stop receiving notification emails like this one, please contact
martin_s@apache.org.