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/29 01:02:20 UTC

svn commit: r1590834 - /logging/log4j/log4j2/trunk/log4j-nosql/pom.xml

Author: mattsicker
Date: Mon Apr 28 23:02:20 2014
New Revision: 1590834

URL: http://svn.apache.org/r1590834
Log:
Add name and description to pom.

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

Modified: logging/log4j/log4j2/trunk/log4j-nosql/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-nosql/pom.xml?rev=1590834&r1=1590833&r2=1590834&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-nosql/pom.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-nosql/pom.xml Mon Apr 28 23:02:20 2014
@@ -27,6 +27,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>log4j-nosql</artifactId>
+  <name>Apache Log4j NoSQL Plugins</name>
+  <description>Use NoSQL databases such as MongoDB and CouchDB to append log messages.</description>
 
   <dependencies>
     <dependency>