Skip to content

Commit

Permalink
[SHRINKWRAP-367] Make SW BOM have no parent
Browse files Browse the repository at this point in the history
  • Loading branch information
ALRubinger committed Dec 7, 2011
1 parent 91961ec commit 9cf7089
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,14 @@
-->
<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">

<!-- Parent -->
<parent>
<groupId>org.jboss.shrinkwrap</groupId>
<artifactId>shrinkwrap-parent</artifactId>
<version>1.0.0-cr-2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<!-- Model Version -->
<modelVersion>4.0.0</modelVersion>

<!-- Artifact Configuration -->
<groupId>org.jboss.shrinkwrap</groupId>
<artifactId>shrinkwrap-bom</artifactId>
<version>1.0.0-cr-2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ShrinkWrap Bill of Materials</name>
<description>Centralized dependencyManagement for the ShrinkWrap Project</description>

Expand Down Expand Up @@ -52,5 +47,16 @@
</dependencies>

</dependencyManagement>

<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-9</version>
</plugin>
</plugins>
</pluginManagement>
</build>

</project>

0 comments on commit 9cf7089

Please sign in to comment.