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 89d76763af035c23383ab5f1709248c450058a05 Author: Arvind Prabhakar <[email protected]> AuthorDate: Mon Mar 19 23:15:42 2012 +0000 FLUME-1032. Fix Flume NG build. (Mike Percy via Arvind Prabhakar) git-svn-id: https://svn.apache.org/repos/asf/incubator/flume/trunk@1302711 13f79535-47bb-0310-9956-ffa450edef68 --- 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 d1c443d..973890e 100644 --- a/flume-ng-log4jappender/pom.xml +++ b/flume-ng-log4jappender/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <relativePath>..</relativePath> </parent> - <groupId>org.apache.flume</groupId> + <groupId>org.apache.flume.flume-ng-clients</groupId> <artifactId>flume-ng-log4jappender</artifactId> <name>Flume NG Log4j Appender</name>
