This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch jetty-upgrade in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git
commit 9f67e21dae58863fc89dbe1de06df68bc2c8e0e8 Author: olivier lamy <[email protected]> AuthorDate: Mon Jun 1 20:54:27 2020 +1000 upgrade to last 9.4.29 version, configure source/target to 1.8 Signed-off-by: olivier lamy <[email protected]> --- core-it-suite/pom.xml | 2 +- pom.xml | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/core-it-suite/pom.xml b/core-it-suite/pom.xml index 926e116..617ae3c 100644 --- a/core-it-suite/pom.xml +++ b/core-it-suite/pom.xml @@ -87,7 +87,7 @@ under the License. <proxy.pass></proxy.pass> <proxy.nonProxyHosts>localhost</proxy.nonProxyHosts> <slf4jVersion>1.6.1</slf4jVersion> - <jetty9Version>9.0.4.v20130625</jetty9Version> + <jetty9Version>9.4.29.v20200521</jetty9Version> </properties> <dependencies> diff --git a/pom.xml b/pom.xml index b15063d..bd00422 100644 --- a/pom.xml +++ b/pom.xml @@ -25,8 +25,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>33</version> - <relativePath>../pom/maven/pom.xml</relativePath> + <version>34</version> </parent> <groupId>org.apache.maven.its</groupId> @@ -67,8 +66,8 @@ under the License. <maven.site.path>core-its</maven.site.path> <maven.site.cache>${user.home}/maven-sites</maven.site.cache> <rat.ignoreErrors>true</rat.ignoreErrors> - <maven.compiler.source>1.7</maven.compiler.source> - <maven.compiler.target>1.7</maven.compiler.target> + <maven.compiler.source>1.8</maven.compiler.source> + <maven.compiler.target>1.8</maven.compiler.target> </properties> <modules>
