From 1647a8644c8f86f83d2a23d51aae7f05a47b4410 Mon Sep 17 00:00:00 2001 From: Ivan Subotic Date: Fri, 2 Nov 2018 20:25:09 +0100 Subject: [PATCH] releasing-v2.1.0 (#1043) --- docs/DocsBuild.sbt | 2 +- docs/src/paradox/00-release-notes/v2.x.x.md | 8 +++++++- salsah1/SalsahBuild.sbt | 2 +- webapi/WebapiBuild.sbt | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/DocsBuild.sbt b/docs/DocsBuild.sbt index d968af6852..63217889d5 100644 --- a/docs/DocsBuild.sbt +++ b/docs/DocsBuild.sbt @@ -16,7 +16,7 @@ lazy val docs = (project in file(".")). ). settings( // Set version string - version in ParadoxSite := "v2.0.0", + version in ParadoxSite := "v2.1.0", // Ghpages settings ghpagesNoJekyll := true, diff --git a/docs/src/paradox/00-release-notes/v2.x.x.md b/docs/src/paradox/00-release-notes/v2.x.x.md index 8d140c93e8..ab46b1d05c 100644 --- a/docs/src/paradox/00-release-notes/v2.x.x.md +++ b/docs/src/paradox/00-release-notes/v2.x.x.md @@ -31,7 +31,7 @@ description. - trouble with xml-checker and/or consistency-checker during bulk import (@github[#978](#978)) - ontology API error with link values (@github[#988](#988)) -## v2.1.0 (not released yet) +## v2.1.0 ### New features: @@ -42,3 +42,9 @@ section in the documentation for more information (@github[#1025](#1025)) ### Bugfixes: - sipi container config / sipi not able to talk to knora (@github[#988](#994)) + +## v2.x.x (not released yet) + +### New features: + +### Bugfixes: \ No newline at end of file diff --git a/salsah1/SalsahBuild.sbt b/salsah1/SalsahBuild.sbt index 1f6e101a2a..f5f9064265 100644 --- a/salsah1/SalsahBuild.sbt +++ b/salsah1/SalsahBuild.sbt @@ -4,7 +4,7 @@ import NativePackagerHelper._ lazy val salsahCommonSettings = Seq( organization := "org.knora", name := "salsah", - version := "2.0.0", + version := "2.1.0", scalaVersion := "2.12.4" ) diff --git a/webapi/WebapiBuild.sbt b/webapi/WebapiBuild.sbt index 5423512454..7590cf3e8f 100644 --- a/webapi/WebapiBuild.sbt +++ b/webapi/WebapiBuild.sbt @@ -10,7 +10,7 @@ connectInput in run := true lazy val webApiCommonSettings = Seq( organization := "org.knora", name := "webapi", - version := "2.0.0", + version := "2.1.0", scalaVersion := "2.12.4" )