Skip to content

Commit

Permalink
roll back - can't use parent pom snapshot
Browse files Browse the repository at this point in the history
temporarily override plugin version to use the newer one
  • Loading branch information
jmazzitelli committed Feb 25, 2015
1 parent d0583f0 commit 8479173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hawkular-nest/hawkular-nest-distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-extension-maven-plugin</artifactId>
<version>0.6.0</version> <!-- TODO DELETE ME when parent pom v8 is used -->
<executions>
<execution>
<id>install-bus-broker-module</id>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular</groupId>
<artifactId>hawkular-parent</artifactId>
<version>8-SNAPSHOT</version>
<version>7</version>
</parent>

<groupId>org.hawkular.bus</groupId>
Expand Down

0 comments on commit 8479173

Please sign in to comment.