Skip to content

Commit

Permalink
[split] release finagle version 6.12.0
Browse files Browse the repository at this point in the history
RB_ID=289233
TBR=true
  • Loading branch information
stevegury authored and CI committed Feb 15, 2014
1 parent 0921133 commit 3b3d29d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -6,7 +6,7 @@ import com.typesafe.sbt.site.SphinxSupport.Sphinx
object Scrooge extends Build { object Scrooge extends Build {
val libVersion = "3.12.2" val libVersion = "3.12.2"
val utilVersion = "6.12.0" val utilVersion = "6.12.0"
val finagleVersion = "6.11.1" val finagleVersion = "6.12.0"


def util(which: String) = "com.twitter" %% ("util-"+which) % utilVersion def util(which: String) = "com.twitter" %% ("util-"+which) % utilVersion
def finagle(which: String) = "com.twitter" %% ("finagle-"+which) % finagleVersion def finagle(which: String) = "com.twitter" %% ("finagle-"+which) % finagleVersion
Expand Down
4 changes: 2 additions & 2 deletions scrooge-generator/pom.xml
Expand Up @@ -101,13 +101,13 @@
<dependency> <dependency>
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>finagle-core</artifactId> <artifactId>finagle-core</artifactId>
<version>6.11.2-SNAPSHOT</version> <version>6.12.1-SNAPSHOT</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>finagle-thrift</artifactId> <artifactId>finagle-thrift</artifactId>
<version>6.11.2-SNAPSHOT</version> <version>6.12.1-SNAPSHOT</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
Expand Down
4 changes: 2 additions & 2 deletions scrooge-ostrich/pom.xml
Expand Up @@ -20,12 +20,12 @@
<dependency> <dependency>
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>finagle-thrift</artifactId> <artifactId>finagle-thrift</artifactId>
<version>6.11.2-SNAPSHOT</version> <version>6.12.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>finagle-ostrich4</artifactId> <artifactId>finagle-ostrich4</artifactId>
<version>6.11.2-SNAPSHOT</version> <version>6.12.1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
2 changes: 1 addition & 1 deletion scrooge-runtime/pom.xml
Expand Up @@ -25,7 +25,7 @@
<dependency> <dependency>
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>finagle-thrift</artifactId> <artifactId>finagle-thrift</artifactId>
<version>6.11.2-SNAPSHOT</version> <version>6.12.1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

0 comments on commit 3b3d29d

Please sign in to comment.