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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> | |||
<parent> | <parent> | |||
<artifactId>log4j</artifactId> | <artifactId>log4j</artifactId> | |||
<groupId>org.apache.logging.log4j</groupId> | <groupId>org.apache.logging.log4j</groupId> | |||
<version>2.12.3</version> | <version>2.12.4</version> | |||
</parent> | </parent> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<artifactId>log4j-appserver</artifactId> | <artifactId>log4j-appserver</artifactId> | |||
<packaging>jar</packaging> | <packaging>jar</packaging> | |||
<name>Apache Log4j App Server Support</name> | <name>Apache Log4j App Server Support</name> | |||
<description>Provide Log4j as the logging implementation for application serve rs</description> | <description>Provide Log4j as the logging implementation for application serve rs</description> | |||
<properties> | <properties> | |||
<log4jParentDir>${basedir}/..</log4jParentDir> | <log4jParentDir>${basedir}/..</log4jParentDir> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |