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

rgoers pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new dedc79d  Fix license header
dedc79d is described below

commit dedc79dd7f5aee4ce06b839a83073d626210c7e8
Author: Ralph Goers <rgo...@apache.org>
AuthorDate: Sat Feb 2 17:11:26 2019 -0700

    Fix license header
---
 .../log4j/core/appender/ReconfigureAppenderTest.java     | 16 ++++++++++++++--
 pom.xml                                                  |  2 ++
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git 
a/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/ReconfigureAppenderTest.java
 
b/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/ReconfigureAppenderTest.java
index 1df2519..bbdf01d 100644
--- 
a/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/ReconfigureAppenderTest.java
+++ 
b/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/ReconfigureAppenderTest.java
@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2019 Nextiva, Inc. to Present.
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache license, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the license for the specific language governing permissions and
+ * limitations under the license.
  */
 package org.apache.logging.log4j.core.appender;
 
diff --git a/pom.xml b/pom.xml
index a603b8d..706ae52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1386,6 +1386,7 @@
             <!-- Other -->
             <exclude>felix-cache/**</exclude>
             <exclude>RELEASE-NOTES.txt</exclude>
+            <exlude>**/revapi.json</exlude>
           </excludes>
         </configuration>
       </plugin>
@@ -1562,6 +1563,7 @@
                 <!-- Other -->
                 <exclude>felix-cache/**</exclude>
                 <exclude>RELEASE-NOTES.md</exclude>
+                <exlude>**/revapi.json</exlude>
               </excludes>
             </configuration>
             <executions>

Reply via email to