JAMES-2107 Switch target JDK to Java 8
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/a9c8ad45 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/a9c8ad45 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/a9c8ad45 Branch: refs/heads/master Commit: a9c8ad45cb238fa57a710cd54807db269b1f493f Parents: 322e748 Author: benwa <[email protected]> Authored: Tue Aug 1 09:56:35 2017 +0700 Committer: benwa <[email protected]> Committed: Wed Aug 16 16:31:42 2017 +0700 ---------------------------------------------------------------------- pom.xml | 8 ++++---- server/container/spring/pom.xml | 2 +- server/queue/queue-file/pom.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/a9c8ad45/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 48a22cf..9fd241c 100644 --- a/pom.xml +++ b/pom.xml @@ -565,7 +565,7 @@ otherwise the set values are used by default. --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <target.jdk>1.6</target.jdk> + <target.jdk>1.8</target.jdk> <james-skin.version>1.8</james-skin.version> <!-- This property contains the directory where to deploy when running using "-Psite-reports" profile @@ -1123,13 +1123,13 @@ <configuration> <signature> <groupId>org.codehaus.mojo.signature</groupId> - <artifactId>java16</artifactId> - <version>1.1</version> + <artifactId>java18</artifactId> + <version>1.0</version> </signature> </configuration> <executions> <execution> - <id>check_java_6</id> + <id>check_java_8</id> <phase>test</phase> <goals> <goal>check</goal> http://git-wip-us.apache.org/repos/asf/james-project/blob/a9c8ad45/server/container/spring/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/spring/pom.xml b/server/container/spring/pom.xml index a6936a7..5b49ada 100644 --- a/server/container/spring/pom.xml +++ b/server/container/spring/pom.xml @@ -194,7 +194,7 @@ <artifactId>animal-sniffer-maven-plugin</artifactId> <executions> <execution> - <id>check_java_6</id> + <id>check_java_8</id> <phase>none</phase> </execution> </executions> http://git-wip-us.apache.org/repos/asf/james-project/blob/a9c8ad45/server/queue/queue-file/pom.xml ---------------------------------------------------------------------- diff --git a/server/queue/queue-file/pom.xml b/server/queue/queue-file/pom.xml index e048cd3..0ba5e22 100644 --- a/server/queue/queue-file/pom.xml +++ b/server/queue/queue-file/pom.xml @@ -78,7 +78,7 @@ <artifactId>animal-sniffer-maven-plugin</artifactId> <executions> <execution> - <id>check_java_6</id> + <id>check_java_8</id> <phase>none</phase> </execution> </executions> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
