diff --git a/README.md b/README.md index 94dd80e..2198ca0 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Update log For update history see the [History log](https://github.com/karma4u101/lift-jquery-module#history-log) section **Latest Stable Releases:** +- **2014-05-26** -- Module v2.7 artifact released for Lift 2.5, 2.6 - **2014-03-02** -- Module v2.6 artifact released for Lift 2.5, 2.6, 3.0 - **2013-10-31** -- Module v2.5 artifact released for Lift 2.5, 2.6, 3.0 - **2013-04-27** -- Module v2.4 releas artifact released for Lift 2.5 diff --git a/build-publish-Lift3.txt b/build-publish-Lift3.txt new file mode 100644 index 0000000..9ee4cb5 --- /dev/null +++ b/build-publish-Lift3.txt @@ -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 + + diff --git a/build-publish.txt b/build-publish.txt index 4883666..40af019 100644 --- a/build-publish.txt +++ b/build-publish.txt @@ -1,16 +1,6 @@ -alias pub=publish-local +alias pub=publish-signed -set version in ThisBuild:="2.7-SNAPSHOT" - -set liftVersion in ThisBuild:="3.0-SNAPSHOT" -set scalaVersion in ThisBuild:="2.10.0" - -project Lift-JQuery-Module -clean -update -compile -test -pub +set version in ThisBuild:="2.7" set liftVersion in ThisBuild:="2.6-SNAPSHOT" diff --git a/project/build.properties b/project/build.properties index 5e96e96..6abaf70 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1,2 @@ -sbt.version=0.12.4 +//sbt.version=0.12.4 +sbt.version=0.13.1 \ No newline at end of file