pom.xml (apache-log4j-2.12.3-src) | : | pom.xml (apache-log4j-2.12.4-src) | ||
---|---|---|---|---|
skipping to change at line 24 | skipping to change at line 24 | |||
~ 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> | |||
<groupId>org.apache.logging.log4j.samples</groupId> | <groupId>org.apache.logging.log4j.samples</groupId> | |||
<artifactId>log4j-spring-cloud-config-sample-server</artifactId> | <artifactId>log4j-spring-cloud-config-sample-server</artifactId> | |||
<packaging>jar</packaging> | <packaging>jar</packaging> | |||
<version>2.12.3</version> | <version>2.12.4</version> | |||
<name>Log4j Sample Configuration Service</name> | <name>Log4j Sample Configuration Service</name> | |||
<description>Sample Cloud Config Server</description> | <description>Sample Cloud Config Server</description> | |||
<parent> | <parent> | |||
<groupId>org.springframework.boot</groupId> | <groupId>org.springframework.boot</groupId> | |||
<artifactId>spring-boot-starter-parent</artifactId> | <artifactId>spring-boot-starter-parent</artifactId> | |||
<version>2.1.2.RELEASE</version> | <version>2.1.2.RELEASE</version> | |||
<relativePath /> <!-- lookup parent from repository --> | <relativePath /> <!-- lookup parent from repository --> | |||
</parent> | </parent> | |||
skipping to change at line 318 | skipping to change at line 318 | |||
</goals> | </goals> | |||
</execution> | </execution> | |||
</executions> | </executions> | |||
</plugin> | </plugin> | |||
</plugins> | </plugins> | |||
</build> | </build> | |||
</profile> | </profile> | |||
</profiles> | </profiles> | |||
<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 |