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 <mben...@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="mben...@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>