mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
9 lines
421 B
XML
9 lines
421 B
XML
<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 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>com.sap.piper</groupId>
|
|
<artifactId>library-test</artifactId>
|
|
<packaging>war</packaging>
|
|
<version>1.2.3</version>
|
|
<name>library-test</name>
|
|
</project>
|