Setup previousVersions for akka-coordination (#26767)
(cherry picked from commit defbbae19e59a9540700678b1c6e863a46b0f660)
This commit is contained in:
parent
69bf1a7c18
commit
42d4fc90a7
2 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,6 @@ lazy val coordination = akkaModule("akka-coordination")
|
||||||
.settings(AutomaticModuleName.settings("akka.coordination"))
|
.settings(AutomaticModuleName.settings("akka.coordination"))
|
||||||
.settings(OSGi.coordination)
|
.settings(OSGi.coordination)
|
||||||
.settings(AkkaBuild.mayChangeSettings)
|
.settings(AkkaBuild.mayChangeSettings)
|
||||||
.disablePlugins(MimaPlugin)
|
|
||||||
|
|
||||||
def akkaModule(name: String): Project =
|
def akkaModule(name: String): Project =
|
||||||
Project(id = name, base = file(name))
|
Project(id = name, base = file(name))
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,7 @@ object MiMa extends AutoPlugin {
|
||||||
case "2.12" =>
|
case "2.12" =>
|
||||||
val firstPatchOf25 =
|
val firstPatchOf25 =
|
||||||
if (projectName.contains("discovery")) 19
|
if (projectName.contains("discovery")) 19
|
||||||
|
else if (projectName.contains("coordination")) 22
|
||||||
else 0
|
else 0
|
||||||
|
|
||||||
expandVersions(2, 5, firstPatchOf25 to latestPatchOf25) ++
|
expandVersions(2, 5, firstPatchOf25 to latestPatchOf25) ++
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue