Skip to content

Commit

Permalink
Prepairing for v2.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
karma4u101 committed Oct 31, 2013
1 parent 295d02c commit c1b80bf
Show file tree
Hide file tree
Showing 6 changed files with 9,878 additions and 8 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ lift-jquery-module [![Build Status](https://secure.travis-ci.org/karma4u101/lift

A Lift JQuery Module currently supporting

- JQuery v1.10.2
- JQuery v1.9.1
- JQuery v1.8.2
- JQuery v1.7.2
Expand All @@ -16,15 +17,19 @@ Update log
For update history see the [History log](https://github.com/karma4u101/lift-jquery-module#history-log) section

**Latest updates**
- **2013-10-31** -- v2.5 release
- **2013-08-31** -- v2.5-SNAPSHOT Adding JQuery v1.10.2
- **2013-05-13** -- v2.4-SNAPSHOT for Lift 2.6
- **2013-04-27** -- v2.4 releas for Lift 2.5
- **2013-04-19** -- v2.4-SNAPSHOT Added JQuery v1.9.1

**Latest Stable Releases:**
- **2013-10-31** -- v2.5 artifact released for Lift 2.5, 2.6, 3.0
- **2013-04-27** -- v2.4 releas artifact released for Lift 2.5
- **2013-04-06** -- v2.3 stable artifact released for Lift 2.5 (new version schema)

**Latest snapshot Release:**
- **2013-05-13** -- v2.5-SNAPSHOT published for Lift 2.6/3.0
- **2013-05-13** -- v2.4-SNAPSHOT published for Lift 2.6
- **2013-04-25** -- v2.4-SNAPSHOT published for Lift 2.5/3.0 (new version schema)
- **2013-04-06** -- v2.3-SNAPSHOT published for Lift 2.5-RC4 (Scala 2.10.0, 2.9.2, 2.9.1-1, 2.9.1 )
Expand Down
53 changes: 49 additions & 4 deletions build-publish.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
alias pub=publish-local

set version in ThisBuild:="2.4-SNAPSHOT"
set liftVersion in ThisBuild:="2.6-SNAPSHOT"
set version in ThisBuild:="2.5"

set liftVersion in ThisBuild:="3.0-SNAPSHOT"
set scalaVersion in ThisBuild:="2.10.0"

project Lift-JQuery-Module
clean
update
compile
test
pub


set liftVersion in ThisBuild:="2.6-SNAPSHOT"
set scalaVersion in ThisBuild:="2.10.0"

project Lift-JQuery-Module
clean
update
compile
test
pub

set scalaVersion in ThisBuild:="2.9.2"
Expand All @@ -19,28 +30,62 @@ clean
update
compile
test
pub

set scalaVersion in ThisBuild:="2.9.1-1"

project Lift-JQuery-Module
clean
update
compile
test
pub


set scalaVersion in ThisBuild:="2.9.1-1"
set scalaVersion in ThisBuild:="2.9.1"

project Lift-JQuery-Module
clean
update
compile
test
pub


set liftVersion in ThisBuild:="2.5"
set scalaVersion in ThisBuild:="2.10.0"

project Lift-JQuery-Module
clean
update
compile
test
pub

set scalaVersion in ThisBuild:="2.9.2"

set scalaVersion in ThisBuild:="2.9.1"
project Lift-JQuery-Module
clean
update
compile
test
pub

set scalaVersion in ThisBuild:="2.9.1-1"

project Lift-JQuery-Module
clean
update
compile
test
pub

set scalaVersion in ThisBuild:="2.9.1"

project Lift-JQuery-Module
clean
update
compile
test
pub

6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name := "Lift-JQuery-Module"

organization := "net.liftmodules"

version in ThisBuild := "2.4-SNAPSHOT"
version in ThisBuild := "2.6-SNAPSHOT"

liftVersion in ThisBuild <<= liftVersion ?? "2.6-SNAPSHOT"
liftVersion in ThisBuild <<= liftVersion ?? "2.5-RC6"

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

Expand All @@ -14,7 +14,7 @@ scalaVersion in ThisBuild := "2.10.0"

scalacOptions ++= Seq("-unchecked", "-deprecation")

crossScalaVersions := Seq("2.10.0", "2.9.3", "2.9.2", "2.9.1-1", "2.9.1")
crossScalaVersions := Seq("2.10.0", "2.9.2", "2.9.1-1", "2.9.1")

logLevel := Level.Info

Expand Down
Loading

0 comments on commit c1b80bf

Please sign in to comment.