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 2017/06/05 13:07:26 UTC

commons-fileupload git commit: FILEUPLOAD-282: documenting compiler.source, compiler.target change

Repository: commons-fileupload
Updated Branches:
  refs/heads/master eed3e5892 -> d09724ef0


FILEUPLOAD-282: documenting compiler.source, compiler.target change


Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/d09724ef
Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/d09724ef
Diff: http://git-wip-us.apache.org/repos/asf/commons-fileupload/diff/d09724ef

Branch: refs/heads/master
Commit: d09724ef0199a7cc1e06ebe3d09a364ecf0dedeb
Parents: eed3e58
Author: Rob Tompkins <ch...@gmail.com>
Authored: Mon Jun 5 09:07:17 2017 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Mon Jun 5 09:07:17 2017 -0400

----------------------------------------------------------------------
 pom.xml                 | 5 +++++
 src/changes/changes.xml | 1 +
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/d09724ef/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7b77aa1..418c8e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,6 +97,11 @@
       <email>ggregory@apache.org</email>
       <organization />
     </developer>
+    <developer>
+      <name>Rob Tompkins</name>
+      <id>chtompki</id>
+      <email>chtompki@apache.org</email>
+    </developer>
   </developers>
 
   <contributors>

http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/d09724ef/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 32a80f5..7a1c7a1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,6 +44,7 @@ The <action> type attribute can be add,update,fix,remove.
 
   <body>
     <release version="1.4" date="2017-06-03" description="1.4 Release">
+      <action issue="FILEUPLOAD-282" dev="chtompki" type="update">Upversion complier.source, compiler.target to 1.6</action>
       <action issue="FILEUPLOAD-252" dev="tn" type="fix">DiskFileItem#write() could lose original IO exception</action>
       <action issue="FILEUPLOAD-258" dev="tn" type="fix">DiskFileItem#getStoreLocation() wrongly returned a File object for items stored in memory</action>
       <action issue="FILEUPLOAD-242" dev="tn" type="fix">FileUploadBase - should not silently catch and ignore all Throwables</action>