Skip to content

Commit

Permalink
releasing-v2.1.0 (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic authored Nov 2, 2018
1 parent 2a919ac commit 1647a86
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/DocsBuild.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
8 changes: 7 additions & 1 deletion docs/src/paradox/00-release-notes/v2.x.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:
2 changes: 1 addition & 1 deletion salsah1/SalsahBuild.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion webapi/WebapiBuild.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down

0 comments on commit 1647a86

Please sign in to comment.