-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publisning v2.7 for Lift 2.5 and 2.6
- Loading branch information
1 parent
a13857c
commit 16925d6
Showing
4 changed files
with
20 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
alias pub=publish-local-signed | ||
|
||
set version in ThisBuild:="2.8-SNAPSHOT" | ||
|
||
set liftVersion in ThisBuild:="3.0-SNAPSHOT" | ||
set scalaVersion in ThisBuild:="2.10.4" | ||
|
||
project Lift-JQuery-Module | ||
clean | ||
update | ||
compile | ||
test | ||
pub | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
sbt.version=0.12.4 | ||
//sbt.version=0.12.4 | ||
sbt.version=0.13.1 |