Skip to content

Commit 0d2e6a8

Browse files
committed
Upgrade to Jmix 2.6.0
1 parent 49ab7ac commit 0d2e6a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'io.jmix' version '2.6.0-RC1'
2+
id 'io.jmix' version '2.6.0'
33
id 'java'
44
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.1.9'
55
}
@@ -8,7 +8,7 @@ apply plugin: 'org.springframework.boot'
88
apply plugin: 'com.vaadin'
99

1010
jmix {
11-
bomVersion = '2.6.0-RC1'
11+
bomVersion = '2.6.0'
1212
projectId = 'petclinic'
1313
}
1414

0 commit comments

Comments
 (0)