Skip to content

Commit

Permalink
Releasing v2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
karma4u101 committed Jul 31, 2016
1 parent 72faf67 commit 71d9ae6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ moduleName := "lift-jquery-module"

organization := "net.liftmodules"

version in ThisBuild := "2.10-SNAPSHOT"
version in ThisBuild := "2.10"

liftVersion in ThisBuild <<= liftVersion ?? "3.0-RC3"

Expand Down
2 changes: 1 addition & 1 deletion project/autobuildscript/build-publish-Lift26.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
alias pub=publish-signed

set version in ThisBuild:="2.10-SNAPSHOT"
set version in ThisBuild:="2.10"

set liftVersion in ThisBuild:="2.6.2"

Expand Down
2 changes: 1 addition & 1 deletion project/autobuildscript/build-publish-Lift3.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
alias pub=publish-signed

set version in ThisBuild:="2.10-SNAPSHOT"
set version in ThisBuild:="2.10"

set liftVersion in ThisBuild:="3.0-RC3"

Expand Down

0 comments on commit 71d9ae6

Please sign in to comment.