You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/04/16 05:29:04 UTC

svn commit: r1587791 - /logging/log4j/log4j2/trunk/log4j-api/pom.xml

Author: mattsicker
Date: Wed Apr 16 03:29:04 2014
New Revision: 1587791

URL: http://svn.apache.org/r1587791
Log:
Revert to type jar.

  - Using bundle type changes artifact name.

Modified:
    logging/log4j/log4j2/trunk/log4j-api/pom.xml

Modified: logging/log4j/log4j2/trunk/log4j-api/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-api/pom.xml?rev=1587791&r1=1587790&r2=1587791&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-api/pom.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-api/pom.xml Wed Apr 16 03:29:04 2014
@@ -24,7 +24,7 @@
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-api</artifactId>
-  <packaging>bundle</packaging>
+  <packaging>jar</packaging>
   <name>Apache Log4j API</name>
   <description>The Log4j API</description>
   <properties>