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 1fcab793ed507591d647b28af0830122f70ee8f0 Author: Ralph Goers <[email protected]> AuthorDate: Fri Sep 23 08:08:08 2022 -0700 Change version number --- flume-ng-log4jappender/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flume-ng-log4jappender/pom.xml b/flume-ng-log4jappender/pom.xml index 6e75184..05c85c7 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.11.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent>
