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/03 17:10:53 UTC

commons-fileupload git commit: Upgrade maven.compiler.source and maven.compiler.target to 1.6

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


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/master
Commit: eed3e5892653a3d16f29191ab9e1ae2aab29d884
Parents: abbe600
Author: Rob Tompkins <ch...@gmail.com>
Authored: Sat Jun 3 13:10:45 2017 -0400
Committer: Rob Tompkins <ch...@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>


Re: commons-fileupload git commit: Upgrade maven.compiler.source and maven.compiler.target to 1.6

Posted by Rob Tompkins <ch...@gmail.com>.
> On Jun 3, 2017, at 1:15 PM, Gary Gregory <ga...@gmail.com> wrote:
> 
> I would be nice to document the change from Java 5 to 6 in a JIRA.

Gotcha. Will do. Pardon my radio silence yesterday afternoon and today. Wedding and then overnight day job work (now that’s an oxymoron…heh).

-Rob

> 
> Gary
> 
> ---------- Forwarded message ----------
> From: <ch...@apache.org>
> Date: Sat, Jun 3, 2017 at 10:10 AM
> Subject: commons-fileupload git commit: Upgrade maven.compiler.source and
> maven.compiler.target to 1.6
> To: commits@commons.apache.org
> 
> 
> Repository: commons-fileupload
> Updated Branches:
>  refs/heads/master abbe6004b -> eed3e5892
> 
> 
> 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/master
> Commit: eed3e5892653a3d16f29191ab9e1ae2aab29d884
> Parents: abbe600
> Author: Rob Tompkins <ch...@gmail.com>
> Authored: Sat Jun 3 13:10:45 2017 -0400
> Committer: Rob Tompkins <ch...@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>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Fwd: commons-fileupload git commit: Upgrade maven.compiler.source and maven.compiler.target to 1.6

Posted by Gary Gregory <ga...@gmail.com>.
I would be nice to document the change from Java 5 to 6 in a JIRA.

Gary

---------- Forwarded message ----------
From: <ch...@apache.org>
Date: Sat, Jun 3, 2017 at 10:10 AM
Subject: commons-fileupload git commit: Upgrade maven.compiler.source and
maven.compiler.target to 1.6
To: commits@commons.apache.org


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


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/master
Commit: eed3e5892653a3d16f29191ab9e1ae2aab29d884
Parents: abbe600
Author: Rob Tompkins <ch...@gmail.com>
Authored: Sat Jun 3 13:10:45 2017 -0400
Committer: Rob Tompkins <ch...@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>