We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f3aa1 commit 2db383dCopy full SHA for 2db383d
2 files changed
build.sbt
@@ -2,7 +2,7 @@ name := "finatra"
2
3
organization := "com.twitter"
4
5
-version := "1.5.4-SNAPSHOT"
+version := "1.5.4"
6
7
scalaVersion := "2.10.3"
8
pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.twitter</groupId>
<artifactId>finatra</artifactId>
- <version>1.5.4-SNAPSHOT</version>
+ <version>1.5.4</version>
<name>${project.artifactId}</name>
<description>Sinatra clone on top of finagle-http</description>
9
<inceptionYear>2012</inceptionYear>
0 commit comments