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

sjaranowski pushed a commit to branch maven-resolver-1.9.x
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/maven-resolver-1.9.x by this 
push:
     new fa94e8d7 Deploy snapshot artifacts by Jenkins
fa94e8d7 is described below

commit fa94e8d7fa6054ccddcca1f810a6f3d1e2447dd5
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Thu May 1 12:06:42 2025 +0200

    Deploy snapshot artifacts by Jenkins
---
 Jenkinsfile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d89f893d..6f543816 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,7 +17,5 @@
  * under the License.
  */
 
-// Currently we can only build with JDK8+ based on the usage
-// of bnd-maven-plugin.
-asfMavenTlpStdBuild( 'jdks' : [ "8", "11", "17" ] )
+asfMavenTlpStdBuild( 'jdks' : [ "8", "11", "17", "21" ], 'branchesToNotify' : 
["maven-resolver-1.9.x"]  )
 

Reply via email to