Skip to content

Commit

Permalink
Revert "Removed parent info in BOM's pom.xml"
Browse files Browse the repository at this point in the history
This reverts commit 8799620.
  • Loading branch information
gastaldi committed Feb 16, 2016
1 parent dd0c57f commit b2020f6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bom/pom.xml
@@ -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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>20</version>
<relativePath />
</parent>
<groupId>org.jboss.forge</groupId>
<artifactId>forge-bom</artifactId>
<version>3.0.0-SNAPSHOT</version>
Expand Down Expand Up @@ -415,7 +421,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5</version>
<configuration>
<preparationGoals>clean install</preparationGoals>
<releaseProfiles>gpg-sign,release</releaseProfiles>
Expand Down

0 comments on commit b2020f6

Please sign in to comment.