You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/02/18 15:55:13 UTC

[maven-dependency-analyzer] branch master updated: Use default Maven on jenkins

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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git


The following commit(s) were added to refs/heads/master by this push:
     new b6008b5  Use default Maven on jenkins
b6008b5 is described below

commit b6008b5c190d0a782d0407b22b35c9ace3295c4c
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Fri Feb 18 16:54:12 2022 +0100

    Use default Maven on jenkins
---
 Jenkinsfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c06ec8a..09ac70f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,5 +17,4 @@
  * under the License.
  */
 
-// remove maven version after MSHARED-916
-asfMavenTlpStdBuild( maven: '3.6.x' )
+asfMavenTlpStdBuild()