Skip to content

Commit

Permalink
Publish 1.0.0
Browse files Browse the repository at this point in the history
- update metafacture-core dependency (#344)
- increase version to 1.0.0 for the Java version is switched from 8 to 11.
  • Loading branch information
dr0i committed Mar 11, 2024
1 parent 828617b commit e0f7d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -45,7 +45,7 @@ subprojects {
'jquery': '3.3.1-1',
'junit_jupiter': '5.8.2',
'junit_platform': '1.4.2',
'metafacture': '6.0.0-rc1-SNAPSHOT',
'metafacture': '6.0.0',
'mockito': '2.27.0',
'requirejs': '2.3.6',
'slf4j': '1.7.21',
Expand All @@ -55,7 +55,7 @@ subprojects {
}

group = 'org.metafacture'
version = '1.0.0-SNAPSHOT'
version = '1.0.0'

apply plugin: 'checkstyle'
apply plugin: 'eclipse'
Expand Down

0 comments on commit e0f7d56

Please sign in to comment.