You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2020/04/11 05:35:00 UTC

[maven-surefire] branch travis-settingsxml updated: removed the settings and added maven-parent:34

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

tibordigana pushed a commit to branch travis-settingsxml
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/travis-settingsxml by this push:
     new f4ce341  removed the settings and added maven-parent:34
f4ce341 is described below

commit f4ce3412e31ab6760333ba51f872fb38c462b8bb
Author: tibordigana <ti...@apache.org>
AuthorDate: Sat Apr 11 07:34:51 2020 +0200

    removed the settings and added maven-parent:34
---
 .travis.yml | 4 ++--
 pom.xml     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 66a9dd6..39df7f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,10 +28,10 @@ jdk: openjdk8
 jobs:
   include:
     - stage: repo cleanup
-      script: mvn -e -B -V -nsu -s .travis-settings.xml org.apache.maven.plugins:maven-dependency-plugin:3.1.1:purge-local-repository
+      script: mvn -e -B -V -nsu org.apache.maven.plugins:maven-dependency-plugin:3.1.1:purge-local-repository
 
     - stage: mvn build
-      script: mvn clean install -e -B -V -nsu -s .travis-settings.xml -P run-its -DskipITs -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
+      script: mvn clean install -e -B -V -nsu -P run-its -DskipITs -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
 
 branches:
   only:
diff --git a/pom.xml b/pom.xml
index f4f992e..4bc56bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>33</version>
+    <version>34</version>
   </parent>
 
   <groupId>org.apache.maven.surefire</groupId>