You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/02/07 17:23:28 UTC

[maven-dependency-plugin] branch MSHARED-850 updated: Use also maven 3.0.5

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

slachiewicz pushed a commit to branch MSHARED-850
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git


The following commit(s) were added to refs/heads/MSHARED-850 by this push:
     new f0ae818  Use also maven 3.0.5
f0ae818 is described below

commit f0ae8184348f7c23ab717af184bbab20cf8e4f91
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Feb 7 18:21:12 2020 +0100

    Use also maven 3.0.5
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e9f05f7..6889a33 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpPlgnBuild()
+asfMavenTlpPlgnBuild( maven : ['3.0.5','3.2.x'] )