You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nemo.apache.org by gi...@apache.org on 2022/11/08 02:28:08 UTC

[incubator-nemo] branch dependabot/maven/com.google.protobuf-protobuf-java-3.21.7 updated (584402ee8 -> 8c763fe61)

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

github-bot pushed a change to branch dependabot/maven/com.google.protobuf-protobuf-java-3.21.7
in repository https://gitbox.apache.org/repos/asf/incubator-nemo.git


 discard 584402ee8 Bump protobuf-java from 3.21.2 to 3.21.7
     add b07ac3450 [MINOR] Fix failing builds (#341)
     add 49a49cc59 [MINOR] Gradually migrate from travis to GitHub actions (#340)
     add 8c763fe61 Bump protobuf-java from 3.21.2 to 3.21.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   (584402ee8)
            \
             N -- N -- N   refs/heads/dependabot/maven/com.google.protobuf-protobuf-java-3.21.7 (8c763fe61)

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.

No new revisions were added by this update.

Summary of changes:
 bin/run_beam.sh => .asf.yaml     |    28 +-
 .github/workflows/maven.yml      |    59 +
 .github/workflows/node.js.yml    |    49 +
 .github/workflows/sonarcloud.yml |    85 +
 .travis.yml                      |     3 +-
 README.md                        |     2 +
 webui/package-lock.json          | 10432 ++++++++++++-------------------------
 7 files changed, 3561 insertions(+), 7097 deletions(-)
 copy bin/run_beam.sh => .asf.yaml (51%)
 mode change 100755 => 100644
 create mode 100644 .github/workflows/maven.yml
 create mode 100644 .github/workflows/node.js.yml
 create mode 100644 .github/workflows/sonarcloud.yml