mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-16 11:09:33 +02:00
15 lines
403 B
XML
15 lines
403 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project
|
|
xmlns="http://maven.apache.org/POM/4.0.0">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>parent-inherit-test</artifactId>
|
|
<version>1.0.0</version>
|
|
<packaging>jar</packaging>
|
|
|
|
<parent>
|
|
<groupId>com.sap.ldi</groupId>
|
|
<artifactId>ldi-parent-root</artifactId>
|
|
<version>7.4.0</version>
|
|
</parent>
|
|
</project> |