You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2020/06/01 10:55:01 UTC

[maven-integration-testing] branch jetty-upgrade created (now 9f67e21)

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a change to branch jetty-upgrade
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git.


      at 9f67e21  upgrade to last 9.4.29 version, configure source/target to 1.8

This branch includes the following new commits:

     new 9f67e21  upgrade to last 9.4.29 version, configure source/target to 1.8

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-integration-testing] 01/01: upgrade to last 9.4.29 version, configure source/target to 1.8

Posted by ol...@apache.org.
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 <ol...@apache.org>
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 <ol...@apache.org>
---
 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>