Skip to content

Commit

Permalink
Merge pull request #304 from metafacture/303-release
Browse files Browse the repository at this point in the history
Release current master and move to next development version
  • Loading branch information
fsteeg committed May 17, 2023
2 parents be0dbc8 + a9894d2 commit b7c318f
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 @@ -43,7 +43,7 @@ subprojects {
'jquery': '3.3.1-1',
'junit_jupiter': '5.8.2',
'junit_platform': '1.4.2',
'metafacture': '5.5.0',
'metafacture': '5.5.1-rc1',
'mockito': '2.27.0',
'requirejs': '2.3.6',
'slf4j': '1.7.21',
Expand All @@ -53,7 +53,7 @@ subprojects {
}

group = 'org.metafacture'
version = '0.5.0-SNAPSHOT'
version = '0.6.0-SNAPSHOT'

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

0 comments on commit b7c318f

Please sign in to comment.