pom.xml (apache-log4j-2.12.3-src) | : | pom.xml (apache-log4j-2.12.4-src) | ||
---|---|---|---|---|
skipping to change at line 29 | skipping to change at line 29 | |||
<parent> | <parent> | |||
<groupId>org.apache.logging</groupId> | <groupId>org.apache.logging</groupId> | |||
<artifactId>logging-parent</artifactId> | <artifactId>logging-parent</artifactId> | |||
<version>1</version> | <version>1</version> | |||
</parent> | </parent> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<name>Apache Log4j BOM</name> | <name>Apache Log4j BOM</name> | |||
<description>Apache Log4j Bill of Materials</description> | <description>Apache Log4j Bill of Materials</description> | |||
<groupId>org.apache.logging.log4j</groupId> | <groupId>org.apache.logging.log4j</groupId> | |||
<artifactId>log4j-bom</artifactId> | <artifactId>log4j-bom</artifactId> | |||
<version>2.12.3</version> | <version>2.12.4</version> | |||
<packaging>pom</packaging> | <packaging>pom</packaging> | |||
<dependencyManagement> | <dependencyManagement> | |||
<dependencies> | <dependencies> | |||
<!-- Log4j API --> | <!-- Log4j API --> | |||
<dependency> | <dependency> | |||
<groupId>org.apache.logging.log4j</groupId> | <groupId>org.apache.logging.log4j</groupId> | |||
<artifactId>log4j-api</artifactId> | <artifactId>log4j-api</artifactId> | |||
<version>${project.version}</version> | <version>${project.version}</version> | |||
</dependency> | </dependency> | |||
<!-- Core Log4j --> | <!-- Core Log4j --> | |||
skipping to change at line 196 | skipping to change at line 196 | |||
<artifactId>maven-doap-plugin</artifactId> | <artifactId>maven-doap-plugin</artifactId> | |||
<version>1.2</version> | <version>1.2</version> | |||
<configuration> | <configuration> | |||
<skip>true</skip> | <skip>true</skip> | |||
</configuration> | </configuration> | |||
</plugin> | </plugin> | |||
</plugins> | </plugins> | |||
</build> | </build> | |||
<scm> | <scm> | |||
<tag>log4j-2.12.3-rc1</tag> | <tag>log4j-2.12.4-rc1</tag> | |||
</scm> | </scm> | |||
</project> | </project> | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |