From f4fa02b23c38976249852fa0b93d4e6087b78f79 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sun, 13 Sep 2015 19:26:04 +0200 Subject: add even more extra info to pom --- CHANGELOG.md | 3 +++ project/Build.scala | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) 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 := { -- cgit v1.2.3