aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
-rw-r--r--project/Build.scala3
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0ba160b..02b85e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+# Version 2.2.4
+- Include even more info in POM generation, necessary to sync with maven central.
+
# Version 2.2.3
- Include additional info in POM generation, necessary to sync with maven central.
- Upgrade sbt to 0.13.9
diff --git a/project/Build.scala b/project/Build.scala
index 3a055c1..4c7e0ba 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -12,9 +12,10 @@ object FlowBuild extends Build {
version := "2.2.4-SNAPSHOT",
scalaVersion in ThisBuild := scalaVersions.head,
crossScalaVersions in ThisBuild := scalaVersions.reverse,
+ scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature", "-target:jvm-1.7"),
organization := "com.github.jodersky",
licenses := Seq(("BSD New", url("http://opensource.org/licenses/BSD-3-Clause"))),
- scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature", "-target:jvm-1.7"),
+ homepage := Some(url("https://github.com/jodersky/flow")),
pomIncludeRepository := { _ => false },
pomExtra := {
<scm>