Skip to content

Commit 828617b

Browse files
committed
Bump java version from 8 to 11 (#343)
Consumes the rc from metafacture-core which also uses java 11. See #515 .
1 parent 3b17c19 commit 828617b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ subprojects {
4545
'jquery': '3.3.1-1',
4646
'junit_jupiter': '5.8.2',
4747
'junit_platform': '1.4.2',
48-
'metafacture': '5.7.0',
48+
'metafacture': '6.0.0-rc1-SNAPSHOT',
4949
'mockito': '2.27.0',
5050
'requirejs': '2.3.6',
5151
'slf4j': '1.7.21',
@@ -55,7 +55,7 @@ subprojects {
5555
}
5656

5757
group = 'org.metafacture'
58-
version = '0.8.0-SNAPSHOT'
58+
version = '1.0.0-SNAPSHOT'
5959

6060
apply plugin: 'checkstyle'
6161
apply plugin: 'eclipse'

0 commit comments

Comments
 (0)