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

Commit

Permalink
[split] release version 6.1.0 of util
Browse files Browse the repository at this point in the history
RB_ID=121378
TBR=true
  • Loading branch information
stevegury authored and CI committed Jan 31, 2013
1 parent 28c5e54 commit c57ef4a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
@@ -1,3 +1,14 @@
9.1.0
-----
release: 30 January 2013

- Fix Distribution.average() method that can lead to "divide by zero" exception
- Add contention snapshot
- Enforce a minimum StatsListener period
- Add /health, /quitquitquit and /abort to the default Ostrich admin interface
- Reduce the number of stats we are reporting (This drops p25 and p75)
- update util versions

8.2.9
-----
release: 16 October 2012
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -55,22 +55,22 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-core</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-eval</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-logging</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-jvm</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>

0 comments on commit c57ef4a

Please sign in to comment.