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

github-bot pushed a change to branch dependabot/maven/com.h2database-h2-2.1.210
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git


 discard f1d7eb2db Bump h2 from 1.4.184 to 2.1.210
     add 9e3ef8521 Supports build project by JDK 17 (#2081)
     add 76c2c9ea9 Bump Maven Wrapper to 3.1.1 and Maven to 3.8.5 (#2084)
     add 9ddd70873 Merge similar GitHub Actions workflow files #2083 (#2087)
     add e002dc538 Bump h2 from 1.4.184 to 2.1.210

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   (f1d7eb2db)
            \
             N -- N -- N   
refs/heads/dependabot/maven/com.h2database-h2-2.1.210 (e002dc538)

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:
 .github/workflows/maven-macos-jdk-11.yml           |  43 --------
 .github/workflows/maven-macos.yml                  |  43 --------
 .github/workflows/maven-windows-jdk-11.yml         |  41 --------
 .github/workflows/{maven-windows.yml => maven.yml} |  30 ++++--
 .mvn/wrapper/MavenWrapperDownloader.java           | 114 ---------------------
 .mvn/wrapper/maven-wrapper.properties              |  20 +++-
 .../elasticjob/cloud/ReflectionUtils.java          |  16 ++-
 .../dingtalk/DingtalkJobErrorHandlerTest.java      |  16 ++-
 .../handler/email/EmailJobErrorHandlerTest.java    |  16 ++-
 .../handler/general/LogJobErrorHandlerTest.java    |  16 ++-
 .../handler/wechat/WechatJobErrorHandlerTest.java  |  16 ++-
 mvnw                                               |  99 +++++++-----------
 mvnw.cmd                                           |  39 ++++---
 pom.xml                                            |  29 +++++-
 14 files changed, 202 insertions(+), 336 deletions(-)
 delete mode 100644 .github/workflows/maven-macos-jdk-11.yml
 delete mode 100644 .github/workflows/maven-macos.yml
 delete mode 100644 .github/workflows/maven-windows-jdk-11.yml
 rename .github/workflows/{maven-windows.yml => maven.yml} (62%)
 delete mode 100644 .mvn/wrapper/MavenWrapperDownloader.java
 mode change 100755 => 100644 mvnw.cmd

Reply via email to