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

Commit

Permalink
[split] Stabilize the birdcage
Browse files Browse the repository at this point in the history
RB_ID=85705
TBR=true
  • Loading branch information
Andy Reitz committed Sep 12, 2012
1 parent 8222dc4 commit ef71b04
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 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-SNAPSHOT</version>
<version>0.24.1</version>
<parent>
<groupId>com.twitter</groupId>
<artifactId>scala-parent-292</artifactId>
Expand Down Expand Up @@ -48,17 +48,17 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-core</artifactId>
<version>5.3.10-SNAPSHOT</version>
<version>5.3.10</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-thrift</artifactId>
<version>5.3.10-SNAPSHOT</version>
<version>5.3.10</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-core</artifactId>
<version>5.3.11-SNAPSHOT</version>
<version>5.3.11</version>
</dependency>
</dependencies>
<build>
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-SNAPSHOT</version>
<version>0.24.1</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-SNAPSHOT</version>
<version>0.24.1</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-SNAPSHOT</version>
<version>0.24.1</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-SNAPSHOT</version>
<version>0.24.1</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-serversets</artifactId>
<version>5.3.10-SNAPSHOT</version>
<version>5.3.10</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.1-SNAPSHOT</version>
<version>0.24.1</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-SNAPSHOT</version>
<version>0.24.1</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-ostrich4</artifactId>
<version>5.3.10-SNAPSHOT</version>
<version>5.3.10</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-stress</artifactId>
<version>5.3.10-SNAPSHOT</version>
<version>5.3.10</version>
</dependency>
</dependencies>
</project>

0 comments on commit ef71b04

Please sign in to comment.