Skip to content

Commit 95d87b0

Browse files
committed
Publishing v2.9
1 parent c31a28f commit 95d87b0

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ Update log
3838
For update history see the [History log](https://github.com/karma4u101/lift-jquery-module#history-log) section
3939

4040
**Latest Stable Releases:**
41-
- **2015-08-XX** -- Module v2.9 artifact released for Lift 2.6.2 (Scala 2.11,2.10,2.9.2,2.9.1-1,2.9.1), 3.0-M6 (Scala 2.11)
41+
- **2015-08-08** -- Module v2.9 artifact released for Lift 2.6.2 (Scala 2.11,2.10,2.9.2,2.9.1-1,2.9.1), 3.0-M6 (Scala 2.11)
4242
- **2014-06-27** -- Module v2.8 artifact released for Lift 2.5, 2.6, 3.0-M1
4343

4444
**Latest updates**
45+
- **2015-08-08** -- Module v2.9 released for Lift 2.6.2, 3.0-M6
4546
- **2015-08-05** -- Module v2.9-SNAPSHOT released for Lift 2.6.2, 3.0-M6
4647
- **2015-08-05** -- Module v2.9-SNAPSHOT Removing long time deprications (v1.7.1,1.11.0)
4748
- **2015-06-16** -- Module v2.9-SNAPSHOT Added jquery v1.11.3 and v2.1.4

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ moduleName := "lift-jquery-module"
22

33
organization := "net.liftmodules"
44

5-
version in ThisBuild := "2.9-SNAPSHOT"
5+
version in ThisBuild := "2.9"
66

77
liftVersion in ThisBuild <<= liftVersion ?? "2.6.2"
88

project/autobuildscript/build-publish-Lift26.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
alias pub=publish-signed
22

3-
set version in ThisBuild:="2.9-SNAPSHOT"
3+
set version in ThisBuild:="2.9"
44

55
set liftVersion in ThisBuild:="2.6.2"
66

project/autobuildscript/build-publish-Lift3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
alias pub=publish-signed
22

3-
set version in ThisBuild:="2.9-SNAPSHOT"
3+
set version in ThisBuild:="2.9"
44

55
set liftVersion in ThisBuild:="3.0-M6"
66

0 commit comments

Comments
 (0)