This is an automated email from the ASF dual-hosted git repository.
jochen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/master by this push:
new 7fb1091 Preparing master branch for 2.0 (Documenting change)
7fb1091 is described below
commit 7fb10911a7c7a28395e450c10bb12acbc4ea486f
Author: Jochen Wiedmann (jwi) <[email protected]>
AuthorDate: Thu Dec 27 13:31:13 2018 +0100
Preparing master branch for 2.0 (Documenting change)
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 22cb8e4..2293e51 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -43,6 +43,9 @@ The <action> type attribute can be add,update,fix,remove.
</properties>
<body>
+ <release version="2.0" date="TBD" description="2.0 Release">
+ <action dev="jochen" type="update">Bumping
Compiler Level to 1.8.</action>
+ </release>
<release version="1.4" date="2017-06-03" description="1.4 Release">
<action issue="FILEUPLOAD-292" dev="chtompki" type="update">Don't create
un-needed resources in FileUploadBase.java</action>
<action issue="FILEUPLOAD-282" dev="chtompki" type="update">Upversion
complier.source, compiler.target to 1.6</action>