Skip to content

Commit

Permalink
use project.version to help avoid release plugin error
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed May 19, 2015
1 parent 85890f2 commit 24b8d69
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions hawkular-nest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
<name>Hawkular Nest Root Parent</name>
<inceptionYear>2015</inceptionYear>

<properties>
<version.org.hawkular.bus>${project.version}</version.org.hawkular.bus>
</properties>

<modules>
<module>hawkular-nest-wf-extension</module>
<module>hawkular-nest-distro</module>
Expand All @@ -48,32 +44,32 @@
<dependency>
<groupId>org.hawkular.bus</groupId>
<artifactId>hawkular-bus-broker-wf-extension</artifactId>
<version>${version.org.hawkular.bus}</version>
<version>${project.version}</version>
<classifier>module</classifier>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.hawkular.bus</groupId>
<artifactId>hawkular-bus-broker-wf-extension</artifactId>
<version>${version.org.hawkular.bus}</version>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.hawkular.bus</groupId>
<artifactId>hawkular-bus-common</artifactId>
<version>${version.org.hawkular.bus}</version>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.hawkular.bus</groupId>
<artifactId>hawkular-bus-mdb</artifactId>
<version>${version.org.hawkular.bus}</version>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.hawkular.bus</groupId>
<artifactId>hawkular-bus-ra-wf-module</artifactId>
<version>${version.org.hawkular.bus}</version>
<version>${project.version}</version>
<classifier>module</classifier>
<type>zip</type>
</dependency>
Expand Down

0 comments on commit 24b8d69

Please sign in to comment.