github.com/ouraigua/jenkins-library@v0.0.0-20231028010029-fbeaf2f3aa9b/pkg/piperutils/testdata/test2_pom.xml (about)

     1  <?xml version="1.0" encoding="UTF-8"?>
     2  
     3  <project
     4      xmlns="http://maven.apache.org/POM/4.0.0">
     5      <modelVersion>4.0.0</modelVersion>
     6      <artifactId>parent-inherit-test</artifactId>
     7      <version>1.0.0</version>
     8      <packaging>jar</packaging>
     9  
    10      <parent>
    11          <groupId>com.sap.ldi</groupId>
    12          <artifactId>ldi-parent-root</artifactId>
    13          <version>7.4.0</version>
    14      </parent>
    15  </project>