Skip to content

Commit

Permalink
Adds parent pom to use common DM settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Sep 22, 2014
1 parent 87c204e commit bc78860
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<groupId>org.apache.struts</groupId>
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts-master</artifactId>
<version>9</version>
</parent>

<artifactId>struts2-bom</artifactId>
<version>${struts-version.version}</version>
<packaging>pom</packaging>
Expand Down

0 comments on commit bc78860

Please sign in to comment.