You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2015/08/10 00:25:00 UTC

svn commit: r1694924 - /commons/proper/bcel/trunk/src/changes/changes.xml

Author: chas
Date: Sun Aug  9 22:24:59 2015
New Revision: 1694924

URL: http://svn.apache.org/r1694924
Log:
BCEL-222: changes.xml

Modified:
    commons/proper/bcel/trunk/src/changes/changes.xml

Modified: commons/proper/bcel/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/changes/changes.xml?rev=1694924&r1=1694923&r2=1694924&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/changes/changes.xml (original)
+++ commons/proper/bcel/trunk/src/changes/changes.xml Sun Aug  9 22:24:59 2015
@@ -63,6 +63,9 @@ The <action> type attribute can be add,u
 
   <body>
     <release version="6.0" date="TBA" description="Major release with Java 7 and 8 support">
+      <action issue="BCEL-222" type="update">
+        Major release of BCEL requires updating package name and maven coordinates.
+      </action>
       <action issue="BCEL-219" type="update" due-to="Maxim Degtyarev">
         Make org.apache.bcel.classfile.ConstantPool.ConstantPool(DataInput) public.
       </action>