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

ntimofeev pushed a change to branch STABLE-4.1
in repository https://gitbox.apache.org/repos/asf/cayenne.git


    from ebe763570 CAY-2736 Can't use function names as a path in a 
string-based expression
     new 51394f772 CAY-2775 Change ObjectStyle maven repository URL
     new c4afac866 Enable GitHub actions

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:
 .github/actions/export-pom-version/action.yml      | 13 ++++
 .github/actions/export-pom-version/bash.sh         | 11 +++
 .../maven-settings.xml                             | 10 +--
 .github/workflows/verify-deploy-on-push-4.1.yml    | 81 ++++++++++++++++++++++
 .github/workflows/verify-on-pr-4.1.yml             | 50 +++++++++++++
 .travis.yml                                        | 60 ----------------
 RELEASE-NOTES.txt                                  |  2 +
 pom.xml                                            |  2 +-
 8 files changed, 163 insertions(+), 66 deletions(-)
 create mode 100644 .github/actions/export-pom-version/action.yml
 create mode 100644 .github/actions/export-pom-version/bash.sh
 rename .travis-mvn-settings.xml => .github/maven-settings.xml (71%)
 create mode 100644 .github/workflows/verify-deploy-on-push-4.1.yml
 create mode 100644 .github/workflows/verify-on-pr-4.1.yml
 delete mode 100644 .travis.yml

Reply via email to