> On Jun 3, 2017, at 1:15 PM, Gary Gregory <[email protected]> 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: <[email protected]> > 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: [email protected] > > > 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 <[email protected]> > Authored: Sat Jun 3 13:10:45 2017 -0400 > Committer: Rob Tompkins <[email protected]> > 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: [email protected] For additional commands, e-mail: [email protected]
