Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
fix parent
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Feb 24, 2015
1 parent 84c3494 commit f5a37ab
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions kettle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@

<parent>
<groupId>org.hawkular</groupId>
<artifactId>hawkular-parent</artifactId>
<version>7</version>
<artifactId>hawkular</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>hawkular-kettle</artifactId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Hawkular Kettle</name>
<description>Hawkular distribution that integrates all components into a single server.</description>
Expand Down Expand Up @@ -153,7 +152,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
<version>1.0</version>
<version>1.0</version> <!-- TODO remove after moving to parent pom 8 -->
<executions>
<execution>
<id>transform-standalone-xml</id>
Expand Down

0 comments on commit f5a37ab

Please sign in to comment.