Not sure about compiler versions since this branch is still ee 6 ---------- Message transféré ---------- De : <[email protected]> Date : 18 avr. 2015 11:28 Objet : tomee git commit: Versions À : <[email protected]> Cc :
Repository: tomee Updated Branches: refs/heads/tomee-1.7.x 4c0e766d9 -> 46f451ee5 Versions Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/46f451ee Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/46f451ee Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/46f451ee Branch: refs/heads/tomee-1.7.x Commit: 46f451ee54b076ba741cd423732cc7ab5af7a3a3 Parents: 4c0e766 Author: [email protected] <[email protected]> Authored: Sat Apr 18 11:28:03 2015 +0200 Committer: [email protected] <[email protected]> Committed: Sat Apr 18 11:28:15 2015 +0200 ---------------------------------------------------------------------- .../src/main/resources/archetype-resources/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/46f451ee/maven/tomee-webapp-archetype/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/maven/tomee-webapp-archetype/src/main/resources/archetype-resources/pom.xml b/maven/tomee-webapp-archetype/src/main/resources/archetype-resources/pom.xml index 7ef88bc..549d6e6 100644 --- a/maven/tomee-webapp-archetype/src/main/resources/archetype-resources/pom.xml +++ b/maven/tomee-webapp-archetype/src/main/resources/archetype-resources/pom.xml @@ -99,12 +99,12 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.17</version> + <version>2.18.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>2.4</version> + <version>2.6</version> </plugin> <plugin> <groupId>org.apache.openejb.maven</groupId> @@ -124,8 +124,8 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <source>1.6</source> - <target>1.6</target> + <source>1.7</source> + <target>1.7</target> </configuration> </plugin> <plugin>
