This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.velocity-velocity-engine-core-2.2 in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git.
discard 7658ff4 Bump velocity-engine-core from 2.1 to 2.2 add 93b3e44 Don't need Clirr check for an internal component add 9e7c77d Checkstyle: Don't complain about one EOL when file is generated on Windows. add 17782b5 Checkstyle: Don't complain about one EOL when file is generated on Windows. add f95cf4f Fix GitHub action for Java 15-ea. add 08582dc GitHub actions/setup-java@v1 -> actions/setup-java@v1.4.0. add 3a97719 Bump spotbugs from 4.0.6 to 4.1.1 add 6bb67fe Merge pull request #6 from apache/dependabot/maven/com.github.spotbugs-spotbugs-4.1.1 add 489ca3a Bump checkstyle from 8.34 to 8.35 add c005e44 Use the POM defaultGoal so that Travis and GitHub run the same builds. add 3af83e6 Bump checkstyle from 8.34 to 8.35 add 92be4db Merge pull request #5 from apache/dependabot/maven/com.puppycrawl.tools-checkstyle-8.35 add 4d645f1 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-release-plugin add fd3e20a Typo add 0629c6f Don't create hash for .asc files add 73edd8f Derivation of commons.nexus.repo.id add 990c5e4 Don't define RM details in POM add c2a528a Need to define repo id add 1fe0965 Typo and trailing spaces add 923fb02 Plugin is now in Parent POM add eaeb653 Define RM properties in settings.xml add 3871403 vote-txt is now in CP version add 28aed28 Allow for old-style group ids in vote-txt add 176564d Fail if commons.nexus.repo.id is not defined add bfa52df Suppress warnings add c2bbf08 Asc hashes are no more add 3f65e8e CLIRR being phased out add c89ed48 Add --no-transfer-progress to CI builds. add 63a630b Bump commons-parent from 51 to 52 add 9bb7279 Merge pull request #7 from apache/dependabot/maven/org.apache.commons-commons-parent-52 add ddf6e1b Bump actions/checkout from v2.3.1 to v2.3.2 add d80390b Merge pull request #8 from apache/dependabot/github_actions/actions/checkout-v2.3.2 add cbdb8d5 Bump velocity-engine-core from 2.1 to 2.2 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 (7658ff4) \ N -- N -- N refs/heads/dependabot/maven/org.apache.velocity-velocity-engine-core-2.2 (cbdb8d5) 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.yml | 8 ++-- .travis.yml | 4 +- checkstyle-suppressions.xml | 5 ++- pom.xml | 9 ++--- src/changes/changes.xml | 8 +++- .../mojos/CommonsDistributionDetachmentMojo.java | 8 ++-- .../commons-xdoc-templates/vote-txt-template.txt | 19 +++++----- src/main/scripts/generate-xdocs.build.xml | 15 ++++++++ src/main/scripts/generate-xdocs.mojos.xml | 8 ++-- src/site/xdoc/index.xml | 43 +++++++++++++++++++--- .../mojos/CommonsSiteCompressionMojoTest.java | 1 + 11 files changed, 93 insertions(+), 35 deletions(-)