Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Fix pom
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantenney committed Mar 25, 2014
1 parent d3a1bc0 commit 380ba9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>3.0.0-RC5-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Metrics Spring Integration</name>
<description>Spring integration for Yammer's Metrics Library</description>
<description>Spring integration for Coda Hale's Metrics Library</description>
<url>http://github.com/ryantenney/metrics-spring/</url>
<inceptionYear>2012</inceptionYear>
<licenses>
Expand Down Expand Up @@ -287,7 +287,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -428,7 +428,7 @@
</goals>
<configuration>
<rules>
<DependencyConvergence></DependencyConvergence>
<DependencyConvergence />
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit 380ba9f

Please sign in to comment.