This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
from 84b1a7ac Remove commons.releaseManagerName and commons.releaseManagerKey new 898250f0 Move 'conf' folder under 'src' like other components new 9bd1107f Format XML new b3ac3222 Use Checkstyle to validate import order The 3 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: conf/checkstyle.xml | 164 ------------------------- pom.xml | 10 +- {conf => src/conf}/CommonsConfiguration.xsd | 0 {conf => src/conf}/HEADER.txt | 0 {conf => src/conf}/README | 0 {conf => src/conf}/checkstyle-suppressions.xml | 0 src/conf/checkstyle.xml | 159 ++++++++++++++++++++++++ {conf => src/conf}/findbugs-exclude-filter.xml | 0 8 files changed, 164 insertions(+), 169 deletions(-) delete mode 100644 conf/checkstyle.xml rename {conf => src/conf}/CommonsConfiguration.xsd (100%) rename {conf => src/conf}/HEADER.txt (100%) rename {conf => src/conf}/README (100%) rename {conf => src/conf}/checkstyle-suppressions.xml (100%) create mode 100644 src/conf/checkstyle.xml rename {conf => src/conf}/findbugs-exclude-filter.xml (100%)