Problem upgrading from 2.8.0 to 2.8.1

Hello,

Project Properties → Jmix version: 2.8.0 → Change… [set 2.8.1} → OK → OK → Migrate
Studio performs “Importing Gradle Project”, usual scanning files, and gradle clean task.

Project properties still show 2.8.0 as Jmix version.

Looking at build.gradle I can see something (removed some lines for clarity): 2.8.0 remains as bom

plugins {
    id 'io.jmix' version '2.8.1'
    id 'java'
}
...
jmix {
    bomVersion = '2.8.1'
    projectId = 'pcl'
}

group = 'com.pcl'
version = '0.0.1-SNAPSHOT'
...
dependencies {
...
    implementation platform("io.jmix.bom:jmix-bom:2.8.0")
..

When I build the project, it is working, but I feel uneasy, please help.

IntelliJ IDEA 2026.1
Build #IU-261.22158.277, built on March 25, 2026
Source revision: 89c647576f1d2
Licensed to Mladen Bucan
Subscription is active until December 28, 2026.
Runtime version: 25.0.2+1-b329.72 amd64137.0.17-261-b65
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.awt.windows.WToolkit
Windows 10.0
Exception reporter ID: 09042511a219b34-40c0-42a9-8c7b-764b09f0e365
GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation
Memory: 5120M
Cores: 8
Registry:
  ide.experimental.ui=true
  io.jmix.properties.region.account=global
  io.jmix.stats.enabled=false
  io.jmix.properties.region=global
  trace.state.event.service.url=https://api.jetbrains.cloud/trace-status
  io.jmix.tutorials.isShow=false
Non-Bundled Plugins:
  intellij.jupyter (261.22158.354)
  JavaScript (261.22158.277)
  org.jetbrains.completion.full.line (261.22158.277)
  com.intellij.spring (261.22158.354)
  Subversion (261.22158.354)
  hg4idea (261.22158.185)
  com.anthropic.code.plugin (0.1.14-beta)
  PerforceDirectPlugin (261.22158.185)
  com.intellij.spring.websocket (261.22158.182)
  Docker (261.22158.299)
  com.intellij.reactivestreams (261.22158.182)
  com.jetbrains.plugins.webDeployment (261.22158.299)
  org.jetbrains.plugins.remote-run (261.22158.354)
  io.jmix.studio (2.8.1-261)
Kotlin: 261.22158.277-IJ

Kind regards,
Mladen

Hi Mladen

I did upgrade several versions to 2.8.1 and I don’t have this line

dependencies {
...
    implementation platform("io.jmix.bom:jmix-bom:2.8.0")
...

Regards

Felix

Thanks,

I have removed that 2.8.0 bom line, now it shows the correct 2.8.1.

Kind regards,
Mladen