You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/04/05 20:55:56 UTC

[maven-site-plugin] branch jenkins updated (9024383 -> bf905c5)

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

slachiewicz pushed a change to branch jenkins
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git.


 discard 9024383  test failing build 3.1 + Java 7
     add ef3addd  Updated testing matrix to include Java 16
     add 39b44d2  Bump junit to 4.13.2
     add 145ecb5  Bump slf4j to 1.7.29 (tests)
     add 15baa63  [MSITE-871] Use Javadoc plugin property
     add 7be9340  Bump surefire version to 2.22.2
     add 201104c  Bump maven-archiver from 3.5.0 to 3.5.1
     add 9b58d41  deps: update plexus-archiver to 4.2.4
     add 0a662b8  Bump maven-shared-utils from 3.1.0 to 3.3.3
     add eeb148b  Added Dependabot config
     new bf905c5  test failing build 3.1 + Java 7

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9024383)
            \
             N -- N -- N   refs/heads/jenkins (bf905c5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 .asf.yaml => .github/dependabot.yml                | 39 ++++++++++++++--------
 pom.xml                                            | 20 ++++++-----
 .../projects/MSITE-484/parent-usage-test/pom.xml   |  1 +
 src/it/projects/MSITE-484/pom.xml                  |  2 +-
 src/it/projects/MSITE-497/pom.xml                  |  4 +--
 src/it/projects/MSITE-506/pom.xml                  |  2 +-
 .../projects/MSITE-512/parent-usage-test/pom.xml   |  2 +-
 src/it/projects/MSITE-665/pom.xml                  |  2 +-
 src/it/projects/new-configuration/pom.xml          |  2 +-
 9 files changed, 45 insertions(+), 29 deletions(-)
 copy .asf.yaml => .github/dependabot.yml (57%)

[maven-site-plugin] 01/01: test failing build 3.1 + Java 7

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

slachiewicz pushed a commit to branch jenkins
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git

commit bf905c55fe867dcfc755ea6a8db58d03fb68d7a0
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue May 26 15:55:01 2020 +0200

    test failing build 3.1 + Java 7
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 932ebb2..fe7b678 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpPlgnBuild(jdk:['7','8','11','16'], maven:['3.0.x', '3.2.x', '3.3.x', '3.5.x', '3.6.x'])
+asfMavenTlpPlgnBuild(jdk:['7'], maven:[ '3.1.x'])