Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
[split] release 5.3.14 of finagle - New release for code in: https://…
Browse files Browse the repository at this point in the history
  • Loading branch information
Xin Xiang committed Sep 25, 2012
1 parent a07bef1 commit 9d11c8b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions cassie-core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.twitter</groupId>
<artifactId>cassie-core</artifactId>
<packaging>jar</packaging>
<version>0.24.1</version>
<version>0.24.2</version>
<parent>
<groupId>com.twitter</groupId>
<artifactId>scala-parent-292</artifactId>
Expand Down Expand Up @@ -48,12 +48,12 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-core</artifactId>
<version>5.3.10</version>
<version>5.3.14</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-thrift</artifactId>
<version>5.3.10</version>
<version>5.3.14</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
Expand Down
4 changes: 2 additions & 2 deletions cassie-hadoop/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.twitter</groupId>
<artifactId>cassie-hadoop</artifactId>
<packaging>jar</packaging>
<version>0.24.1</version>
<version>0.24.2</version>
<parent>
<groupId>com.twitter</groupId>
<artifactId>scala-parent-292</artifactId>
Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>cassie-core</artifactId>
<version>0.24.1</version>
<version>0.24.2</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions cassie-serversets/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.twitter</groupId>
<artifactId>cassie-serversets</artifactId>
<packaging>jar</packaging>
<version>0.24.1</version>
<version>0.24.2</version>
<parent>
<groupId>com.twitter</groupId>
<artifactId>scala-parent-292</artifactId>
Expand All @@ -20,12 +20,12 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>cassie-core</artifactId>
<version>0.24.1</version>
<version>0.24.2</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-serversets</artifactId>
<version>5.3.10</version>
<version>5.3.14</version>
</dependency>
</dependencies>
</project>
8 changes: 4 additions & 4 deletions cassie-stress/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.twitter</groupId>
<artifactId>cassie-stress</artifactId>
<packaging>jar</packaging>
<version>0.24.3</version>
<version>0.24.4</version>
<parent>
<groupId>com.twitter</groupId>
<artifactId>scala-parent-292</artifactId>
Expand All @@ -20,17 +20,17 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>cassie-core</artifactId>
<version>0.24.1</version>
<version>0.24.2</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-ostrich4</artifactId>
<version>5.3.12</version>
<version>5.3.14</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-stress</artifactId>
<version>5.3.12</version>
<version>5.3.14</version>
</dependency>
</dependencies>
</project>

0 comments on commit 9d11c8b

Please sign in to comment.