-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
687a12c
commit 5860b22
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ import sbt.Keys._ | |
|
||
lazy val commonSettings = Seq( | ||
organization := "com.silk-framework", | ||
version := "2.7.0-SNAPSHOT", | ||
version := "2.7.0", | ||
// Building | ||
scalaVersion := "2.11.7", | ||
javacOptions := Seq("-source", "1.7", "-target", "1.7"), | ||
|
@@ -133,7 +133,7 @@ lazy val workbench = (project in file("silk-workbench")) | |
com.github.play2war.plugin.Play2WarKeys.servletVersion := "3.0", | ||
// Linux Packaging, Uncomment to generate Debian packages that register the Workbench as an Upstart service | ||
// packageArchetype.java_server | ||
version in Debian := "2.6.1", | ||
version in Debian := "2.7.0", | ||
maintainer := "Robert Isele <[email protected]>", | ||
packageSummary := "The Silk framework is a tool for discovering relationships between data items within different Linked Data sources.", | ||
packageDescription := "The Silk framework is a tool for discovering relationships between data items within different Linked Data sources." | ||
|