You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/03/14 23:05:50 UTC

[isis] branch master updated (2e16504 -> f0aca89)

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

danhaywood pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 2e16504  Merge pull request #874 from apache/dependabot/maven/master/org.checkerframework-checker-qual-3.21.3
     add cf522ba  ISIS-2975: experiments
     add 0d8988d  ISIS-2975: experiments (2)
     add 261e838  ISIS-2975: experiments (3)
     add be17fcd  ISIS-2975: experiments (4)
     add 4b4063d  ISIS-2975: experiments (5)
     add 61b826f  ISIS-2975: experiments (6)
     add 3a401a3  ISIS-2975: experiments (7)
     add 05cb084  ISIS-2975: experiments (8)
     add 11960af  ISIS-2975: experiments (9)
     add e74ac32  ISIS-2975: experiments (10)
     add 8341194  ISIS-2975: experiments (11)
     add ba716c0  ISIS-2975: experiments (12)
     add 09e0bdc  ISIS-2975: experiments (13)
     add 11e13c8  ISIS-2975: experiments (14)
     add 9ebdca3  ISIS-2975: experiments (15)
     add 6c4d54e  ISIS-2975: experiments (16)
     add 5275e62  ISIS-2975: experiments (17)
     add 3e196bb  ISIS-2975: experiments (18)
     add 5b15764  ISIS-2975: experiments (19)
     add 1ee56b0  ISIS-2975: experiments (20)
     add 7bd602d  ISIS-2975: experiments (21)
     add c2b0421  ISIS-2975: experiments (22)
     add 832236a  ISIS-2975: experiments (23)
     add cecc226  ISIS-2975: experiments (24)
     add a14c383  ISIS-2975: experiments (25)
     add 509a0ef  ISIS-2975: experiments (26)
     add 39e4780  ISIS-2975: experiments (27)
     add 3b81e59  ISIS-2975: experiments (28)
     add abc37c4  ISIS-2975: experiments (29)
     add 6376b27  ISIS-2975: experiments (30)
     add 351328f  ISIS-2975: experiments (31)
     add 23cc005  ISIS-2975: experiments (32)
     add c38931d  ISIS-2975: experiments (33)
     add 1167053  ISIS-2975: experiments (34)
     add f9d7b5b  ISIS-2975: updates CI to build each night
     new f0aca89  Merge pull request #875 from apache/ISIS-2975

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:
 .../workflows/ci-build-artifacts-no-push-maven.yml |  35 +++---
 ...maven.yml => ci-build-artifacts-push-maven.yml} | 117 +++++++++++----------
 .m2/settings.xml                                   |   4 +-
 isis-parent/pom.xml                                |  18 +++-
 scripts/ci/build-artifacts.sh                      |   1 +
 scripts/ci/calc-baseline.sh                        |   9 ++
 scripts/ci/calc-revision.sh                        |  20 ++++
 starters/pom.xml                                   |  20 +++-
 8 files changed, 144 insertions(+), 80 deletions(-)
 copy .github/workflows/{ci-build-artifacts-no-push-maven.yml => ci-build-artifacts-push-maven.yml} (51%)
 create mode 100644 scripts/ci/calc-baseline.sh
 create mode 100644 scripts/ci/calc-revision.sh

[isis] 01/01: Merge pull request #875 from apache/ISIS-2975

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

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit f0aca896d83aa5e91cc283ace8e102609c1c7a31
Merge: 2e16504 f9d7b5b
Author: Dan Haywood <da...@apache.org>
AuthorDate: Mon Mar 14 23:05:43 2022 +0000

    Merge pull request #875 from apache/ISIS-2975
    
    Isis 2975

 .../workflows/ci-build-artifacts-no-push-maven.yml |  35 +++---
 ...maven.yml => ci-build-artifacts-push-maven.yml} | 117 +++++++++++----------
 .m2/settings.xml                                   |   4 +-
 isis-parent/pom.xml                                |  18 +++-
 scripts/ci/build-artifacts.sh                      |   1 +
 scripts/ci/calc-baseline.sh                        |   9 ++
 scripts/ci/calc-revision.sh                        |  20 ++++
 starters/pom.xml                                   |  20 +++-
 8 files changed, 144 insertions(+), 80 deletions(-)