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:27 UTC

[maven-remote-resources-plugin] branch maven-run-only-3.6.x-3.8.x created (now af2c579)

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

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


      at af2c579  run build only with maven '3.6.x' and '3.8.x'

This branch includes the following new commits:

     new af2c579  run build only with maven '3.6.x' and '3.8.x'

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-remote-resources-plugin] 01/01: run build only with maven '3.6.x' and '3.8.x'

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