MIME4J-252 Specify java version to 1.6
Project: http://git-wip-us.apache.org/repos/asf/james-mime4j/repo Commit: http://git-wip-us.apache.org/repos/asf/james-mime4j/commit/510ce331 Tree: http://git-wip-us.apache.org/repos/asf/james-mime4j/tree/510ce331 Diff: http://git-wip-us.apache.org/repos/asf/james-mime4j/diff/510ce331 Branch: refs/heads/master Commit: 510ce331047ae5fdd0cc50d15474bbd10f89dbd7 Parents: 320042e Author: benwa <[email protected]> Authored: Mon Oct 10 16:32:44 2016 +0200 Committer: benwa <[email protected]> Committed: Mon Oct 10 16:32:44 2016 +0200 ---------------------------------------------------------------------- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/510ce331/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 231376e..b3c8501 100644 --- a/pom.xml +++ b/pom.xml @@ -196,6 +196,16 @@ <version>2.3.7</version> <extensions>true</extensions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> + <configuration> + <optimize>true</optimize> + <source>${target.jdk}</source> + <target>${target.jdk}</target> + </configuration> + </plugin> </plugins> </build> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
