We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df141c6 commit b4fd770Copy full SHA for b4fd770
1 file changed
build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id 'io.jmix' version '2.8.0-RC1'
+ id 'io.jmix' version '2.8.1'
3
id 'java'
4
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.1.9'
5
}
@@ -8,7 +8,7 @@ apply plugin: 'org.springframework.boot'
8
apply plugin: 'com.vaadin'
9
10
jmix {
11
- bomVersion = '2.8.0-RC1'
+ bomVersion = '2.8.1'
12
projectId = 'petclinic'
13
14
0 commit comments