Skip to content

Commit

Permalink
Adds parent pom to bom project
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofthejars committed Feb 9, 2017
1 parent 1f24a87 commit c96199a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bom/pom.xml
Expand Up @@ -3,6 +3,13 @@

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.arquillian.cube</groupId>
<artifactId>arquillian-cube-parent</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.arquillian.cube</groupId>
<artifactId>arquillian-cube-bom</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit c96199a

Please sign in to comment.