Repository: struts Updated Branches: refs/heads/master 3720bbff4 -> 86da1ea8c
WW-4503 Build Struts with JDK 7 Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/e262854e Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/e262854e Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/e262854e Branch: refs/heads/master Commit: e262854e2a1b7548efa0a1eb50d350ecd215231b Parents: 9a33d29 Author: Aaron Johnson <[email protected]> Authored: Fri May 22 09:28:08 2015 -0500 Committer: Aaron Johnson <[email protected]> Committed: Fri May 22 09:28:08 2015 -0500 ---------------------------------------------------------------------- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/e262854e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b99e47e..83582ec 100644 --- a/pom.xml +++ b/pom.xml @@ -146,9 +146,10 @@ </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> + <version>3.3</version> <configuration> - <source>1.5</source> - <target>1.5</target> + <source>1.7</source> + <target>1.7</target> </configuration> </plugin> <plugin>
