Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
Merge pull request #150 from dwijnand/merge-1.1.x-into-1.x
Browse files Browse the repository at this point in the history
Merge 1.1.x into 1.x
  • Loading branch information
dwijnand committed Feb 14, 2018
2 parents b0baf7d + 130ec14 commit 9891f07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Expand Up @@ -2,7 +2,6 @@ import Dependencies._
import Util._
//import com.typesafe.tools.mima.core._, ProblemFilters._

def baseVersion = "1.0.2-SNAPSHOT"
def internalPath = file("internal")

def commonSettings: Seq[Setting[_]] = Seq(
Expand Down Expand Up @@ -33,7 +32,7 @@ def commonSettings: Seq[Setting[_]] = Seq(
val mimaSettings = Def settings (
mimaPreviousArtifacts := Set(
"1.0.0", "1.0.1", "1.0.2", "1.0.3",
"1.1.0", "1.1.1",
"1.1.0", "1.1.1", "1.1.2",
) map (version =>
organization.value %% moduleName.value % version
cross (if (crossPaths.value) CrossVersion.binary else CrossVersion.disabled)
Expand All @@ -55,7 +54,7 @@ lazy val utilRoot: Project = (project in file("."))
.settings(
inThisBuild(
Seq(
git.baseVersion := baseVersion,
git.baseVersion := "1.2.0",
version := {
val v = version.value
if (v contains "SNAPSHOT") git.baseVersion.value
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=1.1.0
sbt.version=1.1.1

0 comments on commit 9891f07

Please sign in to comment.