You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/02/15 17:39:19 UTC

[cxf] branch main updated (cf3d2a8efd -> 4e1c0dd205)

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

reta pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


    from cf3d2a8efd Minor cleanup of some warnings
     new 01758f6eed Update maven-surefire-report-plugin to 3.0.0-M9
     new 4e1c0dd205 Update Jenkinsfile pipeline to update snapshots for Apache Maven builds

The 2 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.


Summary of changes:
 Jenkinsfile | 2 +-
 pom.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[cxf] 01/02: Update maven-surefire-report-plugin to 3.0.0-M9

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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 01758f6eedfd637c3328c114665e5f7a30f5a8fa
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Feb 15 12:36:37 2023 -0500

    Update maven-surefire-report-plugin to 3.0.0-M9
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 738cbe77a7..8d0655f0ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -544,7 +544,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-report-plugin</artifactId>
-                    <version>3.0.0-M8</version>
+                    <version>3.0.0-M9</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>


[cxf] 02/02: Update Jenkinsfile pipeline to update snapshots for Apache Maven builds

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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 4e1c0dd205952c8194df33df803336b3204046cb
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Feb 15 12:39:04 2023 -0500

    Update Jenkinsfile pipeline to update snapshots for Apache Maven builds
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 524939b0ed..77f1204cc3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -51,7 +51,7 @@ pipeline {
             stages {
               stage('Build & Test') {
                 steps {
-                  sh 'mvn -B clean install'
+                  sh 'mvn -U -B clean install'
                   // step([$class: 'JiraIssueUpdater', issueSelector: [$class: 'DefaultIssueSelector'], scm: scm])
                 }
                 post {