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 2022/07/20 22:31:28 UTC

[maven-remote-resources-plugin] 01/01: run build only with maven '3.6.x' and '3.8.x'

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

olamy pushed a commit to branch maven-run-only-3.6.x-3.8.x
in repository https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git

commit af2c579defb47b46eb8922246d813ad2e6de6005
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Thu Jul 21 08:31:23 2022 +1000

    run build only with maven '3.6.x' and '3.8.x'
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e9f05f7..785e403 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpPlgnBuild()
+asfMavenTlpPlgnBuild(mavens: ['3.6.x','3.8.x'])