Skip to content

Commit

Permalink
Update versions for metafacture-core (5.2.0-rc1) and fix (0.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Apr 16, 2021
1 parent 9c173eb commit 17b6ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ subprojects {
'jquery': '3.3.1-1',
'junit_jupiter': '5.4.2',
'junit_platform': '1.4.2',
'metafacture': 'feature-oersi-SNAPSHOT',
'metafacture': '5.2.0-rc1',
'mockito': '2.27.0',
'requirejs': '2.3.6',
'slf4j': '1.7.21',
Expand All @@ -37,7 +37,7 @@ subprojects {
}

group = 'org.metafacture'
version = "${versions.metafacture}"
version = '0.1.0'

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

0 comments on commit 17b6ab6

Please sign in to comment.