Skip to content

Commit

Permalink
Renamed module monitoring/cluster to cluster-safety to fix name clash
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnerbart committed Aug 18, 2017
1 parent 989b088 commit 39be8db
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>cluster</artifactId>
<artifactId>cluster-safety</artifactId>
<name>Monitoring - Cluster/Member Safety Examples</name>
<description>Code samples for testing cluster/member safety.</description>

Expand Down
2 changes: 1 addition & 1 deletion monitoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</properties>

<modules>
<module>cluster</module>
<module>cluster-safety</module>
</modules>

<dependencies>
Expand Down

0 comments on commit 39be8db

Please sign in to comment.