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

Commit

Permalink
Upgrade alerts to 0.3.0.Final-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasponce committed Jul 20, 2015
1 parent c0d2e20 commit 8ffd185
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<include>org.hawkular:hawkular-pinger</include>
<include>org.hawkular:hawkular-avail-creator</include>
<include>org.hawkular.accounts:hawkular-accounts:war</include>
<include>org.hawkular.alerts:hawkular-alerts-ear</include>
<include>org.hawkular.alerts:hawkular-alerts-rest:war</include>
<include>org.hawkular.alerts:hawkular-actions-email</include>
<include>org.hawkular.metrics:hawkular-metrics-api-jaxrs</include>
<include>org.hawkular.commons:hawkular-commons-embedded-cassandra-ear</include>
Expand Down
4 changes: 2 additions & 2 deletions dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
</dependency>
<dependency>
<groupId>org.hawkular.alerts</groupId>
<artifactId>hawkular-alerts-ear</artifactId>
<type>ear</type>
<artifactId>hawkular-alerts-rest</artifactId>
<type>war</type>
</dependency>
<dependency>
<groupId>org.hawkular.alerts</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<version.gnu.getopt>1.0.13</version.gnu.getopt>
<version.org.hawkular.accounts>1.0.8.Final</version.org.hawkular.accounts>
<version.org.hawkular.agent>0.3.1-SNAPSHOT</version.org.hawkular.agent>
<version.org.hawkular.alerts>0.2.1.Final</version.org.hawkular.alerts>
<version.org.hawkular.alerts>0.3.0.Final-SNAPSHOT</version.org.hawkular.alerts>
<version.org.hawkular.availCreator>${project.version}</version.org.hawkular.availCreator>
<version.org.hawkular.bus>0.2.1-SNAPSHOT</version.org.hawkular.bus>
<version.org.hawkular.commons>0.1.1.Final</version.org.hawkular.commons>
Expand Down Expand Up @@ -179,9 +179,9 @@

<dependency>
<groupId>org.hawkular.alerts</groupId>
<artifactId>hawkular-alerts-ear</artifactId>
<artifactId>hawkular-alerts-rest</artifactId>
<version>${version.org.hawkular.alerts}</version>
<type>ear</type>
<type>war</type>
</dependency>

<dependency>
Expand Down

0 comments on commit 8ffd185

Please sign in to comment.