Skip to content

Commit e0f7d56

Browse files
committed
Publish 1.0.0
- update metafacture-core dependency (#344) - increase version to 1.0.0 for the Java version is switched from 8 to 11.
1 parent 828617b commit e0f7d56

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': '6.0.0-rc1-SNAPSHOT',
48+
'metafacture': '6.0.0',
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 = '1.0.0-SNAPSHOT'
58+
version = '1.0.0'
5959

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

0 commit comments

Comments
 (0)