pom.xml (apache-log4j-2.12.3-src) | : | pom.xml (apache-log4j-2.12.4-src) | ||
---|---|---|---|---|
skipping to change at line 23 | skipping to change at line 23 | |||
distributed under the License is distributed on an "AS IS" BASIS, | distributed under the License is distributed on an "AS IS" BASIS, | |||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||
See the License for the specific language governing permissions and | See the License for the specific language governing permissions and | |||
limitations under the License. | limitations under the License. | |||
--> | --> | |||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/ 2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 h ttp://maven.apache.org/maven-v4_0_0.xsd"> | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/ 2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 h ttp://maven.apache.org/maven-v4_0_0.xsd"> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<parent> | <parent> | |||
<groupId>org.apache.logging.log4j</groupId> | <groupId>org.apache.logging.log4j</groupId> | |||
<artifactId>log4j</artifactId> | <artifactId>log4j</artifactId> | |||
<version>2.12.3</version> | <version>2.12.4</version> | |||
<relativePath>../</relativePath> | <relativePath>../</relativePath> | |||
</parent> | </parent> | |||
<artifactId>log4j-to-slf4j</artifactId> | <artifactId>log4j-to-slf4j</artifactId> | |||
<packaging>jar</packaging> | <packaging>jar</packaging> | |||
<name>Apache Log4j to SLF4J Adapter</name> | <name>Apache Log4j to SLF4J Adapter</name> | |||
<description>The Apache Log4j binding between Log4j 2 API and SLF4J.</descript ion> | <description>The Apache Log4j binding between Log4j 2 API and SLF4J.</descript ion> | |||
<properties> | <properties> | |||
<log4jParentDir>${basedir}/..</log4jParentDir> | <log4jParentDir>${basedir}/..</log4jParentDir> | |||
<docLabel>SLF4J Documentation</docLabel> | <docLabel>SLF4J Documentation</docLabel> | |||
<projectDir>/log4j-to-slf4j</projectDir> | <projectDir>/log4j-to-slf4j</projectDir> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |