Repository: struts Updated Branches: refs/heads/master 31d1b40d7 -> 25cdfd62e
WW-4503 Sitches to JDK7 Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/25cdfd62 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/25cdfd62 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/25cdfd62 Branch: refs/heads/master Commit: 25cdfd62e3a4a4625863492c64b843f780354d2a Parents: 31d1b40 Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Thu May 28 08:22:24 2015 +0200 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Thu May 28 08:22:24 2015 +0200 ---------------------------------------------------------------------- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/25cdfd62/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 62f644d..1eaa7c7 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>