diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ad3b5bc..a55a9707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/build.sbt b/build.sbt index db14059b..f64b8cf1 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ import LiftModuleKeys._ lazy val commonSettings = Seq( organization := "net.liftmodules", - version := "1.7-SNAPSHOT", + version in ThisBuild := "1.7", autoAPIMappings := true ) @@ -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" ) //## //##