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

slachiewicz pushed a change to branch mvn4
in repository https://gitbox.apache.org/repos/asf/maven-shared-resources.git


 discard 6ce9ae5  Reorder settings
 discard 06d6a70  mvn4 aggregator
     add f9f3527  [MSHARED-1033] Add maven code style resources (#1)
     add 138de10  Update download page (#2)
     add d4dbd3e  [MSHARED-1155] New checkstyle rules configuration to use with 
spotless
     add 704375f  [MSHARED-1155] Remove rules to be enforced related to code 
style
     add aea97a9  [MSHARED-1154] Remove announcement templates for not used 
maven-changes-plugin
     add a0bb0d0  add Reproducible Builds badge
     add 0c325a9  [maven-release-plugin] prepare release 
maven-shared-resources-5
     add 402dec5  [maven-release-plugin] prepare for next development iteration
     add 4fcf43c  [MSHARED-1171] New IntelliJ code style formatter
     add caec816  Auto-link MSHARED Jira
     add 92c34ed  Add GHA setup for Dependabot and CI build
     add 72cdef5  [MSHARED-1353] Update parent pom to 41
     new 9414faa  mvn4 aggregator

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   (6ce9ae5)
            \
             N -- N -- N   refs/heads/mvn4 (9414faa)

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.

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:
 .asf.yaml                                          |  11 +
 .../download.cgi => .github/dependabot.yml         |  20 +-
 .../workflows/maven-verify.yml                     |  19 +-
 README.md                                          |   1 +
 pom.xml                                            |  30 +--
 .../resources/config/maven-eclipse-codestyle.xml   | 284 +++++++++++++++++++++
 .../config/maven-eclipse-importorder.txt}          |  45 ++--
 .../main/resources/config/maven-header-plain.txt   |   4 +-
 .../resources/config/maven-idea-codestyle-2022.xml | 130 ++++++++++
 src/main/resources/config/maven-idea-codestyle.xml | 139 ++++++++++
 ...ven_checks.xml => maven_checks_nocodestyle.xml} | 101 ++------
 .../org/apache/maven/plugins/announcement.vm       |  71 ------
 .../org/apache/maven/shared/announcement.vm        |  71 ------
 src/site/apt/index.apt.vm                          |  18 --
 src/site/apt/usage.apt.vm                          |  39 +--
 src/site/xdoc/download.xml.vm                      | 117 +++------
 16 files changed, 684 insertions(+), 416 deletions(-)
 copy src/site/resources/download.cgi => .github/dependabot.yml (74%)
 copy src/site/resources/download.cgi => .github/workflows/maven-verify.yml 
(77%)
 create mode 100644 src/main/resources/config/maven-eclipse-codestyle.xml
 copy src/{site/resources/download.cgi => 
main/resources/config/maven-eclipse-importorder.txt} (83%)
 copy Jenkinsfile => src/main/resources/config/maven-header-plain.txt (96%)
 create mode 100644 src/main/resources/config/maven-idea-codestyle-2022.xml
 create mode 100644 src/main/resources/config/maven-idea-codestyle.xml
 copy src/main/resources/config/{maven_checks.xml => 
maven_checks_nocodestyle.xml} (60%)
 delete mode 100644 src/main/resources/org/apache/maven/plugins/announcement.vm
 delete mode 100644 src/main/resources/org/apache/maven/shared/announcement.vm

Reply via email to