You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2014/06/28 21:24:31 UTC

svn commit: r1606386 - in /commons/proper/weaver/trunk: RELEASE-NOTES.txt src/changes/changes.xml

Author: mbenson
Date: Sat Jun 28 19:24:31 2014
New Revision: 1606386

URL: http://svn.apache.org/r1606386
Log:
include Java version in release notes; set 1.1 release date to TBD

Modified:
    commons/proper/weaver/trunk/RELEASE-NOTES.txt
    commons/proper/weaver/trunk/src/changes/changes.xml

Modified: commons/proper/weaver/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/RELEASE-NOTES.txt?rev=1606386&r1=1606385&r2=1606386&view=diff
==============================================================================
--- commons/proper/weaver/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/weaver/trunk/RELEASE-NOTES.txt Sat Jun 28 19:24:31 2014
@@ -6,7 +6,7 @@ The Apache Commons team is pleased to an
 Apache Commons Weaver provides an easy way to enhance compiled Java
 classes by generating ("weaving") bytecode into those classes.
 
-First maintenance release
+Requires Java 6 or greater.
 
 Changes in this version include:
 

Modified: commons/proper/weaver/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/src/changes/changes.xml?rev=1606386&r1=1606385&r2=1606386&view=diff
==============================================================================
--- commons/proper/weaver/trunk/src/changes/changes.xml (original)
+++ commons/proper/weaver/trunk/src/changes/changes.xml Sat Jun 28 19:24:31 2014
@@ -23,7 +23,7 @@
     <author email="mbenson@apache.org">Matt Benson</author>
   </properties>
   <body>
-    <release version="1.1" date="2014-06-13" description="First maintenance release">
+    <release version="1.1" date="TBD" description="Requires Java 6 or greater.">
       <action due-to="Bruno P. Kinoshita" issue="WEAVER-1" type="add">Enhance [weaver] documentation</action>
       <action issue="WEAVER-2" type="update">Upgrade to ASM 5</action>
       <action issue="WEAVER-3" type="update">Upgrade to latest xbean-finder (3.18)</action>