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 2018/08/29 20:53:37 UTC

[commons-weaver] branch master updated: add release date guess

This is an automated email from the ASF dual-hosted git repository.

mbenson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git


The following commit(s) were added to refs/heads/master by this push:
     new 34d61d7  add release date guess
34d61d7 is described below

commit 34d61d7431a8d542757630afe7d6eb43d302ede5
Author: Matt Benson <mb...@apache.org>
AuthorDate: Wed Aug 29 15:53:33 2018 -0500

    add release date guess
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b6786e4..75db770 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,7 +23,7 @@
     <author email="mbenson@apache.org">Matt Benson</author>
   </properties>
   <body>
-    <release version="1.4" date="YYYY-MM-DD" description="Requires Java 8 or greater.">
+    <release version="1.4" date="2018-09-07" description="Requires Java 8 or greater.">
       <action issue="WEAVER-16" type="fix">NullPointerException when weaving class with no package.</action>
       <action issue="WEAVER-17" type="fix">Maven plugin was packaged without its (generated) HelpMojo class.</action>
       <action issue="WEAVER-19" type="add">Upgrade to Java 8.</action>