We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ab7ac commit 0d2e6a8Copy full SHA for 0d2e6a8
1 file changed
build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id 'io.jmix' version '2.6.0-RC1'
+ id 'io.jmix' version '2.6.0'
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.6.0-RC1'
+ bomVersion = '2.6.0'
12
projectId = 'petclinic'
13
14
0 commit comments