blob: 8c5dca901b4da91a472d506098b90875970aa3a2 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>grandparent.groupid</groupId>
<artifactId>grandparent.artifactId</artifactId>
<version>1.2.3</version>
</parent>
<!-- groupId and version inherited from grandparent -->
<artifactId>bundle-parent</artifactId>
<packaging>pom</packaging>
</project>