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/02/28 05:03:19 UTC

[maven-resolver] branch ci-reporting created (now c837764)

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

olamy pushed a change to branch ci-reporting
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git.


      at c837764  test reporting

This branch includes the following new commits:

     new c837764  test reporting

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-resolver] 01/01: test reporting

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch ci-reporting
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git

commit c837764ca973203fedd4215e8c1c92533a0c8bc5
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Mon Feb 28 15:03:01 2022 +1000

    test reporting
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 Jenkinsfile | 2 +-
 pom.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 4edd185..2d1f459 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,5 +19,5 @@
 
 // Currently we can only build with JDK8+ based on the usage
 // of bnd-maven-plugin.
-asfMavenTlpStdBuild( 'jdks' : [ "8", "11", "15" ] )
+asfMavenTlpStdBuild(jdks:[ "8", "11", "17" ], forceCiReporting: true)
 
diff --git a/pom.xml b/pom.xml
index 37ad46a..f4bc54d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>34</version>
+    <version>99-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.maven.resolver</groupId>