Skip to content

Commit

Permalink
Fix some legacy naming issues in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jshaughn committed Jul 28, 2015
1 parent 7aaba6d commit 8343fef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions hawkular-alerts-rest-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>hawkular-actions-email</artifactId>
<artifactId>hawkular-alerts-actions-email</artifactId>
<version>${project.version}</version>
<type>war</type>
<scope>test</scope>
Expand Down Expand Up @@ -211,11 +211,11 @@
</artifactItem>
<artifactItem>
<groupId>org.hawkular.alerts</groupId>
<artifactId>hawkular-actions-email</artifactId>
<artifactId>hawkular-alerts-actions-email</artifactId>
<type>war</type>
<overWrite>true</overWrite>
<outputDirectory>${hawkular.deployments}</outputDirectory>
<destFileName>hawkular-actions-email.war</destFileName>
<destFileName>hawkular-alerts-actions-email.war</destFileName>
</artifactItem>
</artifactItems>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion hawkular-alerts-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<dependency>
<groupId>org.hawkular.alerts</groupId>
<artifactId>hawkular-actions-api</artifactId>
<artifactId>hawkular-alerts-actions-api</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down

0 comments on commit 8343fef

Please sign in to comment.