Skip to content

Commit

Permalink
Added parent back to BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Feb 16, 2016
1 parent d3eeb2a commit bc2987d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<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">
<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>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>19</version>
</parent>
<groupId>org.jboss.forge.roaster</groupId>
<artifactId>roaster-bom</artifactId>
<version>2.18.2-SNAPSHOT</version>
Expand Down

0 comments on commit bc2987d

Please sign in to comment.