Upgrade maven.compiler.source and maven.compiler.target to 1.6

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

Branch: refs/heads/b1_4
Commit: eed3e5892653a3d16f29191ab9e1ae2aab29d884
Parents: abbe600
Author: Rob Tompkins <chtom...@gmail.com>
Authored: Sat Jun 3 13:10:45 2017 -0400
Committer: Rob Tompkins <chtom...@gmail.com>
Committed: Sat Jun 3 13:10:45 2017 -0400

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/eed3e589/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5b20c8d..7b77aa1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,8 +177,8 @@
   </issueManagement>
 
   <properties>
-    <maven.compiler.source>1.5</maven.compiler.source>
-    <maven.compiler.target>1.5</maven.compiler.target>
+    <maven.compiler.source>1.6</maven.compiler.source>
+    <maven.compiler.target>1.6</maven.compiler.target>
     <commons.componentid>fileupload</commons.componentid>
     <commons.module.name>org.apache.commons.fileupload</commons.module.name>
     <commons.release.version>1.4</commons.release.version>

Reply via email to