Bump mimaPreviousArtifacts to 1.0.0-RC3

This commit is contained in:
Dale Wijnand 2017-07-31 11:35:52 +01:00
parent 43041a5fcb
commit 2a7226dffb
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 2 additions and 7 deletions

View File

@ -1,6 +1,6 @@
import Dependencies._
import Util._
import com.typesafe.tools.mima.core._, ProblemFilters._
//import com.typesafe.tools.mima.core._, ProblemFilters._
def baseVersion = "1.0.0-SNAPSHOT"
def internalPath = file("internal")
@ -30,7 +30,7 @@ def commonSettings: Seq[Setting[_]] = Seq(
)
val mimaSettings = Def settings (
mimaPreviousArtifacts := Set(organization.value % moduleName.value % "1.0.0-M28"
mimaPreviousArtifacts := Set(organization.value % moduleName.value % "1.0.0-RC3"
cross (if (crossPaths.value) CrossVersion.binary else CrossVersion.disabled)
)
)
@ -106,11 +106,6 @@ lazy val utilLogging = (project in internalPath / "util-logging").
else old(tpe)
},
mimaSettings,
mimaBinaryIssueFilters ++= Seq(
// abstract method SuccessEventFormat()sjsonnew.JsonFormat in trait sbt.internal.util.codec.SuccessEventFormats is inherited by class JsonProtocol in current version.
// I think this is a false positive: https://github.com/typesafehub/migration-manager/issues/187
ProblemFilters.exclude[InheritedNewAbstractMethodProblem]("sbt.internal.util.codec.SuccessEventFormats.SuccessEventFormat")
)
)
// Relation