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"> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<parent> | <parent> | |||
<artifactId>log4j-samples</artifactId> | <artifactId>log4j-samples</artifactId> | |||
<groupId>org.apache.logging.log4j.samples</groupId> | <groupId>org.apache.logging.log4j.samples</groupId> | |||
<version>2.12.3</version> | <version>2.12.4</version> | |||
</parent> | </parent> | |||
<artifactId>log4j-samples-flume-embedded</artifactId> | <artifactId>log4j-samples-flume-embedded</artifactId> | |||
<packaging>war</packaging> | <packaging>war</packaging> | |||
<name>Apache Log4j Samples: Flume - Embedded</name> | <name>Apache Log4j Samples: Flume - Embedded</name> | |||
<url>http://maven.apache.org</url> | <url>http://maven.apache.org</url> | |||
<properties> | <properties> | |||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |||
<deploy.plugin.version>2.8.2</deploy.plugin.version> | <deploy.plugin.version>2.8.2</deploy.plugin.version> | |||
</properties> | </properties> | |||
<dependencies> | <dependencies> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |