Skip to content

Commit

Permalink
Updating build and changlog.
Browse files Browse the repository at this point in the history
  • Loading branch information
karma4u101 committed Oct 4, 2016
1 parent 561e531 commit 817bcc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
For update history see the [History log](https://github.com/karma4u101/FoBo/tree/master/CHANGELOG.md#history-log) section

**Latest Stable Releases:**
- **2016-10-03** -- FoBo Module v.17
- **2016-10-04** -- FoBo Module v.17
- **2016-06-25** -- FoBo Module v1.6
- **2015-12-30** -- FoBo Module v1.5.1

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import LiftModuleKeys._

lazy val commonSettings = Seq(
organization := "net.liftmodules",
version := "1.7-SNAPSHOT",
version in ThisBuild := "1.7",
autoAPIMappings := true
)

Expand Down Expand Up @@ -188,7 +188,7 @@ lazy val highlightjsres = (project in file("Highlight/HighlightJS-Res"))
//##############
resolvers in ThisBuild ++= Seq(
"snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
"releases" at "https://oss.sonatype.org/content/repositories/releases"
"releases" at "https://oss.sonatype.org/service/local/staging/deploy/maven2"
)
//##
//##
Expand Down

0 comments on commit 817bcc1

Please sign in to comment.