Skip to content

Commit 044f27e

Browse files
authored
Merge pull request #30 from karma4u101/29-release_2.10_lift_3.1
Release of Lift JQuery Module v2.10 for Lift 3.1 (Scala 2.12 and 2.11)
2 parents a2e0c79 + 64b30cb commit 044f27e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Snapshot release for Lift v3.1-SNAPSHOT, 3.0.1 and 2.6.
77
## lift-jquery-module v2.10
88

99
Released for Scala 2.11 and 2.12
10-
10+
- [Issue #29](https://github.com/karma4u101/lift-jquery-module/issues/29) Release of v2.10 for Lift v3.1
1111
- [Issue #16](https://github.com/karma4u101/lift-jquery-module/issues/16) Improving the tests
1212
- [Issue #15](https://github.com/karma4u101/lift-jquery-module/issues/15) Adding JQuery v2.2.4
1313
- [Issue #13](https://github.com/karma4u101/lift-jquery-module/issues/13) Adding JQuery migrate v3.0.0

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Update log
4545
For update history see the [History log](https://github.com/karma4u101/lift-jquery-module#history-log) section
4646

4747
**Latest Stable Releases:**
48+
- **2017-06-30** -- Module v2.10 artifact released for Lift 3.1 (Scala 2.11, 2.12)
4849
- **2016-12-14** -- Module v2.10 artifact released for Lift 3.0.1 (Scala 2.12)
4950
- **2016-06-31** -- Module v2.10 artifact released for Lift 2.6.2 (Scala 2.11,2.10,2.9.2,2.9.1-1,2.9.1), 3.0 (Scala 2.11)
5051
- **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)

project/autobuildscript/build-publish-Lift31.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
alias pub=publish-signed
22

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

5-
set liftVersion in ThisBuild:="3.1-SNAPSHOT"
5+
set liftVersion in ThisBuild:="3.1.0-RC1"
66

77
set scalaVersion in ThisBuild:="2.12.2"
88

0 commit comments

Comments
 (0)