aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-09-13 19:26:04 +0200
committerJakob Odersky <jodersky@gmail.com>2015-09-13 19:26:04 +0200
commitf4fa02b23c38976249852fa0b93d4e6087b78f79 (patch)
tree951bee716e2a22afddc1b81244e07a93752bf003
parent3d3897d05d28b762291e80b988f0a58c3a51fc8a (diff)
downloadakka-serial-f4fa02b23c38976249852fa0b93d4e6087b78f79.tar.gz
akka-serial-f4fa02b23c38976249852fa0b93d4e6087b78f79.tar.bz2
akka-serial-f4fa02b23c38976249852fa0b93d4e6087b78f79.zip
add even more extra info to pom
-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>