This is an automated email from the ASF dual-hosted git repository. ppkarwasz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-flume-legacy.git
commit e298a0d9c217fb0f4fa3f91580f150c77379834b Author: Ralph Goers <[email protected]> AuthorDate: Mon Jul 11 16:23:53 2022 -0700 FLUME-3427 - Add automatic module names --- flume-ng-log4jappender/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flume-ng-log4jappender/pom.xml b/flume-ng-log4jappender/pom.xml index 797a00f..e8fb40a 100644 --- a/flume-ng-log4jappender/pom.xml +++ b/flume-ng-log4jappender/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <artifactId>flume-ng-clients</artifactId> <groupId>org.apache.flume</groupId> - <version>2.0.0-SNAPSHOT</version> + <version>1.10.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -33,6 +33,7 @@ limitations under the License. <!-- TODO fix spotbugs/pmd violations --> <spotbugs.maxAllowedViolations>2</spotbugs.maxAllowedViolations> <pmd.maxAllowedViolations>1</pmd.maxAllowedViolations> + <module.name>org.apache.flume.clients.log4jappender</module.name> </properties> <build>
