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

svn commit: r1466903 - /logging/log4j/log4j2/trunk/src/changes/changes.xml

Author: ggregory
Date: Thu Apr 11 14:30:30 2013
New Revision: 1466903

URL: http://svn.apache.org/r1466903
Log:
[LOG4J2-206] Use the same Maven group ID for all artifacts: org.apache.logging.log4j. The group ID org.apache.logging.log4j.adapters is no longer used.

Modified:
    logging/log4j/log4j2/trunk/src/changes/changes.xml

Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1466903&r1=1466902&r2=1466903&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Thu Apr 11 14:30:30 2013
@@ -23,6 +23,9 @@
 
   <body>
     <release version="2.0-beta5" date="@TBD@" description="Bug fixes and enhancements">
+      <action issue="LOG4J2-207" dev="ggregory" type="fix">
+        Use the Maven group ID org.apache.logging.log4j for all artifacts.
+      </action>
       <action issue="LOG4J2-187" dev="rgoers" type="add" due-to="Nick Williams">
         Add tag library.
       </action>