Skip to content

Commit

Permalink
Merge pull request ReadyTalk#1 from ReadyTalk/library_upgrades
Browse files Browse the repository at this point in the history
Upgrading libraries to most recent versions and changing URI to fork.
  • Loading branch information
mgodave committed Jun 8, 2013
2 parents 134e08b + bc660d8 commit 6494c39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<name>Metrics Statsd Support</name>
<version>2.3.1-SNAPSHOT</version>
<packaging>jar</packaging>
<url>http://github.com/organicveggie/metrics-statsd/</url>
<url>https://github.com/ReadyTalk/metrics-statsd/</url>
<description>Statsd reporter for codahale/metrics.</description>

<properties>
<metrics.version>2.1.3</metrics.version>
<slf4j.version>1.6.4</slf4j.version>
<slf4j.version>1.7.5</slf4j.version>
</properties>

<developers>
Expand Down Expand Up @@ -81,14 +81,14 @@
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>4.10</version>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.0</version>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 6494c39

Please sign in to comment.