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

Commit

Permalink
metrics bus API
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Apr 20, 2015
1 parent ee47524 commit 30d8711
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>hawkular-metrics-message-api</artifactId>
<name>Hawkular Metrics Message API</name>
<description>JSON Schema/Java API for metrics messages.</description>
<artifactId>hawkular-metrics-bus-message-api</artifactId>
<name>Hawkular Metrics Bus Message API</name>
<description>JSON Schema/Java API for metrics bus messages.</description>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<module>ui/console</module>
<module>modules/pinger</module>
<module>modules/avail-creator</module>
<module>modules/json/metrics</module>
<module>modules/clients/metrics-bus</module>
<module>kettle</module>
</modules>

Expand Down

0 comments on commit 30d8711

Please sign in to comment.