github.com/jfrog/jfrog-cli-core/v2@v2.52.0/tests/testdata/maven-example-with-wrapper/multi2/pom.xml (about) 1 <?xml version="1.0" encoding="UTF-8"?> 2 <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"> 3 <modelVersion>4.0.0</modelVersion> 4 <parent> 5 <groupId>org.jfrog.test</groupId> 6 <artifactId>multi</artifactId> 7 <version>3.7-SNAPSHOT</version> 8 </parent> 9 10 <properties> 11 <daversion>${project.parent.version}</daversion> 12 </properties> 13 14 <artifactId>multi2</artifactId> 15 <version>3.7-SNAPSHOT</version> 16 <packaging>jar</packaging> 17 <name>Multi 2</name> 18 19 </project>