github.com/jenkins-x/jx/v2@v2.1.155/pkg/cmd/step/test_data/next_version/java/pom.xml (about) 1 <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"> 2 <modelVersion>4.0.0</modelVersion> 3 4 <parent> 5 <groupId>org.sonatype.oss</groupId> 6 <artifactId>oss-parent</artifactId> 7 <version>9</version> 8 </parent> 9 10 <groupId>io.test</groupId> 11 <artifactId>parent</artifactId> 12 <version>1.0-SNAPSHOT</version> 13 <packaging>pom</packaging> 14 </project>