Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
robertisele committed Feb 12, 2016
1 parent 687a12c commit 5860b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down Expand Up @@ -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 <silk-discussion@googlegroups.com>",
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."
Expand Down

0 comments on commit 5860b22

Please sign in to comment.