Skip to content

Commit

Permalink
bump for 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Capote committed Feb 3, 2014
1 parent 02ffd67 commit 9154f39
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object App extends FinatraServer {
### SBT (dual published for 2.9.x or 2.10.x)

```scala
"com.twitter" %% "finatra" % "1.5.1"
"com.twitter" %% "finatra" % "1.5.2"
```

### Maven
Expand All @@ -34,7 +34,7 @@ object App extends FinatraServer {
<groupId>com.twitter</groupId>
<artifactId>finatra_2.10</artifactId>
<!-- for 2.9 <artifactId>finatra_2.9.2</artifactId> -->
<version>1.5.1</version>
<version>1.5.2</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "finatra"

organization := "com.twitter"

version := "1.5.2-SNAPSHOT"
version := "1.5.3-SNAPSHOT"

scalaVersion := "2.10.3"

Expand All @@ -13,8 +13,8 @@ crossScalaVersions := Seq("2.9.2", "2.10.3")
//Main

libraryDependencies ++= Seq(
"com.twitter" %% "twitter-server" % "1.4.0",
"com.twitter" %% "finagle-stats" % "6.10.0",
"com.twitter" %% "twitter-server" % "1.4.1",
"com.twitter" %% "finagle-stats" % "6.11.1",
"commons-io" % "commons-io" % "1.3.2",
"org.scalatest" %% "scalatest" % "1.9.2",
"com.google.code.findbugs" % "jsr305" % "2.0.1",
Expand Down
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.twitter</groupId>
<artifactId>finatra</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.5.3-SNAPSHOT</version>
<name>${project.artifactId}</name>
<description>Sinatra clone on top of finagle-http</description>
<inceptionYear>2012</inceptionYear>
Expand Down Expand Up @@ -85,7 +85,12 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>twitter-server_2.10</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-stats_2.10</artifactId>
<version>6.11.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down
2 changes: 1 addition & 1 deletion script/finatra/lib/base.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=1.5.1
VERSION=1.5.2
EXAMPLE_REPO=~/personal/code/finatra_example


Expand Down

0 comments on commit 9154f39

Please sign in to comment.