Skip to content

Commit

Permalink
Setting version to 1.2.12-RC1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
bpholt committed Aug 9, 2017
1 parent d3d9002 commit af81e07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ lazy val buildSettings = Seq(
"org.specs2" %% "specs2-mock" % specs2Version % "test"
)
},
releaseVersionBump := sbtrelease.Version.Bump.Minor,
releaseProcess --= {
import ReleaseTransformations._
Seq(runClean, runTest, publishArtifacts)
}
releaseVersionBump := sbtrelease.Version.Bump.Minor
)

lazy val bintraySettings = Seq(
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "1.2.12-SNAPSHOT"
version in ThisBuild := "1.2.12-RC1-SNAPSHOT"

0 comments on commit af81e07

Please sign in to comment.