Skip to content

Commit

Permalink
Lift build version bump to v3.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
karma4u101 committed Apr 15, 2016
1 parent fdab577 commit e189800
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -4,7 +4,7 @@ organization := "net.liftmodules"

version in ThisBuild := "1.6-SNAPSHOT"

liftVersion in ThisBuild <<= liftVersion ?? "3.0-RC1" //"2.6.2" //
liftVersion in ThisBuild <<= liftVersion ?? "3.0-RC2" //"2.6.3" //

liftEdition in ThisBuild <<= liftVersion apply { _.substring(0,3) }

Expand Down
2 changes: 1 addition & 1 deletion project/autobuildscript/build-publish-Lift26.txt
Expand Up @@ -2,7 +2,7 @@ alias pub=publish

set version in ThisBuild:="1.6-SNAPSHOT"

set liftVersion in ThisBuild:="2.6.3"
set liftVersion in ThisBuild:="2.6.2"

set scalaVersion in ThisBuild:="2.11.4"

Expand Down
2 changes: 1 addition & 1 deletion project/autobuildscript/build-publish-Lift3.txt
Expand Up @@ -2,7 +2,7 @@ alias pub=publish

set version in ThisBuild:="1.6-SNAPSHOT"

set liftVersion in ThisBuild:="3.0-RC1"
set liftVersion in ThisBuild:="3.0-RC2"
set scalaVersion in ThisBuild:="2.11.6"

project fobo
Expand Down

0 comments on commit e189800

Please sign in to comment.